summaryrefslogtreecommitdiff
path: root/Source/cmTryCompileCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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 prop...Andy Cedilnik2006-02-071-1/+0
* 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 sam...Bill Hoffman2005-04-151-12/+19
* ENH: Added better error message when TRY_COMPILE does not recognize an extens...Brad King2005-04-131-8/+11
* ENH: cleanup by removing all the olf local generate junk that i not longer ne...Ken Martin2005-03-101-5/+0
* remove warningBill Hoffman2004-09-231-4/+4
* ENH: major changes to support addition of languages from cmake modules direct...Bill Hoffman2004-09-221-40/+23
* 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
* 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-051-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 copyrigh...Brad King2002-10-231-3/+3
* Several changes: COMPILE_DEFINITIONS is now depricated. If you want to specif...Andy Cedilnik2002-09-251-6/+39
* 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 subdire...Andy Cedilnik2002-09-231-16/+31
* 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 o...Andy Cedilnik2002-09-201-4/+30
* Fix try compile with second signature, remove cmake lists from cache so that ...Andy Cedilnik2002-09-191-27/+31
* 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 acc...Brad King2002-09-171-0/+3
* slight change in signatureKen Martin2002-09-171-5/+7