summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Make commands scriptableAndy Cedilnik2005-12-076-0/+30
|
* STYLE: Nightly Version updateAndy Cedilnik2005-12-061-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-12-051-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-12-041-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-12-031-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-12-021-1/+1
|
* ENH: Add a way for the generated command to include extra flags. This is ↵Andy Cedilnik2005-12-0110-48/+42
| | | | useful for CTest (or try compile) to add -j2
* STYLE: Nightly Version updateAndy Cedilnik2005-12-011-1/+1
|
* ENH: Add variable for debugging. This variable CMAKE_PARENT_LIST_FILE holds ↵Andy Cedilnik2005-11-301-0/+6
| | | | the parent CMake list file of the current cmake list file.
* STYLE: Nightly Version updateAndy Cedilnik2005-11-301-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-11-291-1/+1
|
* ENH: fix problem with building vtk 4.4.2Bill Hoffman2005-11-281-0/+6
|
* STYLE: Nightly Version updateAndy Cedilnik2005-11-281-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-11-271-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-11-261-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-11-251-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-11-241-1/+1
|
* ENH: executable prefix and post fix variables should not be the same as the ↵Bill Hoffman2005-11-231-4/+2
| | | | executable extension
* STYLE: Nightly Version updateAndy Cedilnik2005-11-231-1/+1
|
* BUG: Do not expand escape sequences when re-expanding variables in include ↵Brad King2005-11-222-4/+4
| | | | directories, link directories, and link libraries.
* BUG: Do not accept a directory name as a library.Brad King2005-11-221-10/+10
|
* BUG: fix for bug 2357, do not allow targets to link to directoriesBill Hoffman2005-11-222-0/+13
|
* BUG: fix spelling errorBill Hoffman2005-11-221-1/+1
|
* BUG: Tweak VS8 generator to keep VS8 happy. The .vcproj files need their ↵Brad King2005-11-223-4/+12
| | | | own GUIDs in a ProjectGUID attribute. The top level .sln file needs a special comment at the top to allow it to be opened with double-click in explorer.
* COMP: Define _CRT_SECURE_NO_DEPRECATE to build CMake itself on VS8. This ↵Brad King2005-11-221-0/+5
| | | | disables 1000s of deprecation warnings about standard code.
* BUG: fix for bug 2488Bill Hoffman2005-11-221-0/+2
|
* ENH: more compiler flagsBill Hoffman2005-11-222-0/+24
|
* STYLE: Fixed documentation to state target_EXPORTS default right after ↵Brad King2005-11-221-4/+6
| | | | DEFINE_SYMBOL documentation instead of many sentences later in a random place.
* BUG: QT_DEFINITIONS should not be quoted. This addresses bug#2481.Brad King2005-11-221-2/+2
|
* ENH: set java compiler worksBill Hoffman2005-11-221-0/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-11-221-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-11-211-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-11-201-1/+1
|
* ENH: add some more properties for visual studio projectsBill Hoffman2005-11-192-5/+18
|
* COMP: fix compile errorBill Hoffman2005-11-191-5/+2
|
* ENH: fix docsBill Hoffman2005-11-191-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-11-191-1/+1
|
* ENH: more chars need quotesBill Hoffman2005-11-181-1/+1
|
* BUG: fixe dproblem with not uninstalling start menu entriesKen Martin2005-11-181-1/+28
|
* ENH: fixes for Xcode 2.2Bill Hoffman2005-11-182-130/+153
|
* ENH: add new error regexBill Hoffman2005-11-181-0/+1
|
* BUG: Fixed flag-to-vcproj-attribute conversion code to work again (it was ↵Brad King2005-11-184-41/+47
| | | | broken by the optimization changes). Added conversion of /nologo flag to SuppressStartupBanner attribute and /Gy flag to EnableFunctionLevelLinking attribute.
* COMP: Need target-level dependency from wrapper targets on Wrap executable ↵Brad King2005-11-171-0/+3
| | | | target.
* BUG: Fixed XML escapes for custom commands. Also added escaping of newlines ↵Brad King2005-11-171-3/+3
| | | | for VS 2005.
* BUG: Do not dereference an end iterator.Brad King2005-11-172-2/+2
|
* BUG: Fixed support for external object files built by custom commands. Also ↵Brad King2005-11-173-3/+40
| | | | added a test to keep it working.
* STYLE: fix docsKen Martin2005-11-173-4/+4
|
* STYLE: fix docsKen Martin2005-11-172-10/+10
|
* STYLE: fix docsKen Martin2005-11-171-7/+11
|
* STYLE: fix docsKen Martin2005-11-171-2/+3
|