cgal/wininst/changes.txt

196 lines
7.4 KiB
Plaintext

28 March 2007 Fernando Cacciola
- C2vcproj modified to produce <package>_VC71.sln and <package>_VC80.sln in the package folder,
then subfolders VC71 and VC80 each containing one .vcproj per main program.
12 March 2007 Andreas Fabri
- Removed cgal_confog.bat
19 February 2007 Fernando Cacciola
- The following .vcproj files have been replaced by *_71.vcproj and *_VC80.vcproj:
master.vcproj, cgalib.vcproj, CORE.vcproj and CGALQt.vcproj
(the old project files were removed).
- When built via the new VC project files, CGAL.lib, core++.lib and CGALQt.lib
are now generated with names indicating the compiler version and configuration,
in the same way boost libraries are named (for example, cgal-mt-s.lib)
- Folder "wininst/include/CGAL/config/msvc7/CGAL" renamed as "wininst/include/CGAL/config/msvc/CGAL"
- New file "cl_1400.h" (for VC8.0) added into "config/msvc/CGAL".
- New file "auto_link.h" added into "config/msvc/CGAL".
- File "compiler_config.h" edited to include "cl_1400.h" in case of VC8, and to
include "auto_link.h" to enable the new auto link feature (which automatically
intructs the compiler to link to the correct library based on the current
compiler and configuration)
- C2vcproj edited to produced the new _70.vcproj and _80.vcproj versions.
- C2vcproj fixed to add files named "xyz.cpp" as "xyz.cpp" instead of "xyz.C"
(note: mpfr.lib is no longer in master.vcproj even though the change log for
29 sep 2004 says it was added)
- C2dsw and C2dsp removed.
- master.dsw and master.dsp removed.
- File CORE/Config.h edited to include auto_link.h and enable auto-linking
for the core++ library variants.
- File IO/Qt_widget.h edited to include auto_link.h and enable auto-linking
for the cgalqt library variants.
13 March 2006 andreas Fabri
- Removed directory lib/msvc7
29 September 2004
- Added mpfr.lib to the file master.vcproj
03 June 2004 Radu Ursu
- updated cgallib.vcproj: removed oprimisation_basic.C
- this project is also a VC++ 7.1 project, which means that it can't be
opened with VC++7.0 which is no longer supported
21 May 2004 Sylvain Pion
- C2vcproj : pick master.vcproj where it is instead of forcing the release
scripts to copy it.
10 May 2004 Sylvain Pion
- Remove obsolete demo/GeoWin.
18 Feb 2004 Sylvain Pion
- Remove include/CGAL/config/msvc7/CGAL/cl_1300.h
2.2.15 (18/01/04) Remove obsolete files :
include/CGAL/config/msvc7/iterator_specializations.h
include/CGAL/config/msvc7/stl_iterator_base.h
2.2.12 (19/11/03) [rursu] removed INSTALL.rtf and Install.hlp that were used
in CGAL-2.4
2.2.11 (04/10/03) [rursu] modified C2vcproj script to make the project name
and the output file name the same as the .C file name
added the script that was used to generate CGAL3.0Setup.exe
2.2.1 (23/10/03) resubmission
2.1.39(22/10/03) resubmission
2.1.38(22/10/03) new headers
2.1.37(02/10/03) modified the C2vcproj script and the master.vcproj file
the projects are generated now in examples/package/ dir
and not examples/package/VC7
2.1.36(01/10/03) updated INSTALL.win32 file
2.1.35(27/09/03) new headers
2.1.34(15/09/03) rursu: added C2vcproj script to generate the VC++7.0 projects
for CGAL examples
2.1.33(19/06/03) rursu: put back Alpha_shapes_3 projects
2.1.32(18/06/03) rursu: removed projects for Leda demos
2.1.31(11/06/03) rursu: updated cl_1300.h and cl_1310.h
2.1.29(03/06/03) rursu: modified the projects files and the configuration
files in include/CGAL/config/msvc7/cl13xx.h
2.1.28(05/05/03) modified the include/CGAL/config/msvc7/iterator_specializations.h
2.1.27(30/04/03) modified the release version from
developer_scripts/examples/master.vcproj
2.1.26(29/04/03) added Polynomial.C in the cgallib.vcproj
2.1.25(19/03/03) split the compiler_config.h in cl_1300.h and cl_1310.h
2.1.24(10/03/03) removed warnings from build using VC7 project
2.1.23(18/02/03) removed Triangulation_3.C from the CGAL project in src.
2.1.22(10/02/03) removed makefile.mak from examples and demos.
2.1.21(03/02/03) removed VC6 project files (cl version = 1200)
2.1.19(26/07/02) Fixed the cgallib.vcproj debug and release version
2.1.18(05/07/02) Removed the CGALQt.dsp and CGALQt.vcproj from wininst package
They should be in the Qt_widget package
Have tried to put good headers in compiler_config.h
2.1.17(28/06/02) All the dsps from demo directory were added in binary mode.
The same for the projects in src directory
The file include/CGAL/config/msvc7/CGAL/compiler_config.h defined CGAL_CFG_NOMINMAX
2.1.16(19/06/02) Patched the release version of cgallib.dsp
2.1.15(13/05/02) Updated INSTALL.win32 for CGAL-2.4 and added Install.hlp
2.1.14(02/05/02) added the projects to build the Qt_widget (CGALQt.lib)
2.1.13(02/05/02) put a new header to msvc7/compiler_config.h
patched the dsps from the demo directory
2.1.12(30/04/02) added the CGAL headers for some files
added the file dont_submit
2.1.11(30/04/02) modified the master dsp for VC6 and the script to generate
the VC6 directory. Patched the master script to generate .vcproj files
added the dsps and vcprojs for the demos
2.1.9 (21/03/02) added Timer and Real_timer in src/makefile_lib.mak
2.1.8 (20/12/01 Created directory include/CGAL/config/msvc7
Moved Stl_port/vc7/iterator to include/CGAL/config/msvc/iterator_specializations.h
Moved Stl_port/vc7/stl_iterator_base.h to include/CGAL/config/msvc/ (af)
2.1.3 (10/8/2001) resubmit
1.5.4 (23/7/2001) removed more obsolete dirs
1.5.3 (18/7/2001) Remove some obsolete directories.
1.5.2 (25/6/2001) Changed directory names Triangulation -> Triangulation_2
and Triangulation3 -> Triangulation_3.
1.5.1 (9/10/2000) Added CGALmin_sphere to the demos list in
the demo/GeoWin/makefile.mak
1.5 (4/10/2000) Updates for release 2.2. Editing install.txt to
reflect changes that happened since 2.1:
Removing CLN from src/makefile_lib.mak.
Upgraded demo makefiles.
Put Leda includes after the Cgal includes in global
makefiles.
Upgraded platform-specific include file for MSVC.
Upgraded platform-specific include file for BCC.
Made cgal_config.bat to recognize minor version of
BCC and treat include/CGAL/config/bcc/
cctype accordingly
(the latter is not needed for verions > 5.4).
Removed -nologo option for BCC (5.5 doesn't have it).
Updated demo.bat and ex.bat in wininst/make that are used to
batch compile demos and examples.
1.4.2 (12/1/2000) added existence check for tmpt0.cpp at the end of
cgal_config.bat. Updated install.txt.
1.4.1 (8/1/2000) removed explicit list of object files to remove in
src/makefile_lib.mak, due to a Win95 refusal to
accept such a long line.
1.4 (7/1/2000) removed Win95-incompatibilies, namely options of del
and rmdir/mkdir
added compiler check and LEDA_STD_HEADERS check
1.3 (6/1/2000) shortened labels in cgal_config.bat to be at most 8
characters long
1.2.1,2 fighting strange behaviour of the submission scripts
1.2 (5/1/2000) changing examples/Fixedprecision_nt/makefile.mak to
work without LEDA;
updated headers in include/CGAL/config/[msvc,bcc]
1.1 (5/1/2000) adding include/CGAL/config/[msvc,bcc]
changed cgal_config.bat to clean winutils/bin before tools
building
1.0 (4/1/2000) initial release 4/1/2000