Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
polymesh-samples
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Philip Trettner
polymesh-samples
Commits
a30c8963
Commit
a30c8963
authored
5 years ago
by
Philip Trettner
Browse files
Options
Downloads
Patches
Plain Diff
updated samples
parent
3c93aa3e
No related branches found
No related tags found
No related merge requests found
Pipeline
#11527
passed
5 years ago
Stage: Build
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
extern/polymesh
+1
-1
1 addition, 1 deletion
extern/polymesh
extern/typed-geometry
+1
-1
1 addition, 1 deletion
extern/typed-geometry
tests/main.cc
+0
-1
0 additions, 1 deletion
tests/main.cc
tests/objects/cube-test.cc
+0
-4
0 additions, 4 deletions
tests/objects/cube-test.cc
with
2 additions
and
7 deletions
polymesh
@
384f6594
Subproject commit
622e04156e2bd771d3131a35fb90008c83b807e3
Subproject commit
384f659443ccd40c3bc355d79fd7333d6cf399db
This diff is collapsed.
Click to expand it.
typed-geometry
@
d00bebc1
Subproject commit
12b7f4ae7ccf066874388d7223d43868bce7c71c
Subproject commit
d00bebc1b4e0428a22c89c9c73403e29ed687ae7
This diff is collapsed.
Click to expand it.
tests/main.cc
+
0
−
1
View file @
a30c8963
#define DOCTEST_CONFIG_IMPLEMENT
#include
<doctest.hh>
#include
<doctest.hh>
int
main
(
int
argc
,
char
**
argv
)
int
main
(
int
argc
,
char
**
argv
)
...
...
This diff is collapsed.
Click to expand it.
tests/objects/cube-test.cc
+
0
−
4
View file @
a30c8963
#ifdef TG_SUPPORT_CXX17
#include
<doctest.hh>
#include
<doctest.hh>
#include
<glm/glm.hpp>
#include
<glm/glm.hpp>
...
@@ -180,5 +178,3 @@ TEST_CASE("Objects.CubePropertiesGlm")
...
@@ -180,5 +178,3 @@ TEST_CASE("Objects.CubePropertiesGlm")
m2
.
assert_consistency
();
m2
.
assert_consistency
();
}
}
}
}
#endif
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment