summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Changed magic numbers to reserved. Added CMAKE_VERSION_MAJOR and ↵Brad King2003-01-021-2/+5
| | | | CMAKE_VERSION_MINOR macros to allow commands to do conditional compilation across multiple versions of CMake.
* Add a way to convert ascii to stringAndy Cedilnik2003-01-012-2/+41
|
* BUG: When there are no link flags, we want an empty string, not a null pointer.Brad King2002-12-311-1/+8
|
* ENH: Support LINK_FLAGS property for static libraries.Brad King2002-12-311-1/+2
|
* Fix problem on windows with network pathsAndy Cedilnik2002-12-301-1/+9
|
* ENH: clean up docs someBill Hoffman2002-12-3010-20/+33
|
* ENH: fix for AIXBill Hoffman2002-12-231-1/+1
|
* WAR: remove wariningsBill Hoffman2002-12-231-0/+6
|
* ENH: handle // in the pathBill Hoffman2002-12-231-1/+6
|
* ENH: fixes for borland with spaces in the pathBill Hoffman2002-12-221-0/+12
|
* clean up warning and use more short pathsBill Hoffman2002-12-221-10/+11
|
* ENH: add target properties filesBill Hoffman2002-12-214-0/+277
|
* ENH: add target propertiesBill Hoffman2002-12-204-30/+135
|
* ERR: Tcl_PkgProvide takes char*, so we cannot pass a string literal to it.Brad King2002-12-201-4/+5
|
* ENH: Visual Studio 6 and 7 generators now set CMAKE_CONFIGURATION_TYPES to ↵Brad King2002-12-204-10/+54
| | | | be a semicolon-separated list of configurations that will be built.
* ENH: add a check to make sure cmake can find the c or C++ compiler for ↵Bill Hoffman2002-12-201-0/+37
| | | | trycompile
* testing more agressive compatability settingsKen Martin2002-12-202-6/+7
|
* BUG: enable the languages when not running in global modeBill Hoffman2002-12-191-2/+5
|
* ENH: Tcl packages now Tcl_PkgProvide their own name and version.Brad King2002-12-181-0/+7
|
* ERR: Project name and executable name should match for consistency in the ↵Brad King2002-12-181-1/+1
| | | | X11 test.
* ENH: Added return type int to ExecuteCommand.Brad King2002-12-172-5/+5
|
* BUG: Need at least 2 arguments, not exactly 2.Brad King2002-12-171-1/+1
|
* ERR: Added operator != for SGI.Brad King2002-12-171-0/+4
|
* BUG: Renamed X11 test executable to useX11 to avoid conflict with name of ↵Brad King2002-12-171-1/+1
| | | | library.
* better handling of ModuleKen Martin2002-12-171-2/+5
|
* Save directories when doing global buildAndy Cedilnik2002-12-171-0/+5
|
* ENH: Improved error message for macro invoked with incorrect number of ↵Brad King2002-12-171-1/+7
| | | | arguments.
* ENH: TryCompile should produce a verbose makefile.Brad King2002-12-171-0/+1
|
* some clean up in link directoriesKen Martin2002-12-171-8/+35
|
* Split ctest into two three filesAndy Cedilnik2002-12-174-1458/+1475
|
* BUG: Cannot remove quotes from defined flags.Brad King2002-12-161-1/+2
|
* Fix switching from local to global generation when cmake version changes or ↵Andy Cedilnik2002-12-161-3/+12
| | | | when things change inside version
* ENH: Added copy_if_different option to -E flag.Brad King2002-12-161-0/+8
|
* BUG: Fixed quotes in output paths.Brad King2002-12-162-6/+4
|
* Add support for only showing what will be done. This way you can for example ↵Andy Cedilnik2002-12-152-48/+104
| | | | get a list of all tests: ctest -N or list of all tests that match regex: ctest -N -R regex
* BUG: Need source file and OBJECT_DEPENDS as dependencies of an object file.Brad King2002-12-131-2/+2
|
* ENH: Added source file property OBJECT_DEPENDS to support generated header ↵Brad King2002-12-135-11/+114
| | | | files included in non-generated sources.
* made more strictKen Martin2002-12-131-8/+1
|
* fixed warningsKen Martin2002-12-132-3/+0
|
* ERR: Fixed unused parameter warning.Brad King2002-12-132-2/+2
|
* Make try compile add a depend to re-run cmake if its source chagnesBill Hoffman2002-12-122-1/+7
|
* ENH: Improved filename/line number reporting in error message. Macro ↵Brad King2002-12-126-28/+45
| | | | invocations now chain up the error message.
* BUG: Multi-line functions must also increment line number, not the pointer.Brad King2002-12-111-1/+1
|
* ERR: Dummy InitialPass implementation must return a value.Brad King2002-12-111-1/+1
|
* ENH: Moved ExpandListVariables out of individual commands. Argument ↵Brad King2002-12-1153-629/+607
| | | | evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside.
* removed dsw fileKen Martin2002-12-111-113/+0
|
* added a Free methodKen Martin2002-12-112-1/+16
|
* ENH: Improved implementation of MSVC debug hook to only add the hook if ↵Brad King2002-12-112-14/+15
| | | | DART_TEST_FROM_DART is set in the environment. This is better than always adding the hook and testing the environment from the callback.
* Add check so that java projects build without C++Andy Cedilnik2002-12-113-75/+86
|
* ENH: Added cmSystemTools::EnableMSVCDebugHook() to prevent error dialogs ↵Brad King2002-12-117-0/+34
| | | | when CMake is invoked by Dart.