summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.cxx
Commit message (Collapse)AuthorAgeFilesLines
* BUG: Need to configure relative path support for LocalGenerate to support ↵Brad King2005-02-251-0/+3
| | | | old makefile generator.
* ENH: Merged implementations of ConvertToRelative*Path methods. The main ↵Brad King2005-02-241-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 King2005-02-241-13/+23
| | | | tree if it was generated by the same version of CMake.
* COMP: fix warningKen Martin2005-02-221-1/+1
|
* ENH: ctest now uses CMake global generator to do the build part of ↵Ken Martin2005-02-221-19/+73
| | | | build-and-test
* ENH: more tests are passing, relative paths, and external objects are the ↵Bill Hoffman2005-02-171-1/+1
| | | | ones left now
* ENH: more tests are passingBill Hoffman2005-02-161-6/+4
|
* ENH: depends work between targetsBill Hoffman2005-02-031-0/+17
|
* ENH: move project map to global generator baseBill Hoffman2005-01-211-0/+24
|
* ENH: add some comments on how this could be moved to global generatorBill Hoffman2005-01-201-1/+40
|
* BUG: fix for bug 1396, object files could not be used as sources any moreBill Hoffman2004-12-061-0/+16
|
* ENH: shorten the symbols a bit and remove maps of std::string for map of ↵Bill Hoffman2004-09-291-2/+2
| | | | cmStdString
* ENH: change ignore function so that it first checks to see if the extension ↵Bill Hoffman2004-09-241-0/+4
| | | | has a language
* ENH: fix problems with .def and RC filesBill Hoffman2004-09-231-0/+8
|
* ENH: major changes to support addition of languages from cmake modules ↵Bill Hoffman2004-09-221-5/+77
| | | | directory.
* BUG: make sure env CC and CXX are not set for VS IDE buildsBill Hoffman2004-09-151-15/+19
|
* warning fixKen Martin2004-09-061-9/+9
|
* ENH: define language extensions in cmake files and not hard coded, also fix ↵Bill Hoffman2004-09-031-12/+52
| | | | trycompile problem
* ENH: try to initialize all languages at the same timeBill Hoffman2004-08-271-99/+111
|
* ENH: more uniform approach to enable language, one step closer to being able ↵Bill Hoffman2004-08-261-156/+134
| | | | to enable a language without modifing cmake source code
* ENH: use GetRequiredDefinition instead of GetDefinition and crashBill Hoffman2004-08-111-2/+2
|
* ENH: initial fortran supportBill Hoffman2004-08-061-3/+40
|
* BUG#427: Generated makefiles need to have targets with canonical names for ↵Brad King2004-08-051-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 King2004-08-041-1/+1
| | | | instance for the listfile containing the TRY_COMPILE call, not the top level listfile.
* ENH: add support for VCExpress 2005Bill Hoffman2004-07-051-0/+13
|
* ERR: Fix visual studio installAndy Cedilnik2004-06-281-0/+4
|
* ENH: Add check for infinite loops. Make sure that files written using ↵Andy Cedilnik2004-04-181-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 optionBill Hoffman2004-03-091-4/+22
|
* BUG: fix put/get env problemsBill Hoffman2004-01-261-22/+3
|
* ENH: Start adding new installation frameworkAndy Cedilnik2004-01-261-0/+1
|
* BUG: make sure null terminator is in the right place for putenv static char ↵Bill Hoffman2004-01-081-2/+2
| | | | array
* BUG:427 trycompile target must be exeBill Hoffman2003-12-111-1/+7
|
* ENH: More scripting changesAndy Cedilnik2003-10-291-1/+4
|
* ENH: add the unix makefile generator as an option from the windows GUI, this ↵Bill Hoffman2003-08-211-1/+2
| | | | builds with mingw, cygwin, and combinations of make cl, bcc32
* ENH: Use the new RunCommandAndy Cedilnik2003-08-041-1/+5
|
* ENH: set CMAKE_SYSTEM_VERSION for windowsBill Hoffman2003-07-161-1/+16
|
* ENH: Registered global generators are now kept in a table in the cmake ↵Brad King2003-07-081-0/+7
| | | | instance. Added support for documentation with a Generators section.
* ENH: add stdlib.h for portability to borland 6Bill Hoffman2003-05-241-0/+1
|
* BUG: Work-around for SGI MipsPro bug where #error doesn't return an error to ↵Brad King2003-05-141-0/+9
| | | | make.
* ENH: When the initially configured generator is invalid, allow the user to ↵Brad King2003-05-131-5/+5
| | | | change the generator without deleting the cache by hand.
* ENH: Improved error message when a wrong generator is selected.Brad King2003-05-131-1/+6
|
* BUG: add better testing for notfoundBill Hoffman2003-02-041-2/+4
|
* fix warningBill Hoffman2003-02-021-4/+4
|
* ENH: add checking for NOTFOUNDBill Hoffman2003-01-311-4/+4
|
* ENH: add checking for NOTFOUNDBill Hoffman2003-01-311-1/+55
|
* add a fatal error, and make sure c and c++ compilers work before using themBill Hoffman2003-01-211-1/+5
|
* fix warningsKen Martin2003-01-101-2/+2
|
* fix bug in env settingsKen Martin2003-01-091-36/+1
|
* fix warningBill Hoffman2003-01-091-1/+1
|
* restore the environment for cxx and cc in global generatorBill Hoffman2003-01-091-5/+51
|