summaryrefslogtreecommitdiffstats
path: root/Source/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* ERR: Project name and executable name should match for consistency in the ↵Brad King2002-12-181-1/+1
| | | | X11 test.
* BUG: Renamed X11 test executable to useX11 to avoid conflict with name of ↵Brad King2002-12-171-1/+1
| | | | library.
* Split ctest into two three filesAndy Cedilnik2002-12-171-1/+1
|
* remove unused filesBill Hoffman2002-12-031-2/+0
|
* remove code warrior and fixed GUI isuesKen Martin2002-12-031-4/+0
|
* Add ObjC++ test for OSXYves Starreveld2002-11-271-0/+7
|
* BUG: the dependency analysis would incorrectly alphabetically re-order theAmitha Perera2002-11-191-0/+14
| | | | | link lines, which affects external libraries pulled up from deep within the dependency tree. Fixed by preserving order everywhere.
* ENH: fix up several problems with new stuffBill Hoffman2002-11-111-0/+5
|
* Complete rework of makefile generators expect troubleBill Hoffman2002-11-081-2/+0
|
* make qt stuff advancedBill Hoffman2002-11-021-0/+7
|
* Add test for X11Andy Cedilnik2002-10-291-0/+5
|
* added build for Code WarriorKen Martin2002-10-091-0/+4
|
* Another attempt on Windows 98Andy Cedilnik2002-09-301-0/+2
|
* Add class for process execution on WindowsAndy Cedilnik2002-09-271-0/+2
|
* Add option for building wxWindows GUI for CMakeAndy Cedilnik2002-09-191-0/+6
|
* new testKen Martin2002-09-171-0/+5
|
* added include of FindQT.cmakeFranck Bettinger2002-09-121-5/+8
|
* new archKen Martin2002-09-121-1/+0
|
* added test for QTWrapUI called qtwrappingFranck Bettinger2002-09-121-0/+6
|
* ENH: Pointer-to-function to pointer-to-data casts are not even allowed in ↵Brad King2002-09-111-1/+0
| | | | strict C. Re-implemented this conversion in pure C++ using a casting trick with an extra level of indirection.
* ERR: Cast from pointer-to-data to pointer-to-function is not allowed in C++. ↵Brad King2002-09-101-0/+1
| | | | The cast needed by cmDynamicLoader::GetSymbolAddress is now hidden in a C file.
* removed extra ENDIFKen Martin2002-09-101-2/+0
|
* new archKen Martin2002-09-061-18/+24
|
* ENH: fix warningsBill Hoffman2002-08-271-1/+0
|
* fixed bootstrap build to not use LoadCOmmandCOmmandKen Martin2002-08-271-0/+4
|
* removed shared lib supportKen Martin2002-08-231-4/+0
|
* BUG: add explicit clean up of the cachemanager at exit of programs, so dll ↵Bill Hoffman2002-08-231-2/+2
| | | | destruction is not a problem.
* BUG: borland needs to have BUILD_SHARED_LIBS on for executables to work with c++Bill Hoffman2002-08-221-6/+6
|
* made CMakeLib shared on windowsKen Martin2002-08-211-4/+18
|
* BUG: cmake needs it's own directory for includes, so depends workBill Hoffman2002-06-101-0/+1
|
* removed ccommand use cmake nowKen Martin2002-06-031-4/+0
|
* BUG: Correct some of the dependency analysis code.Amitha Perera2002-05-101-0/+28
| | | | | | | | | - Make sure the original link line is untouched - Avoid duplicating the link line when supporting version < 1.4 - Make sure the cyclic dependencies and such are output correctly in complicated cases. - Avoid outputing dependencies that are already satisfied on the original link line when possible.
* - bug fix where paths weren't being output when LIB_OUT_PATH *isn't* usedAmitha Perera2002-05-031-3/+10
| | | | | - test case for above mentioned bug - more comments. Comments are good.
* Debug optimized cache fixesBill Hoffman2002-05-021-8/+9
|
* ENH: Add library dependency analysis.Amitha Perera2002-05-011-0/+8
|
* ENH: allow cmake tests to be run without dart.Bill Hoffman2002-05-011-0/+6
|
* create tests without DartBill Hoffman2002-04-301-4/+0
|
* updated for 1.4Ken Martin2002-04-221-0/+2
|
* ENH: Removed out-of-date commands CABLE_WRAP_TCL CABLE_CLASS_SET and ↵Brad King2002-04-171-2/+0
| | | | CONFIGURE_GCCXML
* ENH: add enable language support for PROJECT command, this means that a C ↵Bill Hoffman2002-04-021-5/+12
| | | | only project can be built with cmake, even without a cxx compiler
* ENH: add testdriver test with source file in subdirSebastien Barre2002-03-271-1/+3
|
* ENH: add new command to create a test driverBill Hoffman2002-03-201-0/+19
|
* ENH: remove fltk dialog as it is no longer supportedBill Hoffman2002-03-201-10/+0
|
* Add ccommand for executing commands on the system, so by using ↵Andy Cedilnik2002-03-151-0/+2
| | | | ADD_CUSTOM_COMMAND, you can make rules to do some system commands during build. Currently supported commands are copy and remove. Others will follow.
* BUG: .h not two .cxx filesBill Hoffman2002-03-141-1/+1
|
* ENH: remove several compiler warningsBill Hoffman2002-03-131-5/+31
|
* Build cmaketest even if testing if OFF (so that it can be used externally)Sebastien Barre2002-03-071-6/+7
|
* ENH: add cmaketest to install targets (so that it can be used in other ↵Sebastien Barre2002-03-061-0/+1
| | | | projects) and pass the rest of its command-line args to cmake
* ENH: add dotnet stuffBill Hoffman2002-02-191-1/+1
|
* add dot net stuff to cmakelists file and dsp fileBill Hoffman2002-02-191-0/+2
|