summaryrefslogtreecommitdiffstats
path: root/Source/cmTryCompileCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: only force the use of ansi flags in backwards modeBill Hoffman2003-01-081-3/+18
|
* ENH: TryCompile should produce a verbose makefile.Brad King2002-12-171-0/+1
|
* Make try compile add a depend to re-run cmake if its source chagnesBill Hoffman2002-12-121-0/+6
|
* Remove warningAndy Cedilnik2002-11-261-2/+0
|
* fix for c flagsBill Hoffman2002-11-211-1/+1
|
* fix flag settingBill Hoffman2002-11-211-1/+0
|
* fix flag settingBill Hoffman2002-11-211-2/+3
|
* move compile defs to cxx and c flagsBill Hoffman2002-11-211-1/+2
|
* clean up entire temp directoryBill Hoffman2002-11-211-10/+14
|
* move ansi cxx flags stuff out of try compile and into cmake filesBill Hoffman2002-11-211-14/+0
|
* Complete rework of makefile generators expect troubleBill Hoffman2002-11-081-1/+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.
* Several changes: COMPILE_DEFINITIONS is now depricated. If you want to ↵Andy Cedilnik2002-09-251-6/+39
| | | | specify some, use CMAKE_FLAGS -DCMAKE_DEFINITIONS:STRING=...; same goes for libraries, include path, ... It now detects wether the file is C or C++ and uses the apropriate project command, it also does the right thing when doing try_compile, so it does not execute configure for every single try_compile
* Fix HP buildAndy Cedilnik2002-09-231-0/+1
|
* Try to remove some warningsAndy Cedilnik2002-09-231-1/+4
|
* Abstract cleaning of files and add code that deletes files from Debug ↵Andy Cedilnik2002-09-231-16/+31
| | | | subdirectory
* Add GetLocal on cmMakefile and on local builds do not perform testsAndy Cedilnik2002-09-201-2/+9
|
* Add option of TRY_COMPILE to store the output of compilation so that if the ↵Andy Cedilnik2002-09-201-4/+30
| | | | output fails you can display it or store it in the file
* Fix try compile with second signature, remove cmake lists from cache so that ↵Andy Cedilnik2002-09-191-27/+31
| | | | multiple tests work
* updated to try compileKen Martin2002-09-191-37/+80
|
* now Try compile can include CMAKE_FLAGSKen Martin2002-09-181-5/+25
|
* BUG: Generated CMakeLists.txt file needs to take CMAKE_ANSI_CXXFLAGS into ↵Brad King2002-09-171-0/+3
| | | | account.
* slight change in signatureKen Martin2002-09-171-5/+7
|
* fix to the cleanup codeKen Martin2002-09-131-12/+14
|
* fix to the cleanup codeKen Martin2002-09-131-2/+10
|
* better trycompile and enable langiagesKen Martin2002-09-131-2/+7
|
* another signature for Try_CompileKen Martin2002-09-121-6/+63
|
* updated signatureKen Martin2002-09-101-7/+16
|
* an early checking not completeKen Martin2002-08-281-0/+38