| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: name pdb files for visual studio make based builds | Bill Hoffman | 2006-04-19 | 1 | -0/+1 |
|
|
* | ENH: fix java and add OBJECT_DIR support | Bill Hoffman | 2006-04-17 | 1 | -0/+2 |
|
|
* | ENH: Added support for multiple outputs generated by a single custom command.... | Brad King | 2006-04-11 | 1 | -1/+5 |
|
|
* | ENH: Added global TargetManifest computation between Configure and Generate s... | Brad King | 2006-04-04 | 1 | -1/+6 |
|
|
* | ENH: add support for universal binaries | Bill Hoffman | 2006-03-24 | 1 | -1/+1 |
|
|
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -23/+23 |
|
|
* | STYLE: fix line lengths | Bill Hoffman | 2006-03-10 | 1 | -3/+6 |
|
|
* | ENH: add support for language flags at rule expansion time | Bill Hoffman | 2006-03-06 | 1 | -0/+1 |
|
|
* | ENH: Created target property INSTALL_NAME_DIR initalized by CMAKE_INSTALL_NAM... | Brad King | 2006-02-24 | 1 | -0/+2 |
|
|
* | BUG: Fix generation of Xcode 2.0 and earlier projects to use CMAKE_BUILD_TYPE. | Brad King | 2006-02-24 | 1 | -2/+4 |
|
|
* | ENH: make it compile on vs6 | Bill Hoffman | 2006-02-20 | 1 | -17/+16 |
|
|
* | ENH: change expand stuff to pass a struct for all the args | Bill Hoffman | 2006-02-20 | 1 | -20/+32 |
|
|
* | BUG: Xcode generator should use local generator computation of include direct... | Brad King | 2006-02-20 | 1 | -3/+3 |
|
|
* | ENH: Created new install script generation framework. The INSTALL command cr... | Brad King | 2006-02-19 | 1 | -10/+5 |
|
|
* | ENH: Generate import libraries for DLLs on Cygwin and MinGW. | Brad King | 2006-02-18 | 1 | -0/+4 |
|
|
* | ENH: Implemented RPATH specification support. It is documented by the comman... | Brad King | 2006-02-16 | 1 | -1/+1 |
|
|
* | ENH: add working directory support | Bill Hoffman | 2006-02-08 | 1 | -0/+1 |
|
|
* | ENH: Further centralized custom command dependency computation. Custom comma... | Brad King | 2006-01-14 | 1 | -6/+6 |
|
|
* | COMP: Removed unused paramter from cmLocalGenerator::OutputLinkLibraries. | Brad King | 2006-01-13 | 1 | -1/+1 |
|
|
* | BUG: Sweeping changes to cleanup computation of target names. This should | Brad King | 2006-01-13 | 1 | -2/+24 |
|
|
* | ENH: fix borland make clean targets before build, add new generators for msys... | Bill Hoffman | 2005-12-22 | 1 | -0/+1 |
|
|
* | ENH: reduce the number of files produced still needs a bit more cleanup | Ken Martin | 2005-07-27 | 1 | -0/+3 |
|
|
* | ENH: make LOCATION an computed property of the target and get rid of a bunch ... | Ken Martin | 2005-06-22 | 1 | -1/+1 |
|
|
* | ENH: added support for forcing recomputation of depends | Ken Martin | 2005-06-10 | 1 | -2/+4 |
|
|
* | ENH: removed old convert calls | Ken Martin | 2005-06-10 | 1 | -21/+0 |
|
|
* | ENH: warning fixes and some first steps in cleaning up the convert code | Ken Martin | 2005-05-13 | 1 | -1/+25 |
|
|
* | ENH: added new generator | Ken Martin | 2005-05-12 | 1 | -0/+6 |
|
|
* | ENH: Improve internal test handling by creating a test class. Command cmEnabl... | Andy Cedilnik | 2005-04-24 | 1 | -1/+7 |
|
|
* | ENH: Added cmTarget::GetBaseName and cmTarget::GetFullName methods and remove... | Brad King | 2005-04-22 | 1 | -3/+0 |
|
|
* | ENH: performance improvements | Bill Hoffman | 2005-04-12 | 1 | -0/+14 |
|
|
* | ENH: big change that includes immediate subdir support, removing the notion o... | Ken Martin | 2005-03-18 | 1 | -7/+10 |
|
|
* | ENH: add support for out of source source | Ken Martin | 2005-03-14 | 1 | -1/+0 |
|
|
* | ENH: Merged implementations of ConvertToRelative*Path methods. The main Conv... | Brad King | 2005-02-24 | 1 | -6/+30 |
|
|
* | ENH: remove unused code | Bill Hoffman | 2005-02-24 | 1 | -3/+0 |
|
|
* | ENH: add a new library path ordering algorithm to make sure -L paths will pic... | Bill Hoffman | 2005-02-24 | 1 | -1/+3 |
|
|
* | ENH: Updated implementation of custom commands. Multiple command lines are n... | Brad King | 2005-02-22 | 1 | -0/+3 |
|
|
* | ENH: getting closer | Bill Hoffman | 2005-02-14 | 1 | -3/+4 |
|
|
* | ENH: depends work between targets | Bill Hoffman | 2005-02-03 | 1 | -2/+2 |
|
|
* | ENH: getting closer | Bill Hoffman | 2005-02-02 | 1 | -1/+2 |
|
|
* | ENH: move AddFlags stuff up to LocalGenerator from LocalUnix generator | Bill Hoffman | 2005-02-02 | 1 | -0/+5 |
|
|
* | ENH: Split part of GetIncludeFlags method into separate GetIncludeDirectories... | Brad King | 2004-10-26 | 1 | -0/+4 |
|
|
* | ENH: add the ability to generate custom commands for a language that is not s... | Bill Hoffman | 2004-10-21 | 1 | -0/+46 |
|
|
* | ENH: remove warnings | Bill Hoffman | 2004-09-03 | 1 | -1/+0 |
|
|
* | ENH: define language extensions in cmake files and not hard coded, also fix t... | Bill Hoffman | 2004-09-03 | 1 | -0/+1 |
|
|
* | BUG: Implement installing of shared library versioning and add test for the w... | Andy Cedilnik | 2004-06-28 | 1 | -1/+2 |
|
|
* | ENH: GetSafeDefinition is now in cmMakefile | Andy Cedilnik | 2004-04-27 | 1 | -2/+0 |
|
|
* | ENH: add new subdirectory exclude from top option | Bill Hoffman | 2004-03-09 | 1 | -1/+16 |
|
|
* | ENH: Make install on windows seems to work now | Andy Cedilnik | 2004-01-27 | 1 | -1/+2 |
|
|
* | ERR: Fix std:: namespace | Andy Cedilnik | 2004-01-26 | 1 | -1/+1 |
|
|
* | ENH: Start adding new installation framework | Andy Cedilnik | 2004-01-26 | 1 | -0/+14 |
|
|