| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: Cleanup impl of PUBLIC_HEADER, PRIVATE_HEADER, and RESOURCE properties | Brad King | 2008-02-18 | 13 | -245/+284 |
|
|
* | ENH: add more information to message | Bill Hoffman | 2008-02-18 | 1 | -4/+6 |
|
|
* | ENH: make sure fixup has right paths | Bill Hoffman | 2008-02-18 | 1 | -26/+35 |
|
|
* | STYLE: use lowercase | Bill Hoffman | 2008-02-18 | 1 | -197/+197 |
|
|
* | ENH: remove CMAKE_PREFIX so changing it does not rebuild all | Bill Hoffman | 2008-02-18 | 2 | -9/+0 |
|
|
* | ENH: have cpack work with DESTDIR install and ingest qt framework libs into c... | Bill Hoffman | 2008-02-18 | 3 | -2/+336 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2008-02-18 | 1 | -1/+1 |
|
|
* | BUG: actually print the docs for custom modules if this was requested | Alexander Neundorf | 2008-02-17 | 1 | -1/+1 |
|
|
* | PERF: reduce time for full docs as HTML from 1.4 s to 0.2 s, the map is now | Alexander Neundorf | 2008-02-17 | 1 | -5/+8 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2008-02-17 | 1 | -1/+1 |
|
|
* | ENH: support for cpack and install of cmake-gui as mac app bundle | Bill Hoffman | 2008-02-16 | 6 | -7/+27 |
|
|
* | ENH: fix DESTDIR install | Bill Hoffman | 2008-02-16 | 1 | -3/+2 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2008-02-16 | 1 | -1/+1 |
|
|
* | ENH: remove unused code. | Clinton Stimpson | 2008-02-15 | 1 | -5/+1 |
|
|
* | ENH: use package name on mac for edit cache | Bill Hoffman | 2008-02-15 | 1 | -0/+4 |
|
|
* | BUG: Apply patch from bug #6180 to make CMAKE_ADDITIONAL_MAKE_CLEAN_FILES wor... | Brad King | 2008-02-15 | 1 | -1/+1 |
|
|
* | ENH: Add code to support calling the VS reload macro from Visual Studio 7.1 a... | David Cole | 2008-02-15 | 9 | -41/+172 |
|
|
* | ENH: Cleanup building of OS X bundle content | Brad King | 2008-02-15 | 7 | -160/+108 |
|
|
* | BUG: fix for bug 6294, correct url for nsis | Bill Hoffman | 2008-02-15 | 1 | -1/+1 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2008-02-15 | 1 | -1/+1 |
|
|
* | ENH: enable color in the eclipse generator, there doesn't seem to be problems | Alexander Neundorf | 2008-02-15 | 1 | -1/+1 |
|
|
* | ENH: Convert native paths from QFileDialog and QDirModel/QCompleter. | Clinton Stimpson | 2008-02-15 | 3 | -27/+35 |
|
|
* | ENH: Add shortcut to start search/filter. | Clinton Stimpson | 2008-02-14 | 5 | -36/+37 |
|
|
* | ENH: Add global property ALLOW_DUPLICATE_CUSTOM_TARGETS to help existing proj... | Brad King | 2008-02-14 | 7 | -15/+122 |
|
|
* | ENH: Allow multiple OS X applications bundles to be created in a single build... | Brad King | 2008-02-14 | 6 | -41/+115 |
|
|
* | ENH: make sure html < > & stuff is escaped for the output window | Bill Hoffman | 2008-02-14 | 2 | -2/+19 |
|
|
* | ENH: Updated DEFINE_PROPERTY command to be more extendible and more consisten... | Brad King | 2008-02-14 | 2 | -26/+121 |
|
|
* | ENH: Re-enable diagnosis of non-unique target names. | Brad King | 2008-02-14 | 3 | -9/+8 |
|
|
* | ENH: add a check before delete cache | Bill Hoffman | 2008-02-14 | 1 | -2/+11 |
|
|
* | ENH: do not show unititialized entries | Bill Hoffman | 2008-02-14 | 1 | -1/+2 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2008-02-14 | 1 | -1/+1 |
|
|
* | BUG: Update cmComputeLinkDepends to support leading/trailing whitespace strip... | Brad King | 2008-02-13 | 2 | -2/+36 |
|
|
* | ENH: Add option to bootstrap script to enable Qt dialog. | Brad King | 2008-02-13 | 2 | -8/+8 |
|
|
* | ENH: Remove CurrentChanged from the table view's edit triggers. | Clinton Stimpson | 2008-02-13 | 2 | -3/+4 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2008-02-13 | 1 | -1/+1 |
|
|
* | ENH: do not expand regular vars here | Bill Hoffman | 2008-02-12 | 1 | -1/+1 |
|
|
* | BUG: Disable enforcement of unique target names until CTestTargets can be fixed. | Brad King | 2008-02-12 | 1 | -0/+2 |
|
|
* | ENH: fix make edit_cache for cmake-gui | Bill Hoffman | 2008-02-12 | 6 | -25/+72 |
|
|
* | STYLE: Fix line-too-long in cmExportLibraryDependencies. | Brad King | 2008-02-12 | 1 | -2/+4 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2008-02-12 | 1 | -1/+1 |
|
|
* | ENH: Update documentation of EXECUTABLE_OUTPUT_PATH and LIBRARY_OUTPUT_PATH t... | Brad King | 2008-02-12 | 1 | -2/+9 |
|
|
* | COMP: Fix shadowed local variable warning. | Brad King | 2008-02-11 | 3 | -0/+6 |
|
|
* | BUG: FIND_LIBRARY should not require CMAKE_SIZEOF_VOID_P to be set. | Brad King | 2008-02-11 | 1 | -2/+2 |
|
|
* | ENH: Add global computed property IN_TRY_COMPILE. | Brad King | 2008-02-11 | 1 | -1/+10 |
|
|
* | ENH: Enforce global target name uniqueness. | Brad King | 2008-02-11 | 8 | -73/+146 |
|
|
* | ENH: Add cmMakefile::NeedBackwardsCompatibility method to pass through to cmL... | Brad King | 2008-02-11 | 2 | -0/+22 |
|
|
* | BUG: Fix export_library_dependencies command to produce a file that is compat... | Brad King | 2008-02-11 | 1 | -21/+97 |
|
|
* | BUG: Fix cmComputeLinkDepends::AddVarLinkEntries | Brad King | 2008-02-11 | 1 | -1/+31 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2008-02-11 | 1 | -1/+1 |
|
|
* | STYLE: document that if(COMMAND) works also for macros and functions | Alexander Neundorf | 2008-02-10 | 1 | -1/+2 |
|
|