Laurent Rineau
e2b0b02dc7
Merge pull request #25 from bo0ts/Remove_note_in_bib
...
Make the bibliography more uniform
Tested in CGAL-4.6-Ic-171.
2015-04-07 15:23:46 +02:00
Laurent Rineau
fa281d882f
Fix my last patch
...
The git-fetch command was wrong and said:
fatal: Couldn't find remote ref cgal-dev
I should have tested!
2015-04-02 17:08:27 +02:00
Laurent Rineau
be3aae126e
Fix the release creation script
...
That fix explains why the integration branch was not reset correctly:
cgal-dev was not fetched, so cgal-dev/master was still pointing to a
commit made three weeks ago.
2015-04-01 17:56:25 +02:00
Laurent Rineau
6c6484eaff
Merge pull request #10 from lrineau/NewKernel_d-isobox-glisse
...
Branch from Andreas Fabri, with constributions from Marc Glisse and Clément Jamin.
Adds new functors to Epick_d, so that Epick_d can be used with Spatial Searching.
Tested in CGAL-4.6-Ic-169.
2015-04-01 17:14:06 +02:00
Laurent Rineau
231955e297
Merge pull request #32 from pranavkantgaur/master
...
fixes issue of infinite vertex in import_from_triangulation_3
2015-04-01 15:18:08 +02:00
Pranav
0310953938
undo a redundant change in import_from_triangulation_3
2015-04-01 11:02:47 +05:30
Laurent Rineau
4d097dc18a
Merge pull request #33 from bo0ts/patch-1
...
Filter_predicate2.h has the wrong include guard
2015-03-31 16:31:30 +02:00
Philipp Moeller
03bf29acf5
Filter_predicate2.h has the wrong include guard
...
The file was copied from Filtered_kernel and one class was renamed, but apparently the include guard was missed. This leads to missing types when code from Filtered_kernel is included first and vice versa.
2015-03-31 16:28:47 +02:00
Sébastien Loriot
eeff9b601a
fix link and add missing group
2015-03-31 16:15:42 +02:00
Pranav
78dd583dac
fixes issue of infinite vertex in import_from_triangulation_3
2015-03-31 14:18:41 +05:30
Laurent Rineau
0df40952de
Merge pull request #30 from afabri/Documentation-addHome-GF
...
Add a link to www.cgal.org in the horizontal menu
That is a kind of trivial fix of the Documentation.
2015-03-27 09:31:31 +01:00
Andreas Fabri
d1c85c8daf
Add a link to www.cgal.org in the horizontal menu
2015-03-26 12:30:18 +01:00
Laurent Rineau
ed35bcd04e
Merge pull request #27 from lrineau/Installation-changes_fix_release_date-lrineau
...
Change the release month to April 2015
Fixes the issue #28
This is a test (at the dev meeting). All @CGAL/developers should receive that message.
2015-03-26 10:54:02 +01:00
Laurent Rineau
4f26ed0853
CHange the release month to April 2015
2015-03-26 10:32:19 +01:00
Laurent Rineau
159f519424
Merge pull request #26 from CGAL/lrineau-patch-1
...
Update WeightedApproximation_3.h
2015-03-26 10:25:56 +01:00
Laurent Rineau
9785b3e218
Update WeightedApproximation_3.h
2015-03-26 10:24:57 +01:00
Laurent Rineau
df409df39d
updated crontab (automated commit)
2015-03-25 17:18:04 +01:00
Philipp Möller
74cddd1e47
Make the bibliography more uniform
...
If a note is simply a URL turn it into a url. Also turn all occurrences
of \path|http://www.cgal.org | into \url{http://www.cgal.org }.
2015-03-23 16:24:58 +01:00
Sébastien Loriot
f4d1a28103
add missing include directive
2015-03-23 13:36:30 +01:00
Sebastien Loriot
1d1625d668
Merge pull request #20 from afabri/Nef_2-Number_type_traits-GF
...
fix documentation in Nef_2
2015-03-23 12:30:01 +01:00
Sebastien Loriot
253d912293
Merge pull request #19 from gdamiand/CMap-iterator_bug-gdamiand
...
C map iterator bug gdamiand
2015-03-23 12:27:05 +01:00
Andreas Fabri
0c4902a2dc
fix documentation in Nef_2
2015-03-23 11:03:32 +01:00
Sebastien Loriot
755c95e5e9
Merge pull request #18 from sloriot/Polyhedron_demo-fix_erode-sloriot
...
handle when boundary of the selection is on the border
2015-03-17 17:06:19 +01:00
Sébastien Loriot
5c1512d63f
handle when boundary of the selection is on the border
2015-03-17 16:53:50 +01:00
Guillaume Damiand
bea5137040
Remove a warning
2015-03-14 21:08:07 +01:00
Sebastien Loriot
35bdc71e62
Merge pull request #15 from afabri/Interpolation-typo-AF
...
fix typos in Interpolation doc
2015-03-12 11:59:17 +01:00
Andreas Fabri
ade01f02b4
fix typos
2015-03-12 11:56:29 +01:00
Guillaume Damiand
e4598620a1
Remove warnings
2015-03-12 07:57:04 +01:00
Guillaume Damiand
4660425d40
Bug fix in operator= of one iterator; add tests to test more cases.
2015-03-11 15:07:37 +01:00
Laurent Rineau
39f0768623
Merge pull request #14 from gdamiand/CMap-add_include-gdamiand
...
Add missing #include
2015-03-10 16:27:27 +01:00
Guillaume Damiand
6c09e5918c
Add missing #include
2015-03-10 15:48:06 +01:00
Laurent Rineau
ac04d78dde
Update after switch to Github
2015-03-10 14:50:42 +01:00
Laurent Rineau
32ce6df3a0
Polish announcement and changes. Prepare 4.6.
2015-03-10 11:07:08 +01:00
Laurent Rineau
15aef699ad
Re-add /wd4244 under Windows
2015-03-09 16:58:32 +01:00
Laurent Rineau
2a244028a2
Merge pull request #9 from gdamiand/LCC-writeoff_for_3D-gdamiand
...
Bug fix "Lcc writeoff for 3 d gdamiand" for Linear_cell_complex
Tested in CGAL-4.6-Ic-144.
2015-03-09 11:42:42 +01:00
Laurent Rineau
1d7da5b79f
updated crontab (automated commit)
2015-03-06 09:18:03 +01:00
Laurent Rineau
39a43e31ab
Modify the release creation scripts for Github
2015-03-05 22:01:26 +01:00
Laurent Rineau
893e09a1b2
Change the rename of the remote
2015-03-05 02:29:15 +01:00
Laurent Rineau
a588ff698b
updated crontab (automated commit)
2015-03-05 02:18:04 +01:00
Sébastien Loriot
1c0daef0d8
Merge branch 'lrineau-master'
2015-03-05 00:55:29 +01:00
Sébastien Loriot
c81fc2be06
Merge branch 'master' of github.com:lrineau/cgal into lrineau-master
...
Conflicts:
.gitignore
2015-03-05 00:54:57 +01:00
Sebastien Loriot
634dcc8259
Merge pull request #6 from lrineau/Polyhedron_fix_export_c3t3_to_polygon_soup-lrineau
...
Fix the output of a c3t3 to a polygon soup
2015-03-05 00:48:38 +01:00
Sebastien Loriot
daa8c94c73
Update INSTALL.md
2015-03-05 00:44:19 +01:00
Laurent Rineau
8d9dc51b97
Add a new test platform
2015-03-05 00:36:45 +01:00
Laurent Rineau
981cc7fc33
updated crontab (automated commit)
2015-03-05 00:36:20 +01:00
Sebastien Loriot
ec8ad3f1d9
Update README.md
...
Remove sentence about directory structure
2015-03-05 00:10:39 +01:00
Sebastien Loriot
a23b3de85b
Update LICENSE.md
...
Add html link
2015-03-05 00:05:24 +01:00
Laurent Rineau
1d5f737a84
Merge pull request #7 from sloriot/local/Nef_3-safer_export_to_polyhedron
...
if the incremental builder failed, simply rollback instead of continuing
2015-03-04 22:55:56 +01:00
Laurent Rineau
ef2cf0135d
updated crontab (automated commit)
2015-03-04 14:18:03 +01:00
Guillaume Damiand
93ceb66149
Remove -Wall for demo
2015-03-04 13:36:53 +01:00