| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: Improve generated documentation formatting | Brad King | 2008-10-10 | 10 | -27/+163 |
|
|
* | BUG: Fix help type for filenames with many dots | Brad King | 2008-10-10 | 1 | -1/+1 |
|
|
* | STYLE: Fix typo in GetFilenameLastExtension docs | Brad King | 2008-10-10 | 1 | -1/+1 |
|
|
* | BUG: fix for 5071, report error if output file can not be opened | Bill Hoffman | 2008-10-10 | 1 | -0/+7 |
|
|
* | BUG: fix for 3778, better docs for -E | Bill Hoffman | 2008-10-10 | 1 | -1/+5 |
|
|
* | ENH: play it safe and restore the value of LC_MESSAGES | Bill Hoffman | 2008-10-10 | 1 | -1/+17 |
|
|
* | ENH: make sure LC_MESSAGES is en_EN so that we can parse the output of svn an... | Bill Hoffman | 2008-10-10 | 1 | -0/+8 |
|
|
* | STYLE: Fix line-too-long | Brad King | 2008-10-10 | 1 | -1/+2 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2008-10-10 | 1 | -1/+1 |
|
|
* | BUG: Avoid boost versions less than required | Brad King | 2008-10-09 | 1 | -14/+31 |
|
|
* | ENH: Fix optional use of relative paths. | Brad King | 2008-10-09 | 7 | -55/+164 |
|
|
* | ENH: Simplify makefile ref to interactive editor | Brad King | 2008-10-09 | 1 | -3/+3 |
|
|
* | ENH: Simplify framework -F flag generation | Brad King | 2008-10-09 | 2 | -4/+8 |
|
|
* | BUG: Pass definitions to rc with Makefiles | Brad King | 2008-10-09 | 1 | -1/+1 |
|
|
* | BUG: Finish fix to old DEFINITIONS property | Brad King | 2008-10-09 | 1 | -0/+2 |
|
|
* | BUG: fix for 5218 Error message pattern match for VS8 | Bill Hoffman | 2008-10-09 | 1 | -1/+2 |
|
|
* | BUG: fix for 4026, display a message if ccmake has errors | Bill Hoffman | 2008-10-09 | 1 | -4/+5 |
|
|
* | ENH: Put custom target sources in Xcode projects | Brad King | 2008-10-09 | 2 | -24/+62 |
|
|
* | ENH: Allow custom sources in custom targets | Brad King | 2008-10-09 | 3 | -5/+26 |
|
|
* | ENH: Return utility target after creation | Brad King | 2008-10-09 | 2 | -12/+14 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2008-10-09 | 1 | -1/+1 |
|
|
* | STYLE: lowercase ctest_test() in the documentation | Alexander Neundorf | 2008-10-08 | 1 | -1/+1 |
|
|
* | BUG: Fix issue #7533. Revise fix for issue #7058 to use pragma comment libs i... | David Cole | 2008-10-08 | 2 | -13/+25 |
|
|
* | ENH: Remove implicit NO_MODULE when recursing | Brad King | 2008-10-08 | 2 | -23/+15 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2008-10-08 | 1 | -1/+1 |
|
|
* | ENH: add missing property definitions | Bill Hoffman | 2008-10-07 | 1 | -0/+26 |
|
|
* | BUG: fix for 4524, add support for target properties to set vs source code co... | Bill Hoffman | 2008-10-07 | 2 | -3/+32 |
|
|
* | ENH: Fix #7784. Fix link of glib when needed. | Clinton Stimpson | 2008-10-07 | 1 | -6/+7 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2008-10-07 | 1 | -1/+1 |
|
|
* | BUG: Fix convenience rule working directory | Brad King | 2008-10-06 | 1 | -3/+3 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2008-10-06 | 1 | -1/+1 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2008-10-05 | 1 | -1/+1 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2008-10-04 | 1 | -1/+1 |
|
|
* | ENH: Add UNSUITABLE result to package version test | Brad King | 2008-10-03 | 3 | -7/+26 |
|
|
* | ENH: Help recursive find_package calls in modules | Brad King | 2008-10-03 | 6 | -3/+54 |
|
|
* | ENH: Warn and ignore EXACT without version | Brad King | 2008-10-03 | 1 | -0/+8 |
|
|
* | BUG: Fix config test for target install rules | Brad King | 2008-10-03 | 2 | -55/+37 |
|
|
* | ENH: undo bad checkin | Bill Hoffman | 2008-10-03 | 1 | -9/+0 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2008-10-03 | 1 | -1/+1 |
|
|
* | STYLE: add documentation for the "TYPE" target property | Alexander Neundorf | 2008-10-02 | 1 | -0/+7 |
|
|
* | BUG: 7763 fix, OPTIMIZATION was not set right. Also fix for BUG 7764, put XC... | Bill Hoffman | 2008-10-02 | 1 | -16/+14 |
|
|
* | BUG: fix for 5705, link in standard libs for mingw | Bill Hoffman | 2008-10-02 | 1 | -0/+2 |
|
|
* | STYLE: fix line length issues | Bill Hoffman | 2008-10-02 | 4 | -16/+32 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2008-10-02 | 1 | -1/+1 |
|
|
* | BUG: fix for 6280, -E time was not sending back return value | Bill Hoffman | 2008-10-01 | 1 | -3/+3 |
|
|
* | ENH: find perl with FindPerl not find_program, bug: 6243 | Bill Hoffman | 2008-10-01 | 1 | -1/+2 |
|
|
* | BUG: fix for 7451 | Bill Hoffman | 2008-10-01 | 1 | -0/+12 |
|
|
* | BUG: fix for bug 4772, enable_language should now work on linux with correct ... | Bill Hoffman | 2008-10-01 | 2 | -2/+14 |
|
|
* | ENH: add new sgi release scripts | Bill Hoffman | 2008-10-01 | 2 | -0/+28 |
|
|
* | BUG: undo fix for 7292 because a switched file should show up as an odd thing... | Bill Hoffman | 2008-10-01 | 1 | -1/+1 |
|
|