Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | STYLE: Nightly Date Stamp | Brad King | 2007-12-01 | 1 | -2/+2 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2007-11-30 | 1 | -1/+1 |
| | |||||
* | BUG: fix single module generation | Ken Martin | 2007-11-29 | 1 | -8/+14 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2007-11-29 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2007-11-28 | 1 | -1/+1 |
| | |||||
* | ENH: better output for qt assistant | Bill Hoffman | 2007-11-27 | 1 | -1/+1 |
| | |||||
* | ENH: Add handling of --help and related arguments. | Clinton Stimpson | 2007-11-27 | 1 | -0/+68 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2007-11-27 | 1 | -1/+1 |
| | |||||
* | STYLE: restructure OutputLinkLibraries() a bit, so that new there is a | Alexander Neundorf | 2007-11-26 | 2 | -19/+52 |
| | | | | | | | | function which returns the RPATH, so e.g. the install rpath can be queried when the command for the build rpath is created. This is a first step for supporting chrpath. Alex | ||||
* | BUG: Fixed computation of 'object' name for MACOSX_PACKAGE_LOCATION source ↵ | Brad King | 2007-11-26 | 1 | -2/+2 |
| | | | | files. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2007-11-26 | 1 | -1/+1 |
| | |||||
* | STYLE: move the code for generating the XML for one target in a separate | Alexander Neundorf | 2007-11-25 | 2 | -52/+85 |
| | | | | | | | | | function AppendTarget() -add "all" target -some syncing with the Eclipse generator Alex | ||||
* | ENH: add the "clean" target | Alexander Neundorf | 2007-11-25 | 1 | -4/+83 |
| | | | | | | | | don't add *all existing* targets as Eclipse targets, but only a subset (the same as for CodeBlocks), e.g. exclude the subtargets of Experimental, and also edit_cache, ccmake doesn't work from within an IDE Alex | ||||
* | ENH: add GetCleanTargetName() which returns "clean" for makefiles, so it can | Alexander Neundorf | 2007-11-25 | 2 | -0/+2 |
| | | | | | | be used by the eclipse generator Alex | ||||
* | ENH: also add the experimental, nightly, package_source, preinstall and | Alexander Neundorf | 2007-11-25 | 1 | -11/+45 |
| | | | | | | rebuild_cache targets Alex | ||||
* | STYLE: add some comments | Alexander Neundorf | 2007-11-25 | 1 | -0/+13 |
| | | | | Alex | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2007-11-25 | 1 | -1/+1 |
| | |||||
* | STYLE: QT -> Qt in the docs | Alexander Neundorf | 2007-11-24 | 2 | -2/+2 |
| | | | | Alex | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2007-11-24 | 1 | -1/+1 |
| | |||||
* | ENH: add support for the Syllable OS (http://www.syllable.org) | Alexander Neundorf | 2007-11-24 | 2 | -2/+15 |
| | | | | | | | | | | | major issues: -access() doesn't return false for an empty string (#ifdefed in cmake) -dlopen() doesn't return 0 on failure (#ifdefed in cmake and fixed now in Syllable) -the kwsys and Bootstrap tests fail with timeout due to the fact that I'm doing all that in qemu, which is quite slow -RPATH is now supported, so without modifying the test adapting DLL_PATH in Syllable is required for the tests to succeed -the Plugin test fails with an undefined reference to example_exe_function() in example_mod_1, it seems this isn't supported under Syllable Alex | ||||
* | STYLE: Fixed line-too-long. | Brad King | 2007-11-23 | 1 | -1/+2 |
| | |||||
* | STYLE: QT is quicktime, Qt is Qt, as pointed out by David Faure | Alexander Neundorf | 2007-11-23 | 1 | -1/+1 |
| | | | | Alex | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2007-11-23 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2007-11-22 | 1 | -1/+1 |
| | |||||
* | ENH: Change compiler working directory to the local build tree location when ↵ | Brad King | 2007-11-21 | 1 | -17/+41 |
| | | | | compiling object files. This simplifies the compiler command line and the usage of the <objBase>.s and <objBase>.i targets. It also helps fortran compilers put their modules in the correct place. | ||||
* | BUG: Do not require a nightly start time for an experimental or continuous ↵ | Brad King | 2007-11-21 | 1 | -1/+2 |
| | | | | test model. | ||||
* | BUG: For imported target directory, do not return pointer to freed memory. | Brad King | 2007-11-21 | 1 | -3/+3 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2007-11-21 | 1 | -1/+1 |
| | |||||
* | BUG: Need to honor HEADER_FILE_ONLY source file property and exclude the ↵ | Brad King | 2007-11-20 | 1 | -1/+9 |
| | | | | source from the build. | ||||
* | STYLE: Fixed line-too-long. COMP: Fixed warnings about lossy conversions. | Brad King | 2007-11-20 | 5 | -21/+46 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2007-11-20 | 1 | -1/+1 |
| | |||||
* | BUG: Do not force HEADER_FILE_ONLY off if the user has already set it on. | Brad King | 2007-11-19 | 1 | -1/+7 |
| | |||||
* | COMP: Do not build VS-specific code when generators are not included. | Brad King | 2007-11-19 | 1 | -0/+5 |
| | |||||
* | ENH: Add install command for executable. | Clinton Stimpson | 2007-11-19 | 1 | -0/+2 |
| | |||||
* | ENH: Added call to StopBuild VS macro when projects fail to regenerate ↵ | Brad King | 2007-11-19 | 2 | -0/+19 |
| | | | | during a build. | ||||
* | ENH: Renamed cmGlobalVisualStudioGenerator::CallVisualStudioReloadMacro ↵ | Brad King | 2007-11-19 | 4 | -25/+56 |
| | | | | method to CallVisualStudioMacro and added arguments to select which macro to call and optionally pass the solution file name. Added option to call to new StopBuild macro. Updated logic for replacing the macro file in user directories when the distributed version is newer. | ||||
* | BUG: Always return positive integers to the OS on error. Windows error ↵ | Brad King | 2007-11-19 | 1 | -1/+11 |
| | | | | encoding is confused by negative return values. | ||||
* | BUG: ParseFile should return false if there was a parse error. | Brad King | 2007-11-19 | 1 | -0/+4 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2007-11-19 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2007-11-18 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2007-11-17 | 1 | -1/+1 |
| | |||||
* | ENH: Remove debug printf | Clinton Stimpson | 2007-11-17 | 1 | -1/+0 |
| | |||||
* | ENH: Add more conditions for attempting to call the new Visual Studio ↵ | David Cole | 2007-11-16 | 1 | -32/+73 |
| | | | | macros. Only try to call them if the vsmacros file exists and is registered. Count VS instances again after warning about running instances. If user closed them in response to the warning, it's OK to register the macros now rather than waiting till the next CMake generate. | ||||
* | ENH: add support for CDash bullseye coverage | Bill Hoffman | 2007-11-16 | 1 | -6/+18 |
| | |||||
* | BUG: Fix exception handling flag translation to be specific to each VS ↵ | Brad King | 2007-11-16 | 3 | -3/+14 |
| | | | | version. This allows /EHa to be handled correctly for VS 2003. | ||||
* | ENH: more robust search filter. | Clinton Stimpson | 2007-11-16 | 1 | -4/+20 |
| | |||||
* | ENH: Add ability to call Visual Studio macros from CMake. Add a CMake Visual ↵ | David Cole | 2007-11-16 | 17 | -15/+1064 |
| | | | | 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. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2007-11-16 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2007-11-15 | 1 | -1/+1 |
| | |||||
* | COMP: Fix warning. | Clinton Stimpson | 2007-11-15 | 1 | -7/+7 |
| |