| Commit message (Expand) | Author | Age | Files | Lines |
* | COMP: fix warning | Bill Hoffman | 2006-01-24 | 1 | -9/+6 |
|
|
* | ENH: fix warning | Bill Hoffman | 2006-01-23 | 1 | -1/+0 |
|
|
* | ENH: fix problem with watcom and short paths and -I | Bill Hoffman | 2006-01-23 | 1 | -2/+17 |
|
|
* | ENH: Further centralized custom command dependency computation. Custom comma... | Brad King | 2006-01-14 | 1 | -21/+21 |
|
|
* | COMP: Removed unused variables. | Brad King | 2006-01-14 | 1 | -11/+0 |
|
|
* | COMP: Removed unused paramter from cmLocalGenerator::OutputLinkLibraries. | Brad King | 2006-01-13 | 1 | -3/+2 |
|
|
* | BUG: Sweeping changes to cleanup computation of target names. This should | Brad King | 2006-01-13 | 1 | -190/+397 |
|
|
* | ENH: add framework support to FIND_FILE | Bill Hoffman | 2005-12-27 | 1 | -0/+14 |
|
|
* | ENH: add better support for framework linking | Bill Hoffman | 2005-12-26 | 1 | -1/+1 |
|
|
* | ENH: fix borland make clean targets before build, add new generators for msys... | Bill Hoffman | 2005-12-22 | 1 | -2/+18 |
|
|
* | ENH: Removed cmMakefile arguments from cmTarget methods because cmTarget has ... | Brad King | 2005-12-14 | 1 | -5/+5 |
|
|
* | ENH: Allow the installer to overwrite the install prefix | Andy Cedilnik | 2005-12-10 | 1 | -2/+7 |
|
|
* | ENH: Add support for output reguilar expression | Andy Cedilnik | 2005-11-08 | 1 | -1/+30 |
|
|
* | ENH: Add a way for test to intentionally fail | Andy Cedilnik | 2005-09-07 | 1 | -1/+11 |
|
|
* | ENH: Added versioned executable support. This partially addresses bug#2143. ... | Brad King | 2005-08-17 | 1 | -2/+17 |
|
|
* | ENH: fix bug 2087 lib prefix stripped off on windows | Bill Hoffman | 2005-08-10 | 1 | -0/+6 |
|
|
* | ENH: Add set and get test propety command | Andy Cedilnik | 2005-07-31 | 1 | -2/+2 |
|
|
* | ENH: put cmake files intoa CMakeFiles subdir to clean up bin tree | Ken Martin | 2005-07-29 | 1 | -0/+5 |
|
|
* | ENH: reduce the number of files produced still needs a bit more cleanup | Ken Martin | 2005-07-27 | 1 | -7/+13 |
|
|
* | ENH: make sure flags set in CC or CXX environment variables stay with the com... | Bill Hoffman | 2005-07-20 | 1 | -1/+17 |
|
|
* | ENH: fix for bug 992, mac bundle install fix | Bill Hoffman | 2005-07-14 | 1 | -4/+29 |
|
|
* | ENH: add -L as possible library flag | Bill Hoffman | 2005-07-13 | 1 | -1/+1 |
|
|
* | BUG: fix for debug optimized link libraries | Ken Martin | 2005-07-05 | 1 | -1/+1 |
|
|
* | ENH: make LOCATION an computed property of the target and get rid of a bunch ... | Ken Martin | 2005-06-22 | 1 | -4/+4 |
|
|
* | ENH: removed old convert calls | Ken Martin | 2005-06-10 | 1 | -24/+0 |
|
|
* | ENH: Add capability to include files to DartTestfile.txt and add example of that | Andy Cedilnik | 2005-06-07 | 1 | -0/+5 |
|
|
* | COMP: shut up warning | Ken Martin | 2005-05-13 | 1 | -0/+2 |
|
|
* | ENH: warning fixes and some first steps in cleaning up the convert code | Ken Martin | 2005-05-13 | 1 | -25/+72 |
|
|
* | COMP: Remove warning | Andy Cedilnik | 2005-04-25 | 1 | -4/+4 |
|
|
* | ENH: Improve internal test handling by creating a test class. Command cmEnabl... | Andy Cedilnik | 2005-04-24 | 1 | -2/+83 |
|
|
* | ENH: Added cmTarget::GetBaseName and cmTarget::GetFullName methods and remove... | Brad King | 2005-04-22 | 1 | -47/+4 |
|
|
* | BUG: add missing header for borland | Bill Hoffman | 2005-04-12 | 1 | -0/+1 |
|
|
* | ENH: performance improvements | Bill Hoffman | 2005-04-12 | 1 | -77/+164 |
|
|
* | BUG: local gen was setting proj dir when it shouldnt | Ken Martin | 2005-04-12 | 1 | -7/+0 |
|
|
* | ENH: remove commented code | Bill Hoffman | 2005-03-22 | 1 | -2/+0 |
|
|
* | ENH: big change that includes immediate subdir support, removing the notion o... | Ken Martin | 2005-03-18 | 1 | -7/+22 |
|
|
* | ENH: add support for out of source source | Ken Martin | 2005-03-14 | 1 | -4/+4 |
|
|
* | ENH: Converted some ConvertToRelativeOutputPath calls to ConvertToOptionallyR... | Brad King | 2005-02-24 | 1 | -3/+3 |
|
|
* | ENH: Merged implementations of ConvertToRelative*Path methods. The main Conv... | Brad King | 2005-02-24 | 1 | -77/+53 |
|
|
* | ENH: remove unused code | Bill Hoffman | 2005-02-24 | 1 | -11/+0 |
|
|
* | ENH: add a new library path ordering algorithm to make sure -L paths will pic... | Bill Hoffman | 2005-02-24 | 1 | -93/+63 |
|
|
* | ENH: Added better default install location for windows builds. The previous ... | Brad King | 2005-02-22 | 1 | -0/+22 |
|
|
* | ENH: Updated implementation of custom commands. Multiple command lines are n... | Brad King | 2005-02-22 | 1 | -1/+34 |
|
|
* | ENH: all tests are passing for XCode | Bill Hoffman | 2005-02-18 | 1 | -0/+4 |
|
|
* | ENH: move AddFlags stuff up to LocalGenerator from LocalUnix generator | Bill Hoffman | 2005-02-02 | 1 | -0/+71 |
|
|
* | STYLE: Adjusted signature of cmGeneratedFileStream to make copy-if-different ... | Brad King | 2004-11-03 | 1 | -1/+2 |
|
|
* | ENH: Re-implemented cmGeneratedFileStream to look like a real stream and repl... | Brad King | 2004-11-03 | 1 | -2/+1 |
|
|
* | FIX: fix shared flag | Bill Hoffman | 2004-10-29 | 1 | -1/+1 |
|
|
* | ENH: put error checking for missing linker languages | Bill Hoffman | 2004-10-27 | 1 | -0/+18 |
|
|
* | ENH: Split part of GetIncludeFlags method into separate GetIncludeDirectories... | Brad King | 2004-10-26 | 1 | -52/+62 |
|
|