Commit Graph

146 Commits

Author SHA1 Message Date
Eric Berberich 33746fc77a fixed memory leak because of C/C++ mix 2010-08-27 14:49:20 +00:00
Sébastien Loriot d53e01f1a1 remove package namespace macro 2010-06-09 08:45:58 +00:00
Sylvain Pion 85dc12f2a7 Remove empty lines at beginning and end of files
(apply Scripts/developer_scripts/remove_empty_lines.pl).
2010-02-01 12:55:28 +00:00
Sylvain Pion 5fda817f95 Remove a few "warning: extra ';'" with g++ -pedantic. 2009-11-14 11:49:52 +00:00
Sylvain Pion 2815308795 Remove obsolete makefiles 2009-08-20 13:58:35 +00:00
Marc Glisse 5bf9e464f1 Don't import the CORE namespace into the global namespace. 2009-02-28 10:07:47 +00:00
Laurent Rineau 8cdb0e6315 Add "if exists" to the VC post-build command of CGAL_Core*.pdb 2008-12-19 09:57:41 +00:00
Laurent Rineau f3078e4547 Quote the characters '"' in post-build commands. If TargetDir==C:\Program
Files\CGAL-3.4\, that is needed.
2008-12-16 14:47:16 +00:00
Andreas Fabri 777b1c4b69 bye bye install_cgal 2008-12-01 10:11:26 +00:00
Fernando Cacciola 547bffecd9 Put CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS in the right place for cmake 2.4 2008-11-06 13:03:41 +00:00
Fernando Cacciola 6bae1045df Fixed handling of flags when defined interactively 2008-11-03 21:00:22 +00:00
Fernando Cacciola d70bdaea18 Prefixed cmake variables with CGAL_ 2008-10-23 14:59:02 +00:00
Laurent Rineau f10a590672 Mass-remove vcproj files. 2008-10-21 09:21:22 +00:00
Sylvain Pion 1652fec82f Add license notice. 2008-10-13 12:46:01 +00:00
Fernando Cacciola b3a611f4a0 (fixed) Allowed CGAL components to be configured and compiled independently
Make library naming consistent with component names
2008-10-02 18:13:13 +00:00
Fernando Cacciola 6fdf8251bd Allowed CGAL components to be configured and compiled independently
Make library naming consistent with component names
2008-10-01 21:38:37 +00:00
Laurent Rineau 202d2b53ca Force variables CGAL_<component>_LIBRARY.
For an unkwnon reason, they are copied from the reference cache, which is wrong.
2008-09-29 10:09:35 +00:00
Laurent Rineau b52c7a09e9 - Fix soname and soversion of libraries (they were exchanged).
- Make get_dependency_version found the print_${LIB}_version.cpp, even
  if the lib is compiled separately.
- Rename FindQt3.cmake to FindQt3-patched.cmake and Qt3Macros to
  Qt3Macros-patched.
- Make CGAL-Qt3 compilable separately.
- Fix all commited CMakeLists.txt:
    - use Qt3-patched and Qt3Macros-patched, and s/QT_/QT3_/
    - add a comment about FindQt3-patched,
    - wrap target creation with if(CGAL_FOUND AND QT3_FOUND)/else/endif
- Modified cgal_create_cmake_script
2008-09-24 10:32:44 +00:00
Fernando Cacciola cd00979002 Added explicit link directives from libCGAL* to libCGAL
Added OpenGL to CGALQt4
2008-09-09 18:53:02 +00:00
Andreas Fabri 094e2cbdbb Put CORE_NO_AUTOMATIC_NAMESPACE directly in the .cpp file 2008-09-09 13:50:57 +00:00
Fernando Cacciola ee6fae2991 Added separation in components 2008-09-03 16:55:21 +00:00
Fernando Cacciola eee090e828 soname added to CGAL_CORE (was missing) 2008-08-22 22:30:51 +00:00
Sylvain Pion 615e843c40 Add missing <CGAL/config.h>. 2008-08-20 11:14:00 +00:00
Sylvain Pion bfd51460ae Removing math.h since cmath is included (hopefully it might help sunpro) 2008-08-12 07:48:13 +00:00
Sylvain Pion 301f92b83a Fix for missing finite() function in C++0x mode. 2008-08-11 13:05:49 +00:00
Sylvain Pion dc3bf72707 Remove changes.txt files. 2008-07-24 17:47:16 +00:00
Fernando Cacciola 6e36eda87b CMake stuff moved into the appropriate packages 2008-07-16 20:56:17 +00:00
Sylvain Pion 7dfd4237cc Rename SS and CS to avoid name clashes with macros on x86/solaris (/usr/include/sys/regset.h). 2008-06-15 16:21:29 +00:00
Fernando Cacciola f93437ca22 Removed *unmodified* auto-generated CMakeLists.txt (now created by create_internal_release) 2008-05-05 14:01:55 +00:00
Fernando Cacciola b704509dcf Examples/Demos/Test CMake scripts updated 2008-03-05 21:14:02 +00:00
Fernando Cacciola a659cd852a Added project() and conditional test for CGAL_DIR 2008-02-14 15:42:36 +00:00
Fernando Cacciola 14043c43a0 Replaced CGALROOT by CGAL_DIR (the latters is used by CMake automatically) 2008-02-08 17:47:21 +00:00
Fernando Cacciola afddfc4fca CMake scripts for demos/examples/test added 2008-02-06 19:06:24 +00:00
Sylvain Pion 6a9740d043 Remove obsolete workarounds for __sgi. 2008-01-20 23:09:58 +00:00
Sylvain Pion 4d1b8d63e3 Remove workarounds and support for the BORLAND compiler. 2008-01-20 20:24:20 +00:00
Sylvain Pion 5402050020 Include <cassert> instead of <assert.h> everywhere, for consistency. 2008-01-18 19:58:49 +00:00
Sylvain Pion a46b55bf71 The files "changes.txt", "description.txt", "long_description.txt" and "maintainer"
are now under /trunk/$Package/package_info/$Package/ .
2007-12-02 15:06:42 +00:00
Fernando Cacciola 88111fcf70 VS project files merged back 2007-06-06 15:35:17 +00:00
Sylvain Pion 11f24955ac Allow compiling all source files at once. 2007-05-23 09:25:11 +00:00
Fernando Cacciola e6c585d395 Windows installer update 2007-05-06 03:27:01 +00:00
Andreas Fabri c0a335a6a2 Added constructors from float for BigFloat 2007-03-27 13:28:17 +00:00
Andreas Fabri eb61657062 Added constructors from short for BigFloat and Expr 2007-03-27 11:33:02 +00:00
Sylvain Pion 8b2ab638da (Arg, I had forgotten the src/CGALCore part of the last change...)
Rename internal stream CORE::opeator<< and >> for to io_read() and io_write()
to avoid clash with g++ 4.0.2.
2007-03-24 23:21:40 +00:00
Sylvain Pion 5159d866a1 Rename internal stream CORE::opeator<< and >> for to io_read() and io_write()
to avoid clash with g++ 4.0.2.
2007-03-23 23:34:14 +00:00
Joachim Reichel 35b0f3bb6c update FSF address 2007-03-20 19:24:29 +00:00
Fernando Cacciola b496c561dd Project files updated to use new naming (CGALcore++) 2007-03-19 14:39:01 +00:00
Joachim Reichel 4f47903a25 moved src/Core to src/CGALCore
moved include/CORE to include/CGAL/CORE
moved include/OpenNL to include/CGAL/OpenNL
renamed libcore++ to libCGALcore++
2007-03-13 18:10:39 +00:00
Sylvain Pion 847c23a15e Removing leading and trailing empty lines from all example files.
Using the following Perl script:
-----------------------------------------------------
#!/usr/bin/perl

local($/) = undef;
my $text = <>;

$text =~ s/\A\n+//mg;
$text =~ s/\n+\Z/\n/mg;

print "$text";
-----------------------------------------------------
2007-03-10 16:17:17 +00:00
Sylvain Pion 6fb5cb906b Remove trailing white spaces and end of lines.
(using : perl -pi.bak -e 's/\s+$/\n/' */examples/*/*.cpp )
2007-03-10 14:59:41 +00:00
Sylvain Pion b8b87ab5a5 Actually, the "// file: example_bla.cpp" lines are not needed anymore,
since the manual tools know it.  So let's just remove them (many were
not uptodate with the filemane anyway).
2007-03-10 14:48:00 +00:00
Sylvain Pion d11d632ee5 #include <CGAL/basic.h> before testing for CGAL_USE_CORE, otherwise
nothing is ever performed...
2007-03-10 14:21:33 +00:00
Sylvain Pion 56baf22de3 pgcc warning-- 2007-03-10 10:37:52 +00:00
Sylvain Pion ca68531c73 fix pgcc warnings 2007-03-09 13:58:37 +00:00
Sylvain Pion 9561ae3fa8 more tricky warning about non-initialized base in copy-ctor : I choose to simply keep the current behavior 2007-03-03 13:26:48 +00:00
Sylvain Pion 319a47e445 remove some easy warnings 2007-03-03 13:00:04 +00:00
Fernando Cacciola fb9f6e5472 Auto-linking now encapsulated in a library-specific header inside new CGAL/auto_link/ folder. 2007-02-28 17:43:49 +00:00
Fernando Cacciola e52237140e Manual auto-linking of gmp and mpfr replaced by new auto-link features. 2007-02-28 17:37:26 +00:00
Laurent Rineau de6e7b227f - remove $(CUSTOM_LDFLAGS) from src/Core/makefile
- -add $(CGAL_LIBPATHFLAGS) to src/CGALQt/makefile
2007-02-23 00:17:01 +00:00
Laurent Rineau 8862a968af - fix ADDITIONNAL->ADDITIONAL
- fix flags for Core and CGALQt shared libraries
- add $(CUSTOM_LDFLAGS) to $(CGAL_SHARED_LIB_LDFLAGS)
- move a few flags from $(CGAL_CGAL_LDFLAGS) to $(CGAL_LDFLAGS), so that
  $(CGAL_CGAL_LDFLAGS) only contains -lCGAL (or the equivalent for other
  compilers).
2007-02-23 00:07:51 +00:00
Daniel Russel 32c7b61e51 added CUSTOM_LDFLAGS in case we don't specifically set the search paths for Gmp and MPFR 2007-02-22 22:40:47 +00:00
Fernando Cacciola e76e4eb8c3 Added vc71/80 and auto-link support 2007-02-19 14:57:59 +00:00
Laurent Rineau ca7f173838 - Add cxx flags, libpath flags and linker flags, by features, in
$CGAL_MAKEFILE.
- Fix shared libraries makefile that need to be linked with third libraries.
2007-02-16 23:00:26 +00:00
Laurent Rineau 36636d49b5 - Continue factorization between libraries' makefiles,
- install_cgal cleanup.
2007-02-16 21:00:37 +00:00
Sylvain Pion f45162fa3d fix forgotten second part of constification 2007-02-13 20:42:24 +00:00
Sylvain Pion 55546d2827 constify 2007-02-13 13:54:10 +00:00
Laurent Rineau 4c484412e4 (Followup to revision 36164.)
"Everybody was dreaming of this commit log:
 - factorization of makefiles for libCGAL, libCGALimageIO, libCore, and
 libBenchmark.
 - SONAMEs for everybody."
Add:
 - fix platforms without SONAME,
 - unify Benchmark/src/Benchmark/makefile with other makefiles.
2007-02-09 23:33:22 +00:00
Laurent Rineau 6fa698ad67 Everybody was dreaming of this commit log:
- factorization of makefiles for libCGAL, libCGALimageIO, libCore, and
 libBenchmark.
 - SONAMEs for everybody.
2007-02-09 22:29:15 +00:00
Laurent Rineau 6c6cbdcb1c The commit that will break everthing:
- New library: libCGALimageIO
- make shared libraries for CORE, and Benchmark.
2007-02-02 16:10:06 +00:00
Sylvain Pion 29d13841fb Uniformize the format. Add some missing/updates. 2006-12-17 11:58:21 +00:00
Andreas Fabri 002f3726d0 changed .C to .cpp in examples 2006-07-09 19:13:14 +00:00
Laurent Saboret e42659d1a4 Fixed svn:executable, svn:keywords and svn:eol-style properties of the whole trunk 2006-05-04 09:15:26 +00:00
Andreas Fabri 4530af2ce7 Added ccHowTocite 2006-05-02 20:21:31 +00:00
Andreas Fabri 1a076fee72 Added a link pragma for gmp.lib and mpfr.lib 2006-05-01 14:11:08 +00:00
Andreas Fabri c9bceec26d Removed QTDIR/include from include path 2006-04-27 20:43:42 +00:00
Andreas Fabri dfa5e5897c A version without CGALROOT 2006-04-24 20:49:36 +00:00
Marc Glisse b13e3b5ec0 Last round of missing std:: before 3.2 (Andreas permission) 2006-04-19 16:56:12 +00:00
Andreas Fabri e188dfd789 stuff for Developer Studio 2006-04-18 15:28:54 +00:00
Laurent Saboret 87d65f75e3 Fixed svn properties of ASCII files (as defined by Maintenance/svn_client/config) 2006-04-18 12:42:52 +00:00
Sylvain Pion d2740513aa Use .cpp file extension instead of .C for src/*/* files. 2006-04-14 09:19:29 +00:00
Sylvain Pion 0ef9da253a Progress towards libraries makefile factorization 2006-04-13 23:42:26 +00:00
Sylvain Pion c1373346f2 Merge src/makefile_lib and src/makefile_sharedlib into src/makefile.
This required to pass CXXFLAGS on the make command-line, and therefore
I took this opportunity to also pass CGAL_MAKEFILE on the command-line,
which in turn allowed to get rid of the prepare_lib_makefiles function.
2006-04-13 22:02:29 +00:00
Daniel Russel e0f0d4da3e fixed missing const 2006-03-22 17:59:03 +00:00
Daniel Russel 0cadea3857 The copy constructor off by one error which had been fixed was unfixed!!! It is now refixed. 2006-03-22 17:50:02 +00:00
Joachim Reichel f582718758 rename create_makefile to cgal_create_makefile to avoid name clashes,
adjust all occurences of create_makefile and create\_makefile in the entire
repository (well, trunk only)
2006-03-15 22:10:02 +00:00
Andreas Fabri 8f4251aa40 Removed '# ' before CGAL_MAKEFILE = ... 2006-03-15 11:11:49 +00:00
Andreas Fabri dc09061314 Added to src/Core/makefile: # CGAL_MAKEFILE = ENTER_YOUR_INCLUDE_MAKEFILE_HERE 2006-03-15 09:48:29 +00:00
Efi Fogel 4a927ee3df reflected changes from CORE sources 2006-03-14 11:55:18 +00:00
Efi Fogel a7987b7975 reflected changes from CORE sources 2006-03-14 11:52:49 +00:00
Marc Glisse b7c1e92f0d Missing std:: 2006-02-28 16:09:05 +00:00
Daniel Russel 959940d2ec fixed off by one error in copy constructor and operator= 2006-02-27 06:55:12 +00:00
Marc Glisse 3d1ee0cf13 Missing std:: 2006-02-26 00:25:19 +00:00
Marc Glisse 13380ebe5e Add some missing std:: and #include <c*> 2006-02-22 15:22:27 +00:00
Ron Wein cb6e26ebe1 Initialized validFlag to avoid a compilation warning. 2006-02-19 08:02:46 +00:00
Laurent Saboret db6a8f948c Change CVS keywords to SVN style 2006-02-16 14:30:13 +00:00
Laurent Saboret 1aad55d4cb Change CVS keywords to SVN style 2006-02-14 10:08:15 +00:00
Laurent Saboret 047a2cbac9 Move packages to trunk root 2006-02-14 08:58:14 +00:00