Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix bug in env settings | Ken Martin | 2003-01-09 | 4 | -38/+40 |
| | |||||
* | more option on var watches | Ken Martin | 2003-01-09 | 2 | -1/+15 |
| | |||||
* | fix warning | Bill Hoffman | 2003-01-09 | 1 | -1/+1 |
| | |||||
* | restore the environment for cxx and cc in global generator | Bill Hoffman | 2003-01-09 | 2 | -5/+53 |
| | |||||
* | use cmstdstring in maps | Bill Hoffman | 2003-01-09 | 1 | -1/+1 |
| | |||||
* | fix syntax for addwatch | Bill Hoffman | 2003-01-09 | 1 | -2/+2 |
| | |||||
* | only load bw compat if CMAKE_BACK... is set | Ken Martin | 2003-01-09 | 1 | -4/+4 |
| | |||||
* | added watches for access of bw compat vars | Ken Martin | 2003-01-09 | 1 | -0/+20 |
| | |||||
* | now complains more | Ken Martin | 2003-01-09 | 1 | -7/+5 |
| | |||||
* | Reorganize | Andy Cedilnik | 2003-01-08 | 3 | -1/+487 |
| | |||||
* | Add option of watching variables | Andy Cedilnik | 2003-01-08 | 8 | -3/+203 |
| | |||||
* | ENH: only force the use of ansi flags in backwards mode | Bill Hoffman | 2003-01-08 | 1 | -3/+18 |
| | |||||
* | Implement FTP uploading | Andy Cedilnik | 2003-01-08 | 2 | -12/+71 |
| | |||||
* | Add more places to search for library, also include curl directory when ↵ | Andy Cedilnik | 2003-01-08 | 1 | -2/+5 |
| | | | | compiling | ||||
* | New signature | Andy Cedilnik | 2003-01-08 | 1 | -2/+2 |
| | |||||
* | Initial import | Andy Cedilnik | 2003-01-08 | 5 | -0/+920 |
| | |||||
* | Work on submitting | Andy Cedilnik | 2003-01-07 | 2 | -2/+87 |
| | |||||
* | Start working on improved test | Andy Cedilnik | 2003-01-07 | 3 | -0/+99 |
| | |||||
* | Initial import | Andy Cedilnik | 2003-01-07 | 17 | -0/+1437 |
| | |||||
* | Initial import | Andy Cedilnik | 2003-01-07 | 78 | -0/+24960 |
| | |||||
* | Fix a problem with TCL wrapping if the source files have a relative path. | John Biddiscombe | 2003-01-06 | 1 | -1/+3 |
| | | | | The dependency is not correctly handled | ||||
* | updated version | Ken Martin | 2003-01-06 | 1 | -1/+1 |
| | |||||
* | ENH: Fixed space problem for Rez. | Brad King | 2003-01-06 | 1 | -2/+2 |
| | |||||
* | update version | Ken Martin | 2003-01-06 | 1 | -2/+2 |
| | |||||
* | updated version | Ken Martin | 2003-01-06 | 1 | -2/+2 |
| | |||||
* | ENH: Changed magic numbers to reserved. Added CMAKE_VERSION_MAJOR and ↵ | Brad King | 2003-01-02 | 1 | -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 string | Andy Cedilnik | 2003-01-01 | 2 | -2/+41 |
| | |||||
* | BUG: When there are no link flags, we want an empty string, not a null pointer. | Brad King | 2002-12-31 | 1 | -1/+8 |
| | |||||
* | ENH: Support LINK_FLAGS property for static libraries. | Brad King | 2002-12-31 | 1 | -1/+2 |
| | |||||
* | Fix problem on windows with network paths | Andy Cedilnik | 2002-12-30 | 1 | -1/+9 |
| | |||||
* | ENH: clean up docs some | Bill Hoffman | 2002-12-30 | 10 | -20/+33 |
| | |||||
* | ENH: fix for AIX | Bill Hoffman | 2002-12-23 | 1 | -1/+1 |
| | |||||
* | WAR: remove warinings | Bill Hoffman | 2002-12-23 | 1 | -0/+6 |
| | |||||
* | ENH: handle // in the path | Bill Hoffman | 2002-12-23 | 1 | -1/+6 |
| | |||||
* | ENH: fixes for borland with spaces in the path | Bill Hoffman | 2002-12-22 | 1 | -0/+12 |
| | |||||
* | clean up warning and use more short paths | Bill Hoffman | 2002-12-22 | 1 | -10/+11 |
| | |||||
* | ENH: add target properties files | Bill Hoffman | 2002-12-21 | 4 | -0/+277 |
| | |||||
* | ENH: add target properties | Bill Hoffman | 2002-12-20 | 4 | -30/+135 |
| | |||||
* | ERR: Tcl_PkgProvide takes char*, so we cannot pass a string literal to it. | Brad King | 2002-12-20 | 1 | -4/+5 |
| | |||||
* | ENH: Visual Studio 6 and 7 generators now set CMAKE_CONFIGURATION_TYPES to ↵ | Brad King | 2002-12-20 | 4 | -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 Hoffman | 2002-12-20 | 1 | -0/+37 |
| | | | | trycompile | ||||
* | testing more agressive compatability settings | Ken Martin | 2002-12-20 | 2 | -6/+7 |
| | |||||
* | BUG: enable the languages when not running in global mode | Bill Hoffman | 2002-12-19 | 1 | -2/+5 |
| | |||||
* | ENH: Tcl packages now Tcl_PkgProvide their own name and version. | Brad King | 2002-12-18 | 1 | -0/+7 |
| | |||||
* | ERR: Project name and executable name should match for consistency in the ↵ | Brad King | 2002-12-18 | 1 | -1/+1 |
| | | | | X11 test. | ||||
* | ENH: Added return type int to ExecuteCommand. | Brad King | 2002-12-17 | 2 | -5/+5 |
| | |||||
* | BUG: Need at least 2 arguments, not exactly 2. | Brad King | 2002-12-17 | 1 | -1/+1 |
| | |||||
* | ERR: Added operator != for SGI. | Brad King | 2002-12-17 | 1 | -0/+4 |
| | |||||
* | BUG: Renamed X11 test executable to useX11 to avoid conflict with name of ↵ | Brad King | 2002-12-17 | 1 | -1/+1 |
| | | | | library. | ||||
* | better handling of Module | Ken Martin | 2002-12-17 | 1 | -2/+5 |
| |