summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* STYLE: Nightly Date StampBrad King2008-11-201-1/+1
|
* STYLE: Nightly Date StampBrad King2008-11-191-1/+1
|
* STYLE: Nightly Date StampBrad King2008-11-181-1/+1
|
* STYLE: Nightly Date StampBrad King2008-11-171-1/+1
|
* STYLE: Nightly Date StampBrad King2008-11-161-1/+1
|
* STYLE: Nightly Date StampBrad King2008-11-151-1/+1
|
* STYLE: Nightly Date StampBrad King2008-11-141-1/+1
|
* STYLE: Nightly Date StampBrad King2008-11-131-1/+1
|
* STYLE: Nightly Date StampBrad King2008-11-121-1/+1
|
* STYLE: Nightly Date StampBrad King2008-11-111-1/+1
|
* BUG: fix package_source targetBill Hoffman2008-11-101-1/+1
|
* STYLE: Nightly Date StampBrad King2008-11-101-1/+1
|
* STYLE: Nightly Date StampBrad King2008-11-091-1/+1
|
* STYLE: Nightly Date StampBrad King2008-11-081-1/+1
|
* BUG: fix for bug 8060 Haiku buildBill Hoffman2008-11-071-0/+2
|
* ENH: load CMakeDetermineSystem and CMakeSystemSpecificInformation whenAlexander Neundorf2008-11-071-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 StampBrad King2008-11-071-1/+1
|
* STYLE: Nightly Date StampBrad King2008-11-061-1/+1
|
* STYLE: Nightly Date StampBrad King2008-11-051-1/+1
|
* STYLE: Nightly Date StampBrad King2008-11-041-1/+1
|
* STYLE: Nightly Date StampBrad King2008-11-031-1/+1
|
* STYLE: Nightly Date StampBrad King2008-11-021-1/+1
|
* STYLE: Nightly Date StampBrad King2008-11-011-2/+2
|
* STYLE: Nightly Date StampBrad King2008-10-311-1/+1
|
* STYLE: Nightly Date StampBrad King2008-10-301-1/+1
|
* STYLE: Nightly Date StampBrad King2008-10-291-1/+1
|
* STYLE: Nightly Date StampBrad King2008-10-281-1/+1
|
* ENH: make the scc optionalBill Hoffman2008-10-271-12/+0
|
* BUG: fix for 7839 and 4524Bill Hoffman2008-10-271-7/+2
|
* STYLE: Nightly Date StampBrad King2008-10-251-1/+1
|
* STYLE: Nightly Date StampBrad King2008-10-241-1/+1
|
* STYLE: Nightly Date StampBrad King2008-10-231-1/+1
|
* STYLE: Nightly Date StampBrad King2008-10-221-1/+1
|
* STYLE: Nightly Date StampBrad King2008-10-211-1/+1
|
* STYLE: Nightly Date StampBrad King2008-10-201-1/+1
|
* BUG: use LC_MESSAGES = C instead of en_ENBill Hoffman2008-10-191-4/+4
|
* STYLE: Nightly Date StampBrad King2008-10-191-1/+1
|
* BUG: Fix recognition of files deleted from CVSBrad King2008-10-181-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 StampBrad King2008-10-181-1/+1
|
* BUG: Fix KWSys SystemInformation dependenciesBrad King2008-10-171-0/+4
| | | | | The SystemInformation component of KWSys requires Process and FundamentalType.
* BUG: Enforce KWSys component dependencies earlyBrad King2008-10-171-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 CygwinSebastien Barre2008-10-171-4/+8
|
* STYLE: Nightly Date StampBrad King2008-10-171-1/+1
|
* ENH: fix for VistaSebastien Barre2008-10-162-9/+16
|
* ENH: oopsSebastien Barre2008-10-161-0/+4
|
* STYLE: Nightly Date StampBrad King2008-10-161-1/+1
|
* ENH: fix for Windows VistaSebastien Barre2008-10-161-7/+22
|
* ENH: fix bootstrap test and warningBill Hoffman2008-10-151-2/+8
|
* BUG: 4244, add a --build option to cmake that can build projects configured ↵Bill Hoffman2008-10-156-13/+130
| | | | by CMake
* BUG: Fix color check for dependency scanningBrad King2008-10-152-2/+8
| | | | | Generation of color rules for dependency scanning messages did not account for disabling color at generation time. See issue #7814.