summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Hook for scheduling tests in a random orderZach Mullen2009-10-297-5/+44
* Fix for bug #9793 try to make sure jni.h matches jni_md.hBill Hoffman2009-10-291-2/+1
* Fixed CTestTestRunScriptZach Mullen2009-10-295-30/+8
* Backout RunScript test again... (debugging on faraway)Zach Mullen2009-10-291-4/+4
* Fix flags for Intel Fortran on WindowsBrad King2009-10-291-3/+3
* Fix RunScript test; it should now work on all platformsZach Mullen2009-10-294-4/+17
* Fix OutDir test on HP, MinGW, and CygwinBrad King2009-10-291-1/+1
* Fix bug#9767 catch missing leak.Bill Hoffman2009-10-291-2/+10
* KWSys Nightly Date StampKWSys Robot2009-10-291-1/+1
* Add more coverage and use the ARGS option of try_runBill Hoffman2009-10-292-0/+33
* Increase timeout for the nightly build tests so that the poor mac nightly bui...David Cole2009-10-281-1/+1
* Increase timeout for the nightly build tests so that the poor mac nightly bui...David Cole2009-10-281-1/+1
* Avoid failure of CPackComponents test on dash16 and dash17 since makensis was...David Cole2009-10-281-1/+9
* Deleted old RunScript cmake scripts (renamed)Zach Mullen2009-10-282-13/+0
* Changed RunScript test to be in-source build safeZach Mullen2009-10-283-2/+15
* Test per-config OUTPUT_DIRECTORY propertiesBrad King2009-10-284-0/+88
* Introduce per-config OUTPUT_DIRECTORY propertiesBrad King2009-10-281-2/+57
* Consolidate duplicate documentation in cmTargetBrad King2009-10-281-15/+10
* Create a static library's output dir for VS 6Brad King2009-10-282-0/+35
* Use per-config output dir in VS 6 templatesBrad King2009-10-285-32/+66
* Fix Xcode <= 2.0 projects with CMAKE_BUILD_TYPEBrad King2009-10-281-1/+4
* Fix try_compile when file cannot be foundBrad King2009-10-281-1/+2
* clean up to work with manifest files better.Bill Hoffman2009-10-281-5/+5
* Keep Xcode intermediate files away from output dirBrad King2009-10-281-2/+14
* Remove unreachable code in cmIfCommandBrad King2009-10-281-1/+0
* Re-disable MSVC CRT deprecation warningsBrad King2009-10-281-1/+6
* KWSys Nightly Date StampKWSys Robot2009-10-281-1/+1
* 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