summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* ENH: Support object lists longer than 128K on MSVCBrad King2008-10-151-8/+29
| | | | | | We use response files to list object files for the MSVC linker. The linker complains if any response file is greater than 128K, so we split the object file lists into multiple response files.
* ENH: Factor out listing of objects on command lineBrad King2008-10-154-55/+48
| | | | | | Previously generation of object file lists for linker and cleaning command lines was duplicated for library and executable target generators. This combines the implementations.
* STYLE: Remove computed but unused variable.Brad King2008-10-152-6/+0
| | | | | An old list of object files for cleaning seems to have been left behind. This removes it.
* BUG: Use the DESTDIR prefix when creating the directory in CPack when ↵David Cole2008-10-151-8/+24
| | | | CPACK_SET_DESTDIR is ON. Thanks to Petri Hodju for reporting this regression to the CMake mailing list: http://www.cmake.org/pipermail/cmake/2008-October/024563.html.
* STYLE: Nightly Date StampBrad King2008-10-151-1/+1
|
* ENH: revert last change, as it fails testsBill Hoffman2008-10-141-7/+0
|
* ENH: better error message for mis-configured nmake environmentBill Hoffman2008-10-141-1/+8
|
* ENH: better error message for mis-configured nmake environmentBill Hoffman2008-10-141-0/+13
|