Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: add support for vs 9 win64 | Bill Hoffman | 2007-12-17 | 1 | -0/+2 |
| | |||||
* | ENH: Add ability to call Visual Studio macros from CMake. Add a CMake Visual ↵ | David Cole | 2007-11-16 | 1 | -0/+5 |
| | | | | 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. | ||||
* | ENH: move CMAKE_STRICT option to the top | Ken Martin | 2007-11-06 | 1 | -3/+0 |
| | |||||
* | ENH: change name | Bill Hoffman | 2007-11-05 | 1 | -1/+1 |
| | |||||
* | ENH: change name of class | Bill Hoffman | 2007-11-05 | 1 | -1/+1 |
| | |||||
* | ENH: add option for qt dialog | Bill Hoffman | 2007-11-02 | 1 | -0/+6 |
| | |||||
* | ENH: change to make the documentation class more generic, about halfway ↵ | Ken Martin | 2007-10-22 | 1 | -0/+1 |
| | | | | there, also provides secitons for Variables now | ||||
* | ENH: add docs for variables | Bill Hoffman | 2007-10-18 | 1 | -0/+1 |
| | |||||
* | ENH: added CMAKE_STRICT option for var and property checking | Ken Martin | 2007-10-16 | 1 | -0/+3 |
| | |||||
* | ENH: Updated CMAKE_REGENERATE_YACCLEX option to support cmDependsFortran. ↵ | Brad King | 2007-10-03 | 1 | -5/+9 |
| | | | | Fixed to work with spaces in path. | ||||
* | STYLE: move the code for the different formats of the generated help into | Alexander Neundorf | 2007-09-19 | 1 | -0/+5 |
| | | | | | | | their own classes, making cmDocumentation smaller and also making it easier to eventually add another format Alex | ||||
* | ENH: add support for vs 2008 beta 2 | Bill Hoffman | 2007-09-17 | 1 | -0/+2 |
| | |||||
* | COMP: make it build on Linux | Alexander Neundorf | 2007-08-21 | 1 | -0/+7 |
| | | | | Alex | ||||
* | ENH: deb generator: don't use the system provided ar, but do it yourself | Alexander Neundorf | 2007-08-14 | 1 | -6/+22 |
| | | | | | | | using the code from OpenBSD ar COMP: don't build all package generators on all platforms Alex | ||||
* | COMP: this copy of curl is unused, the one in Utilities/cmcurl/ is used | Alexander Neundorf | 2007-08-09 | 1 | -2/+2 |
| | | | | Alex | ||||
* | ENH: add empty RPM package generator, Eric Noulard wants to work on it | Alexander Neundorf | 2007-08-08 | 1 | -0/+1 |
| | | | | Alex | ||||
* | ENH: add Eclipse CDT4 generator, patch from Miguel A. Figueroa-Villanueva | Alexander Neundorf | 2007-08-01 | 1 | -0/+2 |
| | | | | Alex | ||||
* | ENH: add an empty debian package generator, Mathieu volunteered to fill it | Alexander Neundorf | 2007-07-25 | 1 | -0/+1 |
| | | | | | | :-) Alex | ||||
* | ENH: build codeblocks generator also on Windows | Alexander Neundorf | 2007-07-18 | 1 | -3/+6 |
| | | | | Alex | ||||
* | ENH: add a simple CodeBlocks extra generator, early alpha stage, there seems | Alexander Neundorf | 2007-07-13 | 1 | -1/+2 |
| | | | | | | to be interest in it Alex | ||||
* | ENH: add INSTALL(EXPORT ...) mode and INSTALL( TARGETS ... EXPORT <set> ) , | Alexander Neundorf | 2007-06-19 | 1 | -0/+1 |
| | | | | | | tests still have to be added Alex | ||||
* | ENH: Merging changes from branch CMake-SourceFile2-b between tags | Brad King | 2007-06-18 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | CMake-SourceFile2-bp and CMake-SourceFile2-b-mp1 to trunk. This commit is surrounded by tags CMake-SourceFile2-b-mp1-pre and CMake-SourceFile2-b-mp1-post on the trunk. The changes re-implement cmSourceFile and the use of it to allow instances to be created much earlier. The use of cmSourceFileLocation allows locating a source file referenced by a user to be much simpler and more robust. The two SetName methods are no longer needed so some duplicate code has been removed. The strange "SourceName" stuff is gone. Code that created cmSourceFile instances on the stack and then sent them to cmMakefile::AddSource has been simplified and converted to getting cmSourceFile instances from cmMakefile. The CPluginAPI has preserved the old API through a compatibility interface. Source lists are gone. Targets now get real instances of cmSourceFile right away instead of storing a list of strings until the final pass. TraceVSDependencies has been re-written to avoid the use of SourceName. It is now called TraceDependencies since it is not just for VS. It is now implemented with a helper object which makes the code simpler. | ||||
* | ENH: more cleanup of some CMakeLists files | Ken Martin | 2007-05-11 | 1 | -952/+0 |
| | |||||
* | ENH: add test for a simple depend test, does an exe re-link if a library ↵ | Bill Hoffman | 2007-05-10 | 1 | -0/+9 |
| | | | | that it uses changes | ||||
* | ENH: add a very simple framework test | Bill Hoffman | 2007-05-08 | 1 | -0/+9 |
| | |||||
* | ENH: Plugin test should now work on QNX. | Brad King | 2007-04-18 | 1 | -3/+0 |
| | |||||
* | ENH: Fixed Plugin test on Cygwin. | Brad King | 2007-04-17 | 1 | -2/+2 |
| | |||||
* | BUG: Disable Plugin test on Cygwin until it is implemented. | Brad King | 2007-04-17 | 1 | -2/+2 |
| | |||||
* | ENH: Re-enabling Plugin test now that it should work on MacOSX. I will let ↵ | Brad King | 2007-04-17 | 1 | -3/+3 |
| | | | | it run one night to see what platforms are still not implemented. Currently it is not run on QNX because it is known to not be implemented there. | ||||
* | BUG: Disable Plugin test until it works everywhere. | Brad King | 2007-04-17 | 1 | -0/+3 |
| | |||||
* | ENH: Added test for executables with plugins that use an API exported by the ↵ | Brad King | 2007-04-17 | 1 | -0/+10 |
| | | | | executable itself. | ||||
* | ENH: Added cmGlobalVisualStudioGenerator as superclass to all VS global ↵ | Brad King | 2007-04-04 | 1 | -0/+2 |
| | | | | generators. | ||||
* | BUG: typo in if test | Ken Martin | 2007-03-21 | 1 | -8/+8 |
| | |||||
* | ENH: support for --build-config-sample feature #1022 | Ken Martin | 2007-03-19 | 1 | -1/+2 |
| | |||||
* | ENH: Enable SubDirSpaces test when building with bootstrapped cmake. | Brad King | 2007-03-08 | 1 | -5/+5 |
| | |||||
* | ENH: Fixed recursive make call target escaping for Borland to support ↵ | Brad King | 2007-03-08 | 1 | -2/+2 |
| | | | | SubDirSpaces test. | ||||
* | BUG: oops bad arg for new test | Ken Martin | 2007-03-07 | 1 | -1/+1 |
| | |||||
* | BUG: improve bad argument handling for INCLUDE_DIRECTORIES and ↵ | Ken Martin | 2007-03-07 | 1 | -0/+10 |
| | | | | ADD_DEFINITIONS bug 4364 | ||||
* | ENH: Cleaned up KWSys tests to use test drivers. | Brad King | 2007-03-03 | 1 | -1/+1 |
| | |||||
* | BUG: allow system information to accept the -G option | Ken Martin | 2007-02-28 | 1 | -40/+0 |
| | |||||
* | BUG: possible fix for new SystemInfo test | Ken Martin | 2007-02-27 | 1 | -5/+0 |
| | |||||
* | BUG: possible fix for new SystemInfo test | Ken Martin | 2007-02-27 | 1 | -1/+1 |
| | |||||
* | ENH: added --system-information option to CMake | Ken Martin | 2007-02-27 | 1 | -0/+5 |
| | |||||
* | COMP: Disable test until generators are fixed | Andy Cedilnik | 2007-02-23 | 1 | -13/+13 |
| | |||||
* | ENH: Try to fix spaces in the path problem | Andy Cedilnik | 2007-02-23 | 1 | -3/+4 |
| | |||||
* | ENH: Make EXCLUDE_FROM_ALL a target and directory properties. Also, make ↵ | Andy Cedilnik | 2007-02-23 | 1 | -0/+13 |
| | | | | IsInAll use EXCLUDE_FROM_ALL. Also, enable the test that tests this | ||||
* | ENH: actually keep the output | Bill Hoffman | 2007-02-22 | 1 | -1/+1 |
| | |||||
* | ENH: make sure EXECUTE_PROCESS is there because in bootstrap it is not | Bill Hoffman | 2007-02-22 | 1 | -2/+2 |
| | |||||
* | ENH: fix parens in the path with spaces in the path | Bill Hoffman | 2007-02-22 | 1 | -5/+18 |
| | |||||
* | ENH: turn on spaces test for more platforms | Ken Martin | 2007-02-21 | 1 | -2/+2 |
| |