summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.cxx
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* only load bw compat if CMAKE_BACK... is setKen Martin2003-01-091-4/+4
|
* BUG: enable the languages when not running in global modeBill Hoffman2002-12-191-2/+5
|
* Add java supportAndy Cedilnik2002-12-111-6/+28
|
* Rename variable to remove warningAndy Cedilnik2002-12-091-2/+2
|
* ENH: set the CXX and CC environment varsBill Hoffman2002-12-061-1/+25
|
* ENH: unify EnableLanguage across all generatorsBill Hoffman2002-12-051-12/+165
|
* Complete rework of makefile generators expect troubleBill Hoffman2002-11-081-2/+1
|
* ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵Brad King2002-10-231-3/+3
| | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.