Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ken added dependancy to build everything | Berk Geveci | 2001-08-27 | 1 | -0/+6 |
| | |||||
* | added ctest to win32 | Ken Martin | 2001-08-25 | 2 | -0/+122 |
| | |||||
* | *** empty log message *** | Bill Hoffman | 2001-08-24 | 2 | -2/+2 |
| | |||||
* | ENH: more sgi -LANG stuff | Bill Hoffman | 2001-08-24 | 3 | -19/+42 |
| | |||||
* | auto detect lang:std: | Bill Hoffman | 2001-08-24 | 2 | -20/+18 |
| | |||||
* | auto detect lang:std: | Bill Hoffman | 2001-08-24 | 2 | -18/+20 |
| | |||||
* | ENH: build for sgi CC out of box | Bill Hoffman | 2001-08-24 | 1 | -1/+1 |
| | |||||
* | auto detect lang:std: | Bill Hoffman | 2001-08-24 | 2 | -6/+6 |
| | |||||
* | auto detect lang:std: | Bill Hoffman | 2001-08-24 | 2 | -6/+6 |
| | |||||
* | auto detect lang:std: | Bill Hoffman | 2001-08-24 | 2 | -18/+68 |
| | |||||
* | auto detect lang:std: | Bill Hoffman | 2001-08-24 | 2 | -2/+2 |
| | |||||
* | BUG: fix complex test for old compilers | Bill Hoffman | 2001-08-24 | 6 | -12/+12 |
| | |||||
* | BUG: fix for SGI Native compiler | Bill Hoffman | 2001-08-24 | 5 | -765/+2278 |
| | |||||
* | BUG: fix flag for building shared on HP | Bill Hoffman | 2001-08-24 | 2 | -2/+2 |
| | |||||
* | BUG: ADD_TEST now only does stuff if ENABLE_TESTING has been run. | Amitha Perera | 2001-08-23 | 2 | -19/+25 |
| | |||||
* | ENH: improve coverage | Bill Hoffman | 2001-08-23 | 3 | -46/+6 |
| | |||||
* | ENH: add dump documentation test | Bill Hoffman | 2001-08-23 | 4 | -12/+18 |
| | |||||
* | ENH: Each cmCableWrapTclCommand instance now uses a single cmMakeDepend ↵ | Brad King | 2001-08-23 | 2 | -4/+11 |
| | | | | object for dependencies for all the gccxml input files it generates. This should significantly improve generation time. | ||||
* | BUG: run make all on unix not make exename | Bill Hoffman | 2001-08-23 | 1 | -1/+3 |
| | |||||
* | ENH: add more testing | Bill Hoffman | 2001-08-23 | 4 | -15/+43 |
| | |||||
* | ENH: try to get better test coverage | Bill Hoffman | 2001-08-23 | 39 | -0/+570 |
| | |||||
* | also check path for test executables | Ken Martin | 2001-08-23 | 1 | -0/+10 |
| | |||||
* | fixed format | Ken Martin | 2001-08-23 | 1 | -1/+1 |
| | |||||
* | better ctest support | Ken Martin | 2001-08-23 | 1 | -5/+14 |
| | |||||
* | added test driver for make test target | Ken Martin | 2001-08-23 | 6 | -4/+279 |
| | |||||
* | ENH: do not put a rule in to rebuild the ALL_BUILD.dsp file, as it is not ↵ | Ken Martin | 2001-08-22 | 1 | -0/+4 |
| | | | | possible... | ||||
* | ENH: change all maps of string to be maps of cmStdString, to reduce symbol ↵ | Bill Hoffman | 2001-08-22 | 10 | -26/+39 |
| | | | | length in object files. | ||||
* | BUG: shorten length of symbols | Bill Hoffman | 2001-08-22 | 1 | -1/+4 |
| | |||||
* | OUTDIR->IntDir | Berk Geveci | 2001-08-22 | 1 | -2/+2 |
| | |||||
* | BUG: add missing CMakeCommandLineInfo | Bill Hoffman | 2001-08-22 | 1 | -0/+1 |
| | |||||
* | CMakeSetup now handles command-line arguments (ex: /H=source_dir /B=build_dir) | Sebastien Barre | 2001-08-21 | 6 | -7/+123 |
| | |||||
* | Added support for .mm source files (ObjC++) | Yves Starreveld | 2001-08-21 | 1 | -0/+1 |
| | |||||
* | BUG: fix check for no std:: | Bill Hoffman | 2001-08-20 | 2 | -1783/+3727 |
| | |||||
* | BUG: cmSystemTools::CollapseFullPath is a bad thing to call on the compiler ↵ | Bill Hoffman | 2001-08-20 | 1 | -5/+0 |
| | | | | which is a filepath | ||||
* | Allow option value to be expanded (thus, we can use the value of another ↵ | Sebastien Barre | 2001-08-19 | 1 | -3/+4 |
| | | | | option as default) | ||||
* | gcc and MSVC clash on basic_string::compare(), let's try substr() | Sebastien Barre | 2001-08-19 | 1 | -1/+1 |
| | |||||
* | If the value is a path, collapse it (cleaner) | Sebastien Barre | 2001-08-19 | 1 | -0/+5 |
| | |||||
* | BUG: get the flags right | Bill Hoffman | 2001-08-18 | 2 | -3732/+1788 |
| | |||||
* | Support for $ENV{VAR} syntax (lookup in the environment vars) | Sebastien Barre | 2001-08-18 | 2 | -13/+52 |
| | |||||
* | backwards MATCHES in if and else statements | Ken Martin | 2001-08-17 | 2 | -2/+2 |
| | |||||
* | ENH: default for cygwin should be pthreads | Bill Hoffman | 2001-08-16 | 1 | -1780/+3727 |
| | |||||
* | ENH: add CMAKE_USE_WIN32_THREADS to the possible thread types | Bill Hoffman | 2001-08-16 | 4 | -7/+15 |
| | |||||
* | Adding new options to LoadCache. | Berk Geveci | 2001-08-16 | 4 | -11/+56 |
| | |||||
* | 1. Added EXCLUDE option to LOAD_CACHE. | Berk Geveci | 2001-08-15 | 3 | -13/+72 |
| | | | | 2. Entries brought in from another cache are now marked as internal. | ||||
* | looks at same level | Ken Martin | 2001-08-15 | 1 | -0/+1 |
| | |||||
* | ENH: make pthreads the default for cygwin | Bill Hoffman | 2001-08-15 | 2 | -2/+2 |
| | |||||
* | ENH: Improved INSTALL_FILES and INSTALL_PROGRAMS commands to allow each call ↵ | Brad King | 2001-08-14 | 5 | -39/+30 |
| | | | | to the command in a single directory to specify a different install path. | ||||
* | removed grep | Ken Martin | 2001-08-13 | 1 | -1/+0 |
| | |||||
* | now creates output directories | Ken Martin | 2001-08-10 | 2 | -0/+2 |
| | |||||
* | ENH: update pdf to rtf | Bill Hoffman | 2001-08-09 | 1 | -0/+0 |
| |