summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Allow this to handle hand edited manifest files.Bill Hoffman2009-10-271-1/+5
* Create CMake.ELF test to cover cmELF furtherBrad King2009-10-276-0/+52
* COMP: need to add quotes when using get_filename_component otherwise it will ...Dave Partyka2009-10-271-2/+2
* COMP: fix syntax error.Dave Partyka2009-10-271-1/+1
* ENH: Improvements in finding MPI on windows. ENH: reorganized searching mpi f...Dave Partyka2009-10-271-55/+89
* Add test CMakeTestBadCommandLines. Also add --graphviz arg to cmake invoked d...David Cole2009-10-272-0/+95
* Fix Intel compiler warnings on Windows in cmtarBrad King2009-10-273-8/+7
* Disable Intel CRT deprecation warningsBrad King2009-10-271-2/+2
* Look for nvcc in the 32 bit bin directory before the 64 bin directory.James Bigler2009-10-271-2/+2
* BUG: hardcore some values so output matches cmVS10CLFlagTable.h (addresses bu...Zack Galbreath2009-10-271-2/+25
* Avoid Intel linker crash in BuildDepends testBrad King2009-10-271-0/+8
* Fix Intel Fortran SHARED libraries on LinuxBrad King2009-10-271-1/+1
* Fix working dir issue for ctest show only mode (-N)Zach Mullen2009-10-271-0/+5
* Test if() boolean coersion and CMP0012 behaviorsBrad King2009-10-272-0/+159
* Fix if() command and CMP0012 OLD/NEW behaviorBrad King2009-10-274-94/+127
* Report expanded arguments in if() command errorsBrad King2009-10-271-20/+18
* KWSys Nightly Date StampKWSys Robot2009-10-271-1/+1
* Allow for /D to change install directory on the command line.Bill Hoffman2009-10-261-4/+16
* Add test to enable detecting differences between generation N and N+1 of a cm...David Cole2009-10-262-0/+180
* Disable run_script test for now, it is failing currently on linuxZach Mullen2009-10-261-4/+4
* Correct one of the valgrind errors from the CPackTestAllGenerators test. Do n...David Cole2009-10-261-3/+6
* ENH: Move SetErrorMode around calls to generate and configure instead of set...Clinton Stimpson2009-10-262-9/+21
* Added test coverage for cmCTestRunScriptCommandZach Mullen2009-10-263-0/+26
* change to a new version of qt.Bill Hoffman2009-10-261-1/+1
* Skip SHARED lib Fortran test with XL and old GNUBrad King2009-10-261-1/+15
* Fix Intel and MinGW Fortran DLL import librariesBrad King2009-10-264-4/+7
* Fix Xcode dylib version defaultBrad King2009-10-261-10/+10
* Add a ctest test to cover cmCTestBatchTestHandler. Since its behavior isn't ...Zach Mullen2009-10-262-6/+7
* Revert "Always set OutputPath in VS 10 projects"Brad King2009-10-261-3/+0
* KWSys Nightly Date StampKWSys Robot2009-10-261-1/+1
* Turn on the NSIS binary for the CPackComponents test if NSIS is found. Should...David Cole2009-10-251-4/+9
* KWSys Nightly Date StampKWSys Robot2009-10-251-1/+1
* Exclude Qt source files from coverage results.David Cole2009-10-241-0/+3
* KWSys Nightly Date StampKWSys Robot2009-10-241-1/+1
* Fix the showing of non-cpp files in the IDEBill Hoffman2009-10-231-3/+7
* Fix optionally-valued booleans in VS 10 flag tableBrad King2009-10-233-11/+21
* Detect and set Unicode character set in VS 10Brad King2009-10-232-11/+57
* Always set OutputPath in VS 10 projectsBrad King2009-10-231-4/+9
* Add support for the g95 Fortran compilerBrad King2009-10-232-0/+9
* Test all target types in FortranBrad King2009-10-234-3/+19
* Fix line-too-long style violationsBrad King2009-10-234-4/+8
* KWSys Nightly Date StampKWSys Robot2009-10-231-1/+1
* Add Xcode file association for FortranBrad King2009-10-221-0/+4
* Fix VS 10 flag table for precompiled headersBrad King2009-10-221-3/+10
* Fix VS 10 .sln files for Windows ExplorerBrad King2009-10-221-1/+1
* Fix Microsoft.Cpp.$(Platform).user.props in VS10b2Brad King2009-10-221-6/+4
* Add test of all cmake -G generators. Ignore any errors from this as not all g...David Cole2009-10-222-0/+109
* Fix up download a bit, better error checking and uses of long not double for ...Bill Hoffman2009-10-222-38/+125
* More verbose BuildDepends test outputBrad King2009-10-221-2/+4
* WIP: VS 10 Win64 generatorBrad King2009-10-229-14/+98