Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: Need to configure relative path support for LocalGenerate to support ↵ | Brad King | 2005-02-25 | 1 | -0/+3 |
| | | | | old makefile generator. | ||||
* | ENH: Merged implementations of ConvertToRelative*Path methods. The main ↵ | Brad King | 2005-02-24 | 1 | -1/+137 |
| | | | | ConvertToRelativePath method is now in cmGlobalGenerator. It converts paths only if they are at least inside the deepest common directory between the top-level source and build trees. Each cmLocalGenerator instance calls this global method with its own output directory as the "local" argument from which paths are relative. Added separate ConvertToOptionallyRelative path that pays attention to the CMAKE_USE_RELATIVE_PATHS option. | ||||
* | BUG: Only use the existing CMake(lang)Compiler.cmake file from the build ↵ | Brad King | 2005-02-24 | 1 | -13/+23 |
| | | | | tree if it was generated by the same version of CMake. | ||||
* | COMP: fix warning | Ken Martin | 2005-02-22 | 1 | -1/+1 |
| | |||||
* | ENH: ctest now uses CMake global generator to do the build part of ↵ | Ken Martin | 2005-02-22 | 1 | -19/+73 |
| | | | | build-and-test | ||||
* | ENH: more tests are passing, relative paths, and external objects are the ↵ | Bill Hoffman | 2005-02-17 | 1 | -1/+1 |
| | | | | ones left now | ||||
* | ENH: more tests are passing | Bill Hoffman | 2005-02-16 | 1 | -6/+4 |
| | |||||
* | ENH: depends work between targets | Bill Hoffman | 2005-02-03 | 1 | -0/+17 |
| | |||||
* | ENH: move project map to global generator base | Bill Hoffman | 2005-01-21 | 1 | -0/+24 |
| | |||||
* | ENH: add some comments on how this could be moved to global generator | Bill Hoffman | 2005-01-20 | 1 | -1/+40 |
| | |||||
* | BUG: fix for bug 1396, object files could not be used as sources any more | Bill Hoffman | 2004-12-06 | 1 | -0/+16 |
| | |||||
* | ENH: shorten the symbols a bit and remove maps of std::string for map of ↵ | Bill Hoffman | 2004-09-29 | 1 | -2/+2 |
| | | | | cmStdString | ||||
* | ENH: change ignore function so that it first checks to see if the extension ↵ | Bill Hoffman | 2004-09-24 | 1 | -0/+4 |
| | | | | has a language | ||||
* | ENH: fix problems with .def and RC files | Bill Hoffman | 2004-09-23 | 1 | -0/+8 |
| | |||||
* | ENH: major changes to support addition of languages from cmake modules ↵ | Bill Hoffman | 2004-09-22 | 1 | -5/+77 |
| | | | | directory. | ||||
* | BUG: make sure env CC and CXX are not set for VS IDE builds | Bill Hoffman | 2004-09-15 | 1 | -15/+19 |
| | |||||
* | warning fix | Ken Martin | 2004-09-06 | 1 | -9/+9 |
| | |||||
* | ENH: define language extensions in cmake files and not hard coded, also fix ↵ | Bill Hoffman | 2004-09-03 | 1 | -12/+52 |
| | | | | trycompile problem | ||||
* | ENH: try to initialize all languages at the same time | Bill Hoffman | 2004-08-27 | 1 | -99/+111 |
| | |||||
* | ENH: more uniform approach to enable language, one step closer to being able ↵ | Bill Hoffman | 2004-08-26 | 1 | -156/+134 |
| | | | | to enable a language without modifing cmake source code | ||||
* | ENH: use GetRequiredDefinition instead of GetDefinition and crash | Bill Hoffman | 2004-08-11 | 1 | -2/+2 |
| | |||||
* | ENH: initial fortran support | Bill Hoffman | 2004-08-06 | 1 | -3/+40 |
| | |||||
* | BUG#427: Generated makefiles need to have targets with canonical names for ↵ | Brad King | 2004-08-05 | 1 | -9/+0 |
| | | | | each executable and library target in order for try-compiles to work correctly when specifying the target. | ||||
* | BUG: CMAKE_TRY_COMPILE_CONFIGURATION should be obtained from the cmMakefile ↵ | Brad King | 2004-08-04 | 1 | -1/+1 |
| | | | | instance for the listfile containing the TRY_COMPILE call, not the top level listfile. | ||||
* | ENH: add support for VCExpress 2005 | Bill Hoffman | 2004-07-05 | 1 | -0/+13 |
| | |||||
* | ERR: Fix visual studio install | Andy Cedilnik | 2004-06-28 | 1 | -0/+4 |
| | |||||
* | ENH: Add check for infinite loops. Make sure that files written using ↵ | Andy Cedilnik | 2004-04-18 | 1 | -0/+1 |
| | | | | WRITE_FILE and FILE WRITE are not used as input files. Fixes Bug #678 - WRITE_FILE and FILE(WRITE...) lead to infinite loops | ||||
* | ENH: add new subdirectory exclude from top option | Bill Hoffman | 2004-03-09 | 1 | -4/+22 |
| | |||||
* | BUG: fix put/get env problems | Bill Hoffman | 2004-01-26 | 1 | -22/+3 |
| | |||||
* | ENH: Start adding new installation framework | Andy Cedilnik | 2004-01-26 | 1 | -0/+1 |
| | |||||
* | BUG: make sure null terminator is in the right place for putenv static char ↵ | Bill Hoffman | 2004-01-08 | 1 | -2/+2 |
| | | | | array | ||||
* | BUG:427 trycompile target must be exe | Bill Hoffman | 2003-12-11 | 1 | -1/+7 |
| | |||||
* | ENH: More scripting changes | Andy Cedilnik | 2003-10-29 | 1 | -1/+4 |
| | |||||
* | ENH: add the unix makefile generator as an option from the windows GUI, this ↵ | Bill Hoffman | 2003-08-21 | 1 | -1/+2 |
| | | | | builds with mingw, cygwin, and combinations of make cl, bcc32 | ||||
* | ENH: Use the new RunCommand | Andy Cedilnik | 2003-08-04 | 1 | -1/+5 |
| | |||||
* | ENH: set CMAKE_SYSTEM_VERSION for windows | Bill Hoffman | 2003-07-16 | 1 | -1/+16 |
| | |||||
* | ENH: Registered global generators are now kept in a table in the cmake ↵ | Brad King | 2003-07-08 | 1 | -0/+7 |
| | | | | instance. Added support for documentation with a Generators section. | ||||
* | ENH: add stdlib.h for portability to borland 6 | Bill Hoffman | 2003-05-24 | 1 | -0/+1 |
| | |||||
* | BUG: Work-around for SGI MipsPro bug where #error doesn't return an error to ↵ | Brad King | 2003-05-14 | 1 | -0/+9 |
| | | | | make. | ||||
* | ENH: When the initially configured generator is invalid, allow the user to ↵ | Brad King | 2003-05-13 | 1 | -5/+5 |
| | | | | change the generator without deleting the cache by hand. | ||||
* | ENH: Improved error message when a wrong generator is selected. | Brad King | 2003-05-13 | 1 | -1/+6 |
| | |||||
* | BUG: add better testing for notfound | Bill Hoffman | 2003-02-04 | 1 | -2/+4 |
| | |||||
* | fix warning | Bill Hoffman | 2003-02-02 | 1 | -4/+4 |
| | |||||
* | ENH: add checking for NOTFOUND | Bill Hoffman | 2003-01-31 | 1 | -4/+4 |
| | |||||
* | ENH: add checking for NOTFOUND | Bill Hoffman | 2003-01-31 | 1 | -1/+55 |
| | |||||
* | add a fatal error, and make sure c and c++ compilers work before using them | Bill Hoffman | 2003-01-21 | 1 | -1/+5 |
| | |||||
* | fix warnings | Ken Martin | 2003-01-10 | 1 | -2/+2 |
| | |||||
* | fix bug in env settings | Ken Martin | 2003-01-09 | 1 | -36/+1 |
| | |||||
* | 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 | 1 | -5/+51 |
| |