Guillaume Damiand
b0c5476e69
LCC test
2016-11-29 11:43:46 +01:00
Guillaume Damiand
9aaf51c17d
Use delaunay triangulation instead of triangulation in test.
2016-11-29 11:43:45 +01:00
Guillaume Damiand
e4889ceb4c
UPdate LCC test to add tests for close and insert_cell_2_in_cell_3.
2016-11-29 11:43:40 +01:00
Guillaume Damiand
c500f8be73
Update LCC test.
2016-11-29 11:43:39 +01:00
Guillaume Damiand
bbf4bc8471
Update LCC test; use a smaller off file to speed up tests.
2016-11-29 11:43:39 +01:00
Guillaume Damiand
b655c8df82
Update test CMap and LCC.
2016-11-29 11:43:38 +01:00
Guillaume Damiand
12328929b2
Update LCC tests: now they are done both for CMap and GMap.
2016-11-29 11:43:38 +01:00
Guillaume Damiand
588ba4f527
Allow isomorphism to test dartinfo and/or point and/or attribute independently; use this in LCC test.
2016-11-29 11:43:37 +01:00
Guillaume Damiand
80ffced770
Update lcc test
2016-11-29 11:43:37 +01:00
Guillaume Damiand
2ab268965f
LCC for CMap and GMap; incremental builder; save and load; test.
2016-11-29 11:43:36 +01:00
Guillaume Damiand
1d963f4ce7
Update copy between map to copy also dart_info; update also isomorphism function; start to update test (nyf)
2016-11-29 11:43:34 +01:00
Guillaume Damiand
4624a0b97b
Factorize dart between CMap and GMap.
...
Now we use the same class in both packages.
TODO: modify the doc accordingly.
2016-11-29 11:43:31 +01:00
Guillaume Damiand
b12b490e12
Rename classes.
2016-11-29 11:43:29 +01:00
Guillaume Damiand
0073b85d7e
Some bug fixes in CMap and LCC:
...
* Bugfix in Combinatorial_map::copy and Combinatorial_map::swap
* Bugfix in erase dart if automatic attribute are disabled
* Add missing operator= in Linear_cell_complex
* Remove deprecated code in Linear_cell_complex storage (code which was already removed in Combinatorial_map_storage and not in LCC)
* add const for isomorphic function
2016-10-06 08:11:14 -04:00
Laurent Rineau
223c1cf5a4
Merge pull request #1530 from lrineau/Installation-compute_dependencies-GF
...
Compute and fix packages dependencies
2016-10-05 13:11:04 +02:00
Andreas Fabri
cf8c1a6cdf
Dispatch import functions to Polyhedron, T2, T3
2016-09-30 15:23:15 +02:00
Sébastien Loriot
7e2ee496de
update project name of cmake scripts of tests
2016-09-08 00:26:37 +02:00
Sebastien Loriot
4d56e3ef51
Merge pull request #971 from gdamiand/CMap-global_functions-gdamiand
...
Combinatorial map: remove global functions
2016-05-10 09:26:58 +02:00
Sébastien Loriot
4c29bf1b44
CMAKE_SOURCE_DIR -> CMAKE_CURRENT_SOURCE_DIR
2016-03-24 16:33:46 +01:00
Guillaume Damiand
fb4bc44829
examples and tests updating for LCC after deprecation of global functions.
2016-03-09 18:48:29 +01:00
Sébastien Loriot
881e4d3199
request Core only in examples, tests and demos when really needed
2016-03-07 22:36:57 +01:00
Sébastien Loriot
2d191d6651
commit CMakeLists.txt for all examples and tests
2016-03-07 17:39:36 +01:00
Guillaume Damiand
d67542fb59
Add is_xxx_used in cmap for dart and attributes; add tests in CMap and LCC.
2015-06-22 16:50:56 +02:00
Guillaume Damiand
f5c47ce46a
One different type for each index.
2014-10-02 22:01:48 +02:00
Guillaume Damiand
54b4e8028f
Index version.
2014-09-18 16:59:19 +02:00
Guillaume Damiand
7749eb75d5
Remove unused parameter when tests are not traced.
2014-04-08 09:27:19 +02:00
Guillaume Damiand
3ab46250db
Reinit always ref counting when creating attribute. VC12 does not use the specialized version for copy constructor but always the generic one.
2014-04-07 19:53:06 +02:00
Laurent Rineau
29f28936a0
Revert "Add minimal example showing the vc12 bug (?)"
...
This reverts commit 907a2a3130 .
2014-03-31 17:00:16 +02:00
Guillaume Damiand
907a2a3130
Add minimal example showing the vc12 bug (?)
2014-03-27 09:41:04 +01:00
Guillaume Damiand
95dd472779
Remove trailing whitespace.
2013-11-19 16:38:13 +01:00
Guillaume Damiand
44687b4f5d
Add option allowing to trace the tests in LCC.
2013-11-16 18:22:36 +01:00
Guillaume Damiand
61d6236b60
Use null_handle instead of NULL everywhere internally to simplify the future possible version with index.
2013-11-13 17:32:46 +01:00
Guillaume Damiand
dccdec40a5
Combinatorial map with no static dart_null_handle.
...
This is a copy from the branch CMap_no_dart-gdamiand by keeping only the part with dart_handle.
The modifications are the ones given in the small feature Combinatorial map dart attribute.
2013-11-12 22:27:44 +01:00
Guillaume Damiand
6653320136
Tests for reverse orientation.
...
Bugfix: initialization of internal::Test_is_same_attribute_functor<Self, Map2>::value.
Add text in changes.html.
2013-06-24 10:27:26 +02:00
Guillaume Damiand
5cf231d998
add tests to verify that reverse(reverse(map))=Id
2013-06-23 21:29:07 +02:00
Guillaume Damiand
37d7b8ef0f
Merge branch 'Combinatorial_map-reverse_orientation-kenohori-old' into Combinatorial_map-reverse_orientation-kenohori
2013-06-23 21:02:11 +02:00
Guillaume Damiand
444ba939a8
Dynamic attributes for onmerge and onsplit.
...
Copy of master, and integrations of modifs done in the branch Combinatorial_map_dynamic_onxxxfunctors-gdamiand. Add an example in map_3_dynamic_onmerge.cpp.
2013-06-16 20:48:01 +02:00
Guillaume Damiand
7f7788bd84
Small corrections on reverse orientations; reformating; start to add tests
2013-06-13 11:14:03 +02:00
Guillaume Damiand
a4e392b552
Copy of CMap: ok for code and test suite.
2013-06-05 16:16:02 +02:00
Guillaume Damiand
6e7babc14b
copy cont
2013-06-04 13:23:43 +02:00
Guillaume Damiand
1cc9540daf
copy cont
2013-06-03 22:08:57 +02:00
Guillaume Damiand
6fca991923
Copy constructor for cmap cont
2013-06-02 21:07:33 +02:00
Guillaume Damiand
21387b2601
tests for lcc copy (nyf)
2013-05-31 15:45:47 +02:00
Guillaume Damiand
d3e2d15be7
Add tests to copy lcc
2013-05-31 15:02:25 +02:00
Guillaume Damiand
7f6cf78570
LCC test
2013-04-27 08:54:56 +02:00
Guillaume Damiand
8510fb2853
Two bugfix: 1) one mark not shared for CMap_cell_iterator 2) use of two least significant bits for Cell_attribute when support of dart is disable. Add tests in test suite for these cases.
2013-04-26 10:57:53 +02:00
Sébastien Loriot
9fcf46e11a
replace CGAL_[kernel/qpe/triangulation/]_assertion by assert in tests
...
this should be the case, following our guidelines.
using:
find */test/* -name '*.[hc]*' | xargs sed -i 's/CGAL_assertion/assert/g'
2013-03-21 10:50:55 +01:00
Guillaume Damiand
bf70c5b8e5
* Bug fix in is_sewable for i>3.
...
* replace some assert by CGAL_assertion.
* add composition of beta, static version when no c++11.
2013-02-15 13:25:51 +01:00
Guillaume Damiand
6a06c5b0f4
Modify LCC tests to be able to know which test is run by the testsuite.
2013-02-09 17:49:49 +01:00
Guillaume Damiand
9a0b1d17e9
Add test for contraction<3>
2013-02-08 21:36:41 +01:00
Guillaume Damiand
1817476e2b
add test for contraction<3>
2013-02-08 17:29:04 +01:00
Guillaume Damiand
d61ec5bdca
Move tests in LCC, add more tests (nyf)
2013-02-08 17:22:13 +01:00
Sébastien Loriot
82b2ebc865
apply the cpp0x namespace renaming in all files
2012-12-19 11:33:17 +01:00
Sébastien Loriot
7d20531b1d
Convert remaining CRLF files to LF
2012-12-04 17:09:28 +01:00
Guillaume Damiand
bff6b44f5c
Remove warnings in LCC test.
...
3 unused typedef; and one unitialized variable.
2012-11-28 09:51:59 +01:00
Guillaume Damiand
cb3c66dd90
Revert of linear_cell_complex_3 example to use foreach which is now ok. Copyright. Add tests.
2011-11-21 13:11:43 +00:00
Guillaume Damiand
c19dae7287
add tests
2011-11-19 07:53:26 +00:00
Guillaume Damiand
5f19cda4cc
Pb with triangulation_3. It seems to be different depending on the system.
2011-11-09 08:46:42 +00:00
Guillaume Damiand
5bd0cbbea5
Small modifs in ref manual after a last profreading.
2011-11-08 19:41:23 +00:00
Guillaume Damiand
6321bfb03e
Add import functions in tests (and three data files).
2011-11-07 11:18:28 +00:00
Guillaume Damiand
c12db887c8
More complex tests in 4D
2011-11-03 20:52:07 +00:00
Guillaume Damiand
7e85fdeabf
Test 4D
2011-11-03 09:02:04 +00:00
Guillaume Damiand
2428d81c9e
3D ok. Start of 4D tests
2011-11-03 07:17:31 +00:00
Guillaume Damiand
e4086b9151
3D tests...
2011-11-02 20:48:09 +00:00
Guillaume Damiand
c698a9cbec
Start of 3D tests
2011-11-02 20:24:24 +00:00
Guillaume Damiand
3e4f6d81f4
Test in 2D Ok.
2011-11-02 19:38:08 +00:00
Guillaume Damiand
143e60e2f6
Tests
2011-11-01 19:07:40 +00:00
Guillaume Damiand
ed44248b81
Start of test
2011-10-31 07:19:05 +00:00
Guillaume Damiand
5a0d63f08f
Files to make tests.
2011-10-23 18:27:39 +00:00