summaryrefslogtreecommitdiffstats
path: root/Source/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Install cpackAndy Cedilnik2006-02-241-0/+1
|
* ENH: Implemented FILES and PROGRAMS forms of the INSTALL command as ↵Brad King2006-02-191-0/+2
| | | | replacements for the INSTALL_FILES and INSTALL_PROGRAMS commands. This addresses the request for absolute path install destinations in bug#2691.
* ENH: Created new install script generation framework. The INSTALL command ↵Brad King2006-02-191-0/+6
| | | | creates the generators which are later used by cmLocalGenerator to create the cmake_install.cmake files. A new target installation interface is provided by the INSTALL command which fixes several problems with the INSTALL_TARGETS command. See bug#2691. Bugs 1481 and 1695 are addressed by these changes.
* ENH: some reorg of the unix makefile generatorKen Martin2006-02-151-0/+4
|
* ENH: working directory working for XCodeBill Hoffman2006-02-081-2/+2
|
* ENH: add working directory supportBill Hoffman2006-02-081-1/+13
|
* ENH: Added option BUILD_CursesDialog if curses is found. This allows people ↵Brad King2006-02-081-6/+3
| | | | to disable building the dialog even when curses is found.
* COMP: Fixed build on VC++ Express 2005. Explicitly testing for MFC to ↵Brad King2006-02-031-2/+2
| | | | determine whether to build the MFCDialog.
* ENH: Enabled build of VS 7 and 8 generators for MinGW.Brad King2006-02-011-22/+22
|
* ENH: fix problem with watcom and short paths and -IBill Hoffman2006-01-231-1/+3
|
* ENH: add support for watcom wmake and wcl386Bill Hoffman2006-01-171-128/+143
|
* ENH: More improvements and add loggingAndy Cedilnik2006-01-021-0/+1
|
* ENH: Merge from cpack branchAndy Cedilnik2006-01-021-0/+23
|
* ENH: Add a tar testAndy Cedilnik2005-12-301-0/+10
|
* COMP: Cleanup regular expressionsAndy Cedilnik2005-12-301-0/+2
|
* COMP: Link tar library to cmakeAndy Cedilnik2005-12-281-1/+2
|
* ENH: fix borland make clean targets before build, add new generators for ↵Bill Hoffman2005-12-221-0/+2
| | | | msys and mingw
* ENH: added tutorial testsKen Martin2005-11-101-0/+50
|
* ENH: Add rudamentary mathematical expression supportAndy Cedilnik2005-10-171-2/+16
|
* ENH: Add file time comparison codeAndy Cedilnik2005-10-121-0/+2
|
* ENH: use the findqt3 from this cmake and not the one configureing cmakeBill Hoffman2005-09-121-2/+2
|
* ENH: more qt changesBill Hoffman2005-09-121-1/+1
|
* ENH: add real support for Xcode21Bill Hoffman2005-09-021-0/+1
|
* BUG: not all Macs are case insensitive if they mount nfs directoriesBill Hoffman2005-09-021-2/+2
|
* ENH: Updated SimpleInstall test to test new versioned executable and ↵Brad King2005-08-171-1/+1
| | | | OUTPUT_NAME support.
* ENH: change name from XCode to Xcode no need to test bootstrap for xcodeAndy Cedilnik2005-08-021-1/+1
|
* ENH: change name from XCode to Xcode no need to test bootstrap for xcodeAndy Cedilnik2005-08-021-1/+1
|
* ENH: java does not work under mingwBill Hoffman2005-07-201-2/+2
|
* ENH: if Xcode21 is installed then create 21 compatible project filesBill Hoffman2005-07-191-0/+3
|
* ENH: remove messages about not running java testBill Hoffman2005-07-151-4/+0
|
* ENH: add bundle testBill Hoffman2005-07-131-1/+11
|
* ENH: Move curl to utilitiesAndy Cedilnik2005-06-241-0/+1
|
* ENH: Several improvements with the way things are handled. Also, support ↵Andy Cedilnik2005-06-231-0/+1
| | | | multiple submited files
* COMP: Fix problems with old cmakeAndy Cedilnik2005-06-181-3/+0
|
* ENH: Pass ctest config type to subprocessesAndy Cedilnik2005-06-171-0/+3
|
* ENH: Add test of macroAndy Cedilnik2005-06-161-0/+10
|
* ENH: Several improvements to CTest:Andy Cedilnik2005-06-161-1/+7
| | | | | | | | | 1. Support for showing line numbers when debugging ctest --show-line-numbers 2. Modify the ctest initialization code, so that it can be delayed 3. Handlers now have corresponding command if they were invoked from the command (so far only update actually use that) 4. Start command is simplified and the functionality is moved to CTest 5. Update can perform initial checkout if CTEST_CHECKOUT_COMMAND is set 6. Add test that checks out kwsys and perform tests on the fresh checkout
* ENH: add first cut at support for exe with same name as libKen Martin2005-06-161-0/+11
|
* ENH: Add logging to improve coverageAndy Cedilnik2005-06-151-0/+2
|
* ENH: Add commands for memory checking and coverageAndy Cedilnik2005-06-141-1/+3
|
* ENH: Use the new parser that supports nested variablesAndy Cedilnik2005-06-131-0/+52
|
* ENH: removed UMG2Ken Martin2005-06-091-3/+0
|
* ENH: Move the build-and-test code to a handlerAndy Cedilnik2005-06-031-0/+1
|
* ENH: defer relative pathsKen Martin2005-05-121-10/+10
|
* ENH: added new generatorKen Martin2005-05-121-0/+3
|
* ENH: Add new style ctest projectAndy Cedilnik2005-05-051-0/+5
|
* ENH: Promote submit into a full handler, add test and submit command and do ↵Andy Cedilnik2005-05-031-1/+3
| | | | some cleanups
* ENH: More commands. Start working on new style ctest configurationAndy Cedilnik2005-05-021-6/+8
|
* ENH: Improve internal test handling by creating a test class. Command ↵Andy Cedilnik2005-04-241-0/+2
| | | | cmEnableTesting now only sets CMAKE_TESTING_ENABLED and cmAddTest only adds a test to the list. The actual test files are written by local generator. This way we can at some point in the future replace DartTestfile with some XML file
* BUG: The test1 executable has been removed from kwsys. Instead using ↵Brad King2005-04-131-1/+1
| | | | testIOS for the kwsys test.