summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* only load bw compat if CMAKE_BACK... is setKen Martin2003-01-091-4/+4
|
* added watches for access of bw compat varsKen Martin2003-01-091-0/+20
|
* now complains moreKen Martin2003-01-091-7/+5
|
* ReorganizeAndy Cedilnik2003-01-083-1/+487
|
* Add option of watching variablesAndy Cedilnik2003-01-088-3/+203
|
* ENH: only force the use of ansi flags in backwards modeBill Hoffman2003-01-081-3/+18
|
* Implement FTP uploadingAndy Cedilnik2003-01-082-12/+71
|
* Add more places to search for library, also include curl directory when ↵Andy Cedilnik2003-01-081-2/+5
| | | | compiling
* New signatureAndy Cedilnik2003-01-081-2/+2
|
* Initial importAndy Cedilnik2003-01-085-0/+920
|
* Work on submittingAndy Cedilnik2003-01-072-2/+87
|
* Start working on improved testAndy Cedilnik2003-01-073-0/+99
|
* Initial importAndy Cedilnik2003-01-0717-0/+1437
|
* Initial importAndy Cedilnik2003-01-0778-0/+24960
|
* Fix a problem with TCL wrapping if the source files have a relative path.John Biddiscombe2003-01-061-1/+3
| | | | The dependency is not correctly handled
* updated versionKen Martin2003-01-061-1/+1
|
* ENH: Fixed space problem for Rez.Brad King2003-01-061-2/+2
|
* update versionKen Martin2003-01-061-2/+2
|
* updated versionKen Martin2003-01-061-2/+2
|
* 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
|