summaryrefslogtreecommitdiffstats
path: root/Source/cmTryCompileCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: add two simple tests for TRY_RUN()Alexander Neundorf2007-05-241-369/+7
| | | | | | | | STYLE: create a new base class cmCoreTryCompile, from which cmTryCompileCommand and cmTryRunCommand are derived, so there are no public static functions with lots of arguments anymore Alex
* ENH: move output file search to cmTryCompileCommand.cxx, so it can be usedAlexander Neundorf2007-05-241-7/+76
| | | | | | there too... many public static functions with lots of arguments... :-/ Alex
* STYLE: long lineKen Martin2007-03-051-1/+2
|
* BUG: Propagate platform settings such as CMAKE_OSX_ARCHITECTURES to the try ↵Andy Cedilnik2007-03-021-0/+5
| | | | compile
* ENH: make sure file is closedBill Hoffman2006-10-031-0/+1
|
* ENH: centralized locaiton of CMakeFiles settingKen Martin2006-06-141-1/+3
|
* STYLE: fix line lengthKen Martin2006-05-121-1/+2
|
* ENH: add a wrapper for xcodebuild to get around bug and verbose outputBill Hoffman2006-03-311-14/+0
|
* ENH: add support for universal binariesBill Hoffman2006-03-241-1/+14
|
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-1/+1
|
* STYLE: fix line lengthsBill Hoffman2006-03-101-4/+8
|
* ENH: pass CMAKE_MODULE_PATH into try compile projectsBill Hoffman2006-03-021-0/+5
|
* ENH: Since list file cache does not make much sense any more (because of ↵Andy Cedilnik2006-02-071-1/+0
| | | | proper list file parsing), and it actually adds unnecessary complications and make ctest scripting not work, take it out
* ENH: fix double CMAKE_(LANG)_FLAGS problem in try compileBill Hoffman2006-01-251-1/+1
|
* ENH: fix for CMakeTmp move broken stuffBill Hoffman2006-01-131-1/+1
|
* ENH: put CmakeTmp into CMakeFilesKen Martin2006-01-121-2/+2
|
* BUG: work around for buggy Tigger OSX systems that read two copies of the ↵Bill Hoffman2005-04-151-12/+19
| | | | same file in a directory
* ENH: Added better error message when TRY_COMPILE does not recognize an ↵Brad King2005-04-131-8/+11
| | | | extension.
* ENH: cleanup by removing all the olf local generate junk that i not longer ↵Ken Martin2005-03-101-5/+0
| | | | needed
* remove warningBill Hoffman2004-09-231-4/+4
|
* ENH: major changes to support addition of languages from cmake modules ↵Bill Hoffman2004-09-221-40/+23
| | | | directory.
* ENH: add better error reporting for file open failuresBill Hoffman2004-09-071-0/+1
|
* ENH: try compiles in CXX require C to be enabled as wellBill Hoffman2004-08-261-1/+1
|
* ENH: more uniform approach to enable language, one step closer to being able ↵Bill Hoffman2004-08-261-3/+3
| | | | to enable a language without modifing cmake source code
* ENH: initial fortran supportBill Hoffman2004-08-061-1/+15
|
* ENH: Clarified recursive TRY_COMPILE error message.Brad King2004-03-191-1/+1
|
* BUG: When error occurs, try compiles should still workBerk Geveci2004-03-171-0/+7
|
* BUG: keep more of the case informationBill Hoffman2003-12-231-3/+6
|
* BUG: need a dummy first argument to cmakeBill Hoffman2003-12-111-2/+3
|
* fix to the signature and argument parsingKen Martin2003-12-111-16/+23
|
* fix compiler warningsKen Martin2003-06-271-3/+3
|
* ENH: Merged use of kwsys library.Brad King2003-06-231-1/+3
|
* add better testing for unlinkBill Hoffman2003-02-061-1/+6
|
* 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
|