Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Add ability to call Visual Studio macros from CMake. Add a CMake Visual ↵ | David Cole | 2007-11-16 | 1 | -0/+29 |
| | | | | Studio macro to reload a solution file automatically if CMake makes changes to .sln files or .vcproj files. Add code to call the macro automatically for any running Visual Studio instances with the .sln file open at the end of the Visual Studio Generate call. Only call the macro if some .sln or .vcproj file changed during Generate. Also, add handling for REG_EXPAND_SZ type to SystemTools::ReadRegistryValue - returned string has environment variable references expanded. | ||||
* | BUG: Fix messages for time stamp file recreation. | Brad King | 2007-11-12 | 1 | -2/+2 |
| | |||||
* | ENH: Allow VS 7 project Rebuild and Solution Rebuild to work without ↵ | Brad King | 2007-11-10 | 1 | -0/+78 |
| | | | | re-running CMake for every project during the rebuild. | ||||
* | ENH: different way of testing properties | Ken Martin | 2007-11-06 | 1 | -0/+97 |
| | |||||
* | COMP: Fix warnings on 64-bit Mac OS X build. Patch from issue #3697. | Brad King | 2007-11-05 | 1 | -2/+2 |
| | |||||
* | BUG: fix bad set property code in cmake | Ken Martin | 2007-10-30 | 1 | -1/+1 |
| | |||||
* | ENH: add ability to get documentaiton of a property from a script | Ken Martin | 2007-10-24 | 1 | -0/+11 |
| | |||||
* | ENH: change to make the documentation class more generic, about halfway ↵ | Ken Martin | 2007-10-22 | 1 | -23/+21 |
| | | | | there, also provides secitons for Variables now | ||||
* | ENH: add docs for variables | Bill Hoffman | 2007-10-18 | 1 | -7/+2 |
| | |||||
* | ENH: minor doc cleanups and an example of documenting a variable | Ken Martin | 2007-10-15 | 1 | -0/+12 |
| | |||||
* | BUG: revert doc changes since VS7 cannot compile them, will implement them ↵ | Ken Martin | 2007-10-09 | 1 | -3/+3 |
| | | | | in a different manner | ||||
* | ENH: make documentation entries actually store their data | Ken Martin | 2007-10-09 | 1 | -3/+3 |
| | |||||
* | ENH: add support for vs 2008 beta 2 | Bill Hoffman | 2007-09-17 | 1 | -0/+3 |
| | |||||
* | BUG: Fix path to CMake executables when run from bootstrap build. | Brad King | 2007-08-31 | 1 | -0/+1 |
| | |||||
* | ENH: fix memory leak | Bill Hoffman | 2007-08-10 | 1 | -3/+5 |
| | |||||
* | ENH: add global properties for collecting enabled/disabled features during | Alexander Neundorf | 2007-08-07 | 1 | -0/+26 |
| | | | | | | | | | | | | the cmake run and add macros print_enabled/disabled_features() and set_feature_info(), so projects can get a nice overview at the end of the cmake run what has been found and what hasn't FIND_PACKAGE() automatically adds the packages to these global properties, except when used with QUIET Maybe this can also be useful for packagers to find out dependencies of projects. Alex | ||||
* | BUG: also offer the extra generators in CMakeSetup | Alexander Neundorf | 2007-08-01 | 1 | -0/+6 |
| | | | | Alex | ||||
* | ENH: add Eclipse CDT4 generator, patch from Miguel A. Figueroa-Villanueva | Alexander Neundorf | 2007-08-01 | 1 | -0/+13 |
| | | | | Alex | ||||
* | ENH: deb generator can now generate deb packages | Alexander Neundorf | 2007-07-27 | 1 | -0/+23 |
| | | | | | | | | | | -remove the unscriptable commands also from the cpack cmake -use CPACK_PACKAGE_CONTACT in CMakeCPack.cmake, it's used in the nsis and the deb generator -make set_properties() scriptable -use a non-const char array for adding the python modules Alex | ||||
* | ENH: add an empty debian package generator, Mathieu volunteered to fill it | Alexander Neundorf | 2007-07-25 | 1 | -4/+19 |
| | | | | | | :-) Alex | ||||
* | ENH: build codeblocks generator also on Windows | Alexander Neundorf | 2007-07-18 | 1 | -7/+14 |
| | | | | Alex | ||||
* | COMP: fix build on Windows, where GetCurrentDirecty() is redefined to | Alexander Neundorf | 2007-07-17 | 1 | -1/+4 |
| | | | | | | | GetCurrentDirectoryA() -correct return value for md5sum Alex | ||||
* | STYLE: fix line lengths and add "remove -f" to the docs | Alexander Neundorf | 2007-07-17 | 1 | -21/+23 |
| | | | | Alex | ||||
* | ENH: apply patch from Mathieu, add argument -E md5sum to compute md5sums of | Alexander Neundorf | 2007-07-16 | 1 | -0/+26 |
| | | | | | | files, compatible to md5sum output Alex | ||||
* | ENH: add a simple CodeBlocks extra generator, early alpha stage, there seems | Alexander Neundorf | 2007-07-13 | 1 | -0/+3 |
| | | | | | | to be interest in it Alex | ||||
* | STYLE: sort the property documentation into | Alexander Neundorf | 2007-07-11 | 1 | -8/+3 |
| | | | | | | global/directory/target/test/sourcefile and variable sections Alex | ||||
* | STYLE: name the external generator "KDevelop3 - Unix Makefiles" instead of ↵ | Alexander Neundorf | 2007-07-03 | 1 | -2/+6 |
| | | | | | | | | | "Unix Makefiles - KDevelop3" -initialize Ignore to 0, crashes otherwise Alex | ||||
* | ENH: Added global property FIND_LIBRARY_USE_LIB64_PATHS to allow lib64 paths ↵ | Brad King | 2007-06-27 | 1 | -0/+7 |
| | | | | to be searched optionally. Turn off the feature on debian systems. This addresses debian report 419007. | ||||
* | STYLE: change global cmake variable CMAKE_TARGET_SUPPORTS_ONLY_STATIC_LIBS | Alexander Neundorf | 2007-06-26 | 1 | -0/+13 |
| | | | | | | to the first global cmake property TARGET_SUPPORTS_SHARED_LIBS Alex | ||||
* | ENH: added the ability to document variables and cached_variables | Ken Martin | 2007-06-25 | 1 | -67/+10 |
| | |||||
* | ENH: some property cleanup and added GetProperty | Ken Martin | 2007-06-25 | 1 | -0/+34 |
| | |||||
* | ENH: put compatibility commands in extra section and prepare for creating | Alexander Neundorf | 2007-06-22 | 1 | -2/+9 |
| | | | | | | | separate man pages for properties, modules, commands and compatibility commands Alex | ||||
* | COMP: include cmExternalMakefileProjectGenerator.h | Alexander Neundorf | 2007-06-15 | 1 | -0/+1 |
| | | | | Alex | ||||
* | STYLE: minor fixes | Alexander Neundorf | 2007-06-15 | 1 | -1/+1 |
| | | | | Alex | ||||
* | STYLE: remove duplicate non-const accessors GetLocalGenerator(int) and | Alexander Neundorf | 2007-06-15 | 1 | -95/+64 |
| | | | | | | | | | | | | GetLocaGenerators(cmLocalGenerators) from cmGlobalGenerator(). Now there is one const accessor which is even faster since it returns a reference (instead of copying a vector) -more const to ensure that this the returned local generators don't actually get modified -removed duplicated code in GetCTestCommand() and GetCPackCommand() -added some const accessors Alex | ||||
* | ENH: remove non/scriptable cmake commands from the script handler in ctest, | Alexander Neundorf | 2007-06-12 | 1 | -0/+11 |
| | | | | | | | | | as discussed with David. This also gives a better ctest man page with just the commands you should actually use in ctest scripts. Until now these commands were more or less executed, but e.g. add_executable() didn't create an executable, project() failed with an error. Now you get an error instantly if using one of these commands. Alex | ||||
* | ENH: add cmExternalMakefileProjectGenerator, which should make it easier to | Alexander Neundorf | 2007-06-08 | 1 | -15/+78 |
| | | | | | | | | | write generators for IDE projects, which use already existing makefiles (current the kdevelop generator) -first stept of the export interface, iniitial export() command -more replacements for the FIND_XXX docs Alex | ||||
* | ENH: also remove uninitialized from the cache | Alexander Neundorf | 2007-06-07 | 1 | -1/+1 |
| | | | | Alex | ||||
* | STYLE: fix typo: now double space after -D | Alexander Neundorf | 2007-06-04 | 1 | -1/+1 |
| | | | | Alex | ||||
* | ENH: -U for removing variables now uses globbing expressions | Alexander Neundorf | 2007-06-04 | 1 | -6/+8 |
| | | | | | | | -cmCacheManager: now also variables with type UNINITIALIZED are saved in CMakeCache.txt, these are the vars defined using -DFOO=foo but without type Alex | ||||
* | BUG: also put a variable into the cache when defined using -D if no type is | Alexander Neundorf | 2007-06-01 | 1 | -1/+48 |
| | | | | | | | given, then STRING is used. Also add command line option -U as suggested for undefining cache variables. This fixes #4896 and #4264. Alex | ||||
* | ENH: Add variable watch command | Andy Cedilnik | 2007-04-11 | 1 | -1/+1 |
| | |||||
* | ENH: added remove_directory bug 2937 | Ken Martin | 2007-03-12 | 1 | -1/+13 |
| | |||||
* | ENH: typo | Ken Martin | 2007-03-12 | 1 | -1/+1 |
| | |||||
* | ENH: small enchancement for bug 3776. | Ken Martin | 2007-03-12 | 1 | -1/+13 |
| | |||||
* | ENH: SetupPathConversions is now called automatically on demand. | Brad King | 2007-03-08 | 1 | -1/+0 |
| | |||||
* | ENH: fix compiler warning | Ken Martin | 2007-03-02 | 1 | -1/+1 |
| | |||||
* | BUG: a couple bugs in system informaiton | Ken Martin | 2007-03-01 | 1 | -5/+6 |
| | |||||
* | BUG: allow system information to accept the -G option | Ken Martin | 2007-02-28 | 1 | -16/+49 |
| | |||||
* | BUG: fix to naming of results file | Ken Martin | 2007-02-27 | 1 | -1/+1 |
| |