Sylvain Pion
edab7e2433
Remove some useless enum_cast<> (since some enum types have been merged).
2008-03-20 16:15:04 +00:00
Andreas Meyer
e1c7608543
typo
2008-03-19 14:34:53 +00:00
Andreas Meyer
20315de571
* replaced CGAL_test_assert with ::assert, instead of CGAL_assertion
...
* removed include/Testsuite/assert.h
2008-03-19 13:45:36 +00:00
Nico Kruithof
b996234336
Fixed a bug while meshing the union of a set of balls. The implicit function was 0.
2008-03-19 07:50:34 +00:00
Fernando Cacciola
4b3a56a39d
Pass CGAL_DIR as a cmake variable to get CMake properly find CGALConfig.cmake
2008-03-18 23:43:26 +00:00
Fernando Cacciola
3de724258e
Convert cygwin path to windows path for CGAL_DIR to get CMake to properly find CGALConfig.cmake
2008-03-18 23:42:39 +00:00
Fernando Cacciola
6df1e6cb5f
Create local build and test scripts prepending a user-defined setup script to allow platform-specific environment configuration
2008-03-18 16:44:10 +00:00
Fernando Cacciola
75be62de57
Allow environment variables to define WITH_ options
2008-03-18 15:43:39 +00:00
Fernando Cacciola
3ce8e5fb19
Added Visual C++ debug hook configuration
2008-03-17 18:34:41 +00:00
Pavel Emeliyanenko
2dcf715353
Doxygen errors
2008-03-17 10:16:55 +00:00
Efi Fogel
837c7e3360
Roll back
2008-03-15 18:47:48 +00:00
Pavel Emeliyanenko
5340bd524d
Documentation
2008-03-15 17:20:57 +00:00
Pavel Emeliyanenko
19f7695618
Documentation
2008-03-15 17:17:54 +00:00
Pavel Emeliyanenko
e100861134
Fixed documentation bugs
2008-03-15 17:14:09 +00:00
Eric Berberich
6ab088a800
improved doxumentation
2008-03-14 15:27:53 +00:00
Eric Berberich
b0b6d1e4fd
fixed some dox things
2008-03-14 15:27:44 +00:00
Fernando Cacciola
4d995d8280
cygwin fixes
...
fixed adaptive copying of previous configuration settings
2008-03-14 12:55:18 +00:00
Pedro Machado Manhaes de Castro
55b1c90e6b
little optimization
2008-03-14 12:46:43 +00:00
Laurent Rineau
2caf9f90a5
Update to the dev' manual, chapter "Making Releases":
...
- releases are not generated at GeometryFactory
2008-03-14 10:02:39 +00:00
Eric Berberich
770870c010
improved doxygen
2008-03-13 23:45:48 +00:00
Eric Berberich
ce10e4e02c
improved doxygen
2008-03-13 23:37:32 +00:00
Eric Berberich
3975865ee9
improved doxygen
2008-03-13 23:30:35 +00:00
Eric Berberich
4d61623058
improved doxygen
2008-03-13 22:43:13 +00:00
Laurent Rineau
00ced538b1
Modifications of C2T3:
...
- add a lot of comments arround the face status.
- use explicit variable names in union find, instead of 'i' and 'j'
- add a is_valid() function, that checks that the facets markers are the
same from both sides, and that the real number of marked facets is
conform to the cached number (used in the Slivers_exuder),
2008-03-13 22:13:30 +00:00
Pavel Emeliyanenko
5b9b017c12
Documentation
2008-03-13 17:44:16 +00:00
Pavel Emeliyanenko
cf5f813bc1
Documentation
2008-03-13 17:02:42 +00:00
Laurent Rineau
dc17ec331b
backport of a few improvements from autotest_cgal_with_cmake
2008-03-13 15:44:20 +00:00
Laurent Rineau
ac53653ab2
create_new_release has a new option: --do-not-tag
2008-03-13 15:42:58 +00:00
Eric Berberich
44e4e6e4ea
improved documentation
2008-03-13 14:56:55 +00:00
Laurent Rineau
487541cf0e
Commit several improvement i made:
...
- New option --do-not-tag that allows to using the script with --do-it
without creating the tag.
- The script no longer sends emails for a long time. Update the usage
text and remove the no longer used variable MAILTO.
- The script now reads a configuration file, named
$HOME/.cgal_create_new_release_rc
For example, mine contains:
TMPDIR=$HOME/CGAL/create_internal_release
HTML_DIR=/var/CGAL/www/Members/Releases
- The script now uses and absolute path for SOURCES_DIR.
- If the file ${VERSION_FILE} (aka "version_number") is not present,
use svn to compute a new release number.
2008-03-13 14:01:32 +00:00
Michael Hemmer
7474f47add
rm bug in CGAL_test_assert
2008-03-13 14:01:20 +00:00
Fernando Cacciola
9dfbff50b8
Fixed leftover from local changes
2008-03-13 13:44:33 +00:00
Laurent Rineau
9f23b7b18f
- New CPAN dependancies:
...
Tar::Archive
Tar::Archive::File
File::Copy
File::Copy::Recursive
- Conflicts between two CGAL packages (two files with same names) are
now checked (using CPAN packages "Archive::Tar" and
"Archive::Tar::File" and a hash table of all files).
- Use the -C option of GNU/tar, instead of several 'mv' and 'cp -r'.
- Use commands 'move' and 'dircopy' from File::Copy and
File::Copy::Recursive, instead of using system with 'mv' and 'cp -r'.
2008-03-13 13:41:23 +00:00
Laurent Rineau
c99fa8cd5c
Updates to test results handling scripts. New css file for GeometryFactory result pages.
2008-03-13 13:31:08 +00:00
Fernando Cacciola
412e9d6e7c
Fixes for cygwin, cl.exe and nmake
2008-03-13 12:55:12 +00:00
Pedro Machado Manhaes de Castro
c50c75af92
little optimization for vertices of degree 3
2008-03-13 12:31:52 +00:00
Laurent Rineau
d8ac5ef604
atoi needs <cstdlib>
2008-03-13 11:41:58 +00:00
Eric Berberich
3276f7bdf4
improved documentation
2008-03-13 11:07:16 +00:00
Eric Berberich
bfe384aaca
improved documentation
2008-03-13 10:52:55 +00:00
Eric Berberich
0f2f11ab92
correct use of Get_arithmetic_kernel
2008-03-13 10:52:24 +00:00
Fernando Cacciola
bf9a6ea8fe
Fixes to better detect cl.exe from cygwin executed within nmake.
2008-03-13 10:50:47 +00:00
Michael Hemmer
48e869fb65
forgotten const
2008-03-13 10:13:22 +00:00
Andreas Fabri
4187ba81b4
fixed typo
2008-03-13 07:31:39 +00:00
Michael Hemmer
033202cab7
rm test Lazy_exact_arithmetic_kernel
2008-03-12 16:39:32 +00:00
Michael Hemmer
6bd8ee0c5e
preliminary bug fix for div_mod in leda_integer
...
it seems that leda integer is not keeping the invariant
x == y*q+r, where q = x/y and r = x%y, for all versions.
2008-03-12 14:55:53 +00:00
Laurent Rineau
13d4975c4f
Fix other compilation problems, after Fernando's cmake patch.
2008-03-11 18:46:54 +00:00
Laurent Rineau
d1dea911e1
New test results location.
2008-03-11 18:44:35 +00:00
Laurent Rineau
c22598e50f
Fix compilation problems.
2008-03-11 18:44:14 +00:00
Fernando Cacciola
45b476a299
Remove 'tee' redirection
2008-03-11 17:46:20 +00:00
Fernando Cacciola
307eedf236
Documentation updated
2008-03-11 17:37:29 +00:00