Clement Jamin
|
1be95efcd5
|
Replace boost::tuple by CGAL::cpp11::tuple
|
2014-07-02 17:07:54 +02:00 |
Clement Jamin
|
894c9c649a
|
Merge branch 'Mesh_3-parallel-cjamin' of ssh://scm.cgal.org/var/git/cgal into Mesh_3-parallel-cjamin
|
2014-07-02 16:49:58 +02:00 |
Clement Jamin
|
3a31722f37
|
Missing typenames
|
2014-07-02 16:48:49 +02:00 |
Laurent Rineau
|
11e9d699db
|
Allow to use TBB with an env variable
For the use of the test suite
|
2014-07-02 16:03:25 +02:00 |
Clement Jamin
|
a6359b8e5f
|
Clean-up + fix CMakeLists.txt
|
2014-07-02 15:27:36 +02:00 |
Clement Jamin
|
982f140911
|
Use tbb::task_scheduler_init::default_num_threads...
... instead of boost:🧵:hardware_concurrency
|
2014-07-02 15:10:34 +02:00 |
Clement Jamin
|
a35a5df4ac
|
Add missing #ifdef/#endif
|
2014-07-02 10:50:30 +02:00 |
Clement Jamin
|
772756eaf4
|
Disable precompiled headers by default
|
2014-07-02 10:34:59 +02:00 |
Clement Jamin
|
9932e97c7c
|
Add missing typename + remove useless template parameter
|
2014-07-02 10:29:40 +02:00 |
Clement Jamin
|
6971ae4b72
|
The Mesh_3 tests now test both sequential and parallel version.
|
2014-07-01 18:53:37 +02:00 |
Clement Jamin
|
60df1d6d4a
|
The type Tr and C3t3 are not used here.
|
2014-07-01 18:27:46 +02:00 |
Clement Jamin
|
9c4d6d6bef
|
Fix compilation with GCC
|
2014-07-01 16:46:30 +02:00 |
Clement Jamin
|
a0948a9dac
|
Remove the "domain" parameter of the exuder
It had been added for the parallel version, but it's not needed anymore
|
2014-07-01 11:34:40 +02:00 |
Clement Jamin
|
e3abf7fc40
|
Merge branch 'Mesh_3-parallel-cjamin-old' into Mesh_3-parallel-cjamin
|
2014-07-01 10:38:14 +02:00 |
Clement Jamin
|
15272293a8
|
Fix compilation with GCC
|
2014-06-30 21:29:12 +02:00 |
Clement Jamin
|
54774c78e1
|
Core is not needed
|
2014-06-30 19:56:53 +02:00 |
Clement Jamin
|
3abcd888e6
|
Do not add far points in sequential mode
|
2014-06-30 19:56:17 +02:00 |
Clement Jamin
|
50fed20337
|
Update todo
|
2014-06-30 15:13:01 +02:00 |
Clement Jamin
|
7c03ce06b2
|
Changes in the benchmark script
|
2014-06-26 09:45:53 +02:00 |
Clement Jamin
|
a6f7ae720d
|
Merge branch 'Mesh_3-parallel-cjamin' of ssh://scm.cgal.org/var/git/cgal into Mesh_3-parallel-cjamin
|
2014-06-26 09:44:46 +02:00 |
Clement Jamin
|
b84224d9ec
|
Only add far vertices if the C3T3 is empty
|
2014-06-25 20:07:09 +02:00 |
Laurent Rineau
|
61f0501ebb
|
Do not use an OPTION in the testsuite
|
2014-06-25 15:24:38 +02:00 |
Laurent Rineau
|
35165e222d
|
Test test_meshing_polyhedron with TBB
One wants to compile and test the TBB and the non-TBB version of Mesh_3
in a single test.
|
2014-06-25 14:32:11 +02:00 |
Clement Jamin
|
9eb766b039
|
CONCURRENT_MESH_3 => CGAL_CONCURRENT_MESH_3
|
2014-06-25 12:53:15 +02:00 |
Clement Jamin
|
a09ed46810
|
Thread-safe version of incident_cells and incident_facets
|
2014-06-23 10:45:26 +02:00 |
Clement Jamin
|
9f5927af61
|
Move function from C3T3_helpers to TDS
Move C3T3_helpers::get_incident_cells_without_using_tds_data to TDS::incident_cells_threadsafe
|
2014-06-23 08:21:09 +02:00 |
Clement Jamin
|
a181490bff
|
Fix clang compilation
|
2014-06-19 17:01:13 +02:00 |
Clement Jamin
|
80e02ba85c
|
We don't need C++11 anymore
|
2014-06-19 16:59:00 +02:00 |
Clement Jamin
|
451e6e9cff
|
Missing typename/using/etc.
|
2014-06-13 13:46:12 +02:00 |
Clement Jamin
|
1a8bc68ade
|
Fixed compilation with GCC + removed useless template params
|
2014-06-12 17:27:14 +02:00 |
Clement Jamin
|
6fa129c630
|
is_XXX_locked + missing lock
|
2014-06-06 10:32:31 +02:00 |
Clement Jamin
|
58f82a58eb
|
Fix Update_facet functor
It is only used when CGAL_INTRUSIVE_LIST is not defined,
so it hadn't been properly tested.
|
2014-06-05 17:15:22 +02:00 |
Clement Jamin
|
4499a6abff
|
Remove this old test completely
|
2014-06-04 18:03:47 +02:00 |
Clement Jamin
|
d6693f3319
|
Replaced some C++11 lambda functions by functors
|
2014-06-04 16:46:20 +02:00 |
Clement Jamin
|
23e1ac17b3
|
Added "const" to the "move_point_XXX" function family
|
2014-06-04 16:45:09 +02:00 |
Clement Jamin
|
40d597594e
|
Add reset_sliver_cache call in the parallel version
|
2014-06-04 11:51:56 +02:00 |
Clement Jamin
|
7145f7db0b
|
Replaced some C++11 lambda functions by functors +change mutex (static=>member)
|
2014-06-03 18:18:12 +02:00 |
Clement Jamin
|
52e83256ec
|
last_cell_ should be private, not protected
|
2014-06-03 18:16:38 +02:00 |
Clement Jamin
|
e176240e31
|
Replaced some C++11 lambda functions by functors
|
2014-06-02 12:52:53 +02:00 |
Clement Jamin
|
a8df04b794
|
Moved the functor
|
2014-06-02 10:41:42 +02:00 |
Clement Jamin
|
de1ae6e608
|
Replaced C++11 lambda function by functor
|
2014-05-28 18:57:28 +02:00 |
Clement Jamin
|
f2ad628aee
|
Replaced C++11 lambda function by functor
|
2014-05-28 16:29:24 +02:00 |
Clement Jamin
|
dc808a81cb
|
Replaced C++11 lambda function by functor
|
2014-05-27 17:21:18 +02:00 |
Clement Jamin
|
33febb7e58
|
Code clean-up
|
2014-05-27 15:51:01 +02:00 |
Clement Jamin
|
c9c8335811
|
More code clean-up
|
2014-05-27 13:46:34 +02:00 |
Clement Jamin
|
2f78d27bd3
|
Code clean-up
|
2014-05-27 13:21:16 +02:00 |
Clement Jamin
|
d2f2f9c482
|
Remove temporary test code
|
2014-05-27 13:19:45 +02:00 |
Clement Jamin
|
0b74b6a8c4
|
Use s_iterator_to
|
2014-05-27 13:15:19 +02:00 |
Clement Jamin
|
cfae6c3bca
|
Remove assertion which is not valid in parallel
|
2014-05-27 13:14:42 +02:00 |
Clement Jamin
|
dfe800bc40
|
Clean-up debug code (global lock)
|
2014-05-27 12:16:29 +02:00 |