summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* ENH: Add version info to about dialog, including Qt version.Clinton Stimpson2009-03-301-1/+7
* COMP: missing string.h header for strlen.Mathieu Malaterre2009-03-301-1/+3
* ENH: Document scope of add_custom_command outputsBrad King2009-03-302-4/+10
* ENH: remote debugging of sunosMathieu Malaterre2009-03-301-2/+13
* STYLE: Nightly Date StampBrad King2009-03-301-1/+1
* STYLE: Nightly Date StampBrad King2009-03-291-1/+1
* STYLE: fix line lenghtBill Hoffman2009-03-281-2/+4
* STYLE: Nightly Date StampBrad King2009-03-281-1/+1
* BUG: fix for #8686 add some more compiler flagsBill Hoffman2009-03-271-0/+11
* ENH: LIBPATH is not required for cl to workBill Hoffman2009-03-271-2/+1
* STYLE: Nightly Date StampBrad King2009-03-271-1/+1
* BUG: Don't return checkable flag for item when in the middle of configure/ge...Clinton Stimpson2009-03-261-0/+1
* STYLE: Nightly Date StampBrad King2009-03-261-1/+1
* BUG: Fix CMAKE_CURRENT_LIST_FILE in macrosBrad King2009-03-251-5/+1
* STYLE: Nightly Date StampBrad King2009-03-251-1/+1
* STYLE: Nightly Date StampBrad King2009-03-241-1/+1
* ENH: Support preprocessor def values in VS6Brad King2009-03-234-8/+8
* STYLE: Nightly Date StampBrad King2009-03-231-1/+1
* STYLE: Nightly Date StampBrad King2009-03-221-1/+1
* STYLE: Nightly Date StampBrad King2009-03-211-1/+1
* BUG: Fix return value of ctest_updateBrad King2009-03-202-4/+4
* STYLE: Nightly Date StampBrad King2009-03-201-1/+1
* COMP:Fixed warnings with gcc 4.3.2.Francois Bertel2009-03-202-45/+94
* COMP:Try to fix error on HP.Francois Bertel2009-03-191-1/+1
* ENH: Mention CMAKE_* variables in RPATH propertiesBrad King2009-03-191-4/+13
* COMP:try to fix error on qnx-V3.3.5-gcc_ntox86.Francois Bertel2009-03-191-1/+1
* COMP:Fixed warnings.Francois Bertel2009-03-191-4/+4
* COMP:Fixed VS 64-bit warning C4267 line 432 of RegularExpression.cxxFrancois Bertel2009-03-191-1/+1
* STYLE: Nightly Date StampBrad King2009-03-191-1/+1
* COMP:Fixed warnings.Francois Bertel2009-03-181-11/+16
* STYLE:Empty commit just add information about rev 1.15: the reason is that lo...Francois Bertel2009-03-181-1/+0
* COMP:Fix warning on VS 64bit. Don't why gcc 4.3.2 didn't catch this one on a ...Francois Bertel2009-03-181-1/+1
* STYLE: Nightly Date StampBrad King2009-03-181-1/+1
* BUG: Allow more shell ops in custom commandsBrad King2009-03-171-0/+4
* ENH: New foreach(<var> IN ...) modeBrad King2009-03-172-3/+62
* COMP:Fixed warnings.Francois Bertel2009-03-173-17/+23
* STYLE: Nightly Date StampBrad King2009-03-171-1/+1
* COMP:Try to fix compile error with qnx gcc.Francois Bertel2009-03-161-1/+2
* COMP:Fixed gcc 4.3.2 warning with -O1 and above: ignoring return value of rea...Francois Bertel2009-03-161-3/+6
* ENH: Allow projects to disable per-rule echo linesBrad King2009-03-165-48/+60
* STYLE: Separate unrelated logicBrad King2009-03-161-3/+12
* ENH: Allow projects to disable per-rule progressBrad King2009-03-163-9/+37
* ENH: Factor out makefile progress rule commandsBrad King2009-03-162-24/+20
* COMP:Fixed warnings.Francois Bertel2009-03-161-17/+20
* BUG: Do not automatically set HEADER_FILE_ONLYBrad King2009-03-164-37/+17
* ENH: Remove unused code from cmMakeDependBrad King2009-03-162-76/+1
* ENH: Add NAME mode to ADD_TEST commandBrad King2009-03-166-5/+199
* ENH: Refactor storage of test command linesBrad King2009-03-164-32/+21
* ENH: Refactor generation of CTestTestfile contentBrad King2009-03-167-81/+219
* ENH: Refactor cmInstallGenerator for re-useBrad King2009-03-167-211/+344