Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | STYLE: Nightly Date Stamp | Brad King | 2008-11-20 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-11-19 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-11-18 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-11-17 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-11-16 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-11-15 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-11-14 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-11-13 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-11-12 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-11-11 | 1 | -1/+1 |
| | |||||
* | BUG: fix package_source target | Bill Hoffman | 2008-11-10 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-11-10 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-11-09 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-11-08 | 1 | -1/+1 |
| | |||||
* | BUG: fix for bug 8060 Haiku build | Bill Hoffman | 2008-11-07 | 1 | -0/+2 |
| | |||||
* | ENH: load CMakeDetermineSystem and CMakeSystemSpecificInformation when | Alexander Neundorf | 2008-11-07 | 1 | -0/+20 |
| | | | | | | | | | | | executing a ctest script so the search paths are fully set up and variables like CMAKE_SYSTEM are available. This is useful e.g. for new-style ctest scripting. (these files are also loaded on startup by cpack, so now they behave similar). Hmmm, maybe they should be also loaded by cmake -P ? Alex | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-11-07 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-11-06 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-11-05 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-11-04 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-11-03 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-11-02 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-11-01 | 1 | -2/+2 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-10-31 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-10-30 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-10-29 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-10-28 | 1 | -1/+1 |
| | |||||
* | ENH: make the scc optional | Bill Hoffman | 2008-10-27 | 1 | -12/+0 |
| | |||||
* | BUG: fix for 7839 and 4524 | Bill Hoffman | 2008-10-27 | 1 | -7/+2 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-10-25 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-10-24 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-10-23 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-10-22 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-10-21 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-10-20 | 1 | -1/+1 |
| | |||||
* | BUG: use LC_MESSAGES = C instead of en_EN | Bill Hoffman | 2008-10-19 | 1 | -4/+4 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-10-19 | 1 | -1/+1 |
| | |||||
* | BUG: Fix recognition of files deleted from CVS | Brad King | 2008-10-18 | 1 | -1/+8 |
| | | | | | | | | | | | | The output of "cvs update" contains a line such as one of cvs update: `foo.txt' is no longer in the repository cvs update: foo.txt is no longer in the repository cvs update: warning: foo.txt is not (any longer) pertinent when file "foo.txt" has been removed in the version to which the update occurs. Previously only the first case would be recognized. This fixes the regular expression to match all these cases. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-10-18 | 1 | -1/+1 |
| | |||||
* | BUG: Fix KWSys SystemInformation dependencies | Brad King | 2008-10-17 | 1 | -0/+4 |
| | | | | | The SystemInformation component of KWSys requires Process and FundamentalType. | ||||
* | BUG: Enforce KWSys component dependencies early | Brad King | 2008-10-17 | 1 | -14/+14 |
| | | | | | | KWSys component dependencies must be enforced before any tests for enabled components are done. This moves the dependency enforcement code to be as early as possible. | ||||
* | ENH: fix for VS6 and Cygwin | Sebastien Barre | 2008-10-17 | 1 | -4/+8 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-10-17 | 1 | -1/+1 |
| | |||||
* | ENH: fix for Vista | Sebastien Barre | 2008-10-16 | 2 | -9/+16 |
| | |||||
* | ENH: oops | Sebastien Barre | 2008-10-16 | 1 | -0/+4 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-10-16 | 1 | -1/+1 |
| | |||||
* | ENH: fix for Windows Vista | Sebastien Barre | 2008-10-16 | 1 | -7/+22 |
| | |||||
* | ENH: fix bootstrap test and warning | Bill Hoffman | 2008-10-15 | 1 | -2/+8 |
| | |||||
* | BUG: 4244, add a --build option to cmake that can build projects configured ↵ | Bill Hoffman | 2008-10-15 | 6 | -13/+130 |
| | | | | by CMake | ||||
* | BUG: Fix color check for dependency scanning | Brad King | 2008-10-15 | 2 | -2/+8 |
| | | | | | Generation of color rules for dependency scanning messages did not account for disabling color at generation time. See issue #7814. |