Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | COMP: patch from Mathieu: fix warning about unused variables in bootstrap | Alexander Neundorf | 2007-08-14 | 1 | -1/+3 |
| | | | | | | mode Alex | ||||
* | STYLE: another patch from Mathieu with some comments | Alexander Neundorf | 2007-08-14 | 1 | -2/+6 |
| | | | | Alex | ||||
* | ENH: deb generator: don't use the system provided ar, but do it yourself | Alexander Neundorf | 2007-08-14 | 3 | -31/+274 |
| | | | | | | | using the code from OpenBSD ar COMP: don't build all package generators on all platforms Alex | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-08-14 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-08-13 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-08-12 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-08-11 | 1 | -1/+1 |
| | |||||
* | ENH: fix output and valgrind truncation issue | Bill Hoffman | 2007-08-10 | 1 | -11/+15 |
| | |||||
* | ENH: print a warning if UTILITY_SOURCE is used in cross compiling mode | Alexander Neundorf | 2007-08-10 | 1 | -2/+22 |
| | | | | | | | -make it possible to preload the cache with the command in cross compiling mode Alex | ||||
* | BUG: Fixed passing of configuration names to GetRealDependency and ↵ | Brad King | 2007-08-10 | 2 | -11/+20 |
| | | | | ConstructScript. Added GetConfigName helper method to do this. | ||||
* | ENH: fix memory leak | Bill Hoffman | 2007-08-10 | 1 | -3/+5 |
| | |||||
* | ENH: set UNIX, WIN32 and APPLE in cmMakefile.cxx as it was before, so it | Alexander Neundorf | 2007-08-10 | 1 | -0/+15 |
| | | | | | | | works for scripts, then reset them in CMakeSystemSpecificInformation.cxx, so the platform modules can set them again for the target system Alex | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-08-10 | 1 | -1/+1 |
| | |||||
* | STYLE: use correct case for cmGlobalUnixMakefileGenerator3 | Alexander Neundorf | 2007-08-09 | 5 | -6/+6 |
| | | | | | | make export() work with spaces in the path Alex | ||||
* | ENH: UNIX, CYGWIN, WIN32, APPLE, QNXNTO and BEOS are not longer set in | Alexander Neundorf | 2007-08-09 | 1 | -11/+4 |
| | | | | | | | | | | | | | | cmMakefile.cxx, but now in the platform files and are now valid for the target platform, not the host platform. New variables CMAKE_HOST_WIN32, CMAKE_HOST_UNIX, CMAKE_HOST_APPLE and CMAKE_HOST_CYGWIN have been added in cmMakefile.cxx (...and have now to be used in all cmake files which are executed before CMakeSystemSpecificInformation.cmake is loaded). For compatibility the old set is set to the new one in CMakeDetermineSystem.cmake and reset before the system platform files are loaded, so custom language or compiler modules which use these should still work. Alex | ||||
* | COMP: this copy of curl is unused, the one in Utilities/cmcurl/ is used | Alexander Neundorf | 2007-08-09 | 138 | -42831/+2 |
| | | | | Alex | ||||
* | STYLE: fix typo | Alexander Neundorf | 2007-08-09 | 1 | -1/+1 |
| | | | | Alex | ||||
* | STYLE: fix typo | Alexander Neundorf | 2007-08-09 | 1 | -1/+1 |
| | | | | Alex | ||||
* | BUG: properties and module names are case sensitive | Alexander Neundorf | 2007-08-09 | 1 | -27/+22 |
| | | | | Alex | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-08-09 | 1 | -1/+1 |
| | |||||
* | COMP: silence warnings | Alexander Neundorf | 2007-08-08 | 1 | -1/+4 |
| | | | | Alex | ||||
* | BUG: register the rpm generator for RPM | Alexander Neundorf | 2007-08-08 | 1 | -1/+1 |
| | | | | Alex | ||||
* | ENH: patch from Mathieu: more entries in the debian control file | Alexander Neundorf | 2007-08-08 | 1 | -4/+24 |
| | | | | Alex | ||||
* | ENH: remove the watch for the upper case variable name, it breaks the | Alexander Neundorf | 2007-08-08 | 1 | -8/+0 |
| | | | | | | | feature summary, which needs to check for both the upper case and original case _FOUND variables Alex | ||||
* | ENH: add empty RPM package generator, Eric Noulard wants to work on it | Alexander Neundorf | 2007-08-08 | 4 | -0/+110 |
| | | | | Alex | ||||
* | ENH: Remove extra ; | Mathieu Malaterre | 2007-08-08 | 1 | -15/+15 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-08-08 | 1 | -1/+1 |
| | |||||
* | COMP: also commit the header... | Alexander Neundorf | 2007-08-07 | 1 | -0/+2 |
| | | | | Alex | ||||
* | ENH: add global properties for collecting enabled/disabled features during | Alexander Neundorf | 2007-08-07 | 2 | -0/+94 |
| | | | | | | | | | | | | 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 | ||||
* | STYLE: I think the comment (and the book) were wrong about the naming of | Alexander Neundorf | 2007-08-07 | 1 | -1/+1 |
| | | | | | | this file Alex | ||||
* | ENH: Replaced dependency integrity map with an explicit map from object file ↵ | Brad King | 2007-08-07 | 3 | -47/+63 |
| | | | | to source file for each language in each target. This simplifies creation of implicit dependency scanning rules and allows more than one object file in a target to start dependency scanning with the same source file. | ||||
* | ENH: don't create a CodeBlocks workspace, the CodeBlocks projects cover | Alexander Neundorf | 2007-08-07 | 1 | -39/+0 |
| | | | | | | everything what's needed Alex | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-08-07 | 1 | -1/+1 |
| | |||||
* | ENH: change error to warning so ctesttest3 passes | Bill Hoffman | 2007-08-06 | 1 | -2/+2 |
| | |||||
* | ENH: another fix for the deb generator by Mathieu | Alexander Neundorf | 2007-08-06 | 1 | -2/+17 |
| | | | | Alex | ||||
* | STYLE: fix line lengths | Alexander Neundorf | 2007-08-06 | 3 | -26/+24 |
| | | | | Alex | ||||
* | BUG: patch from Mathieu: the md5sums were not correct | Alexander Neundorf | 2007-08-06 | 1 | -0/+7 |
| | | | | Alex | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-08-06 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-08-05 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-08-04 | 1 | -1/+1 |
| | |||||
* | ENH: make sure there is an error and notify user if nightly start time not set | Bill Hoffman | 2007-08-03 | 1 | -1/+10 |
| | |||||
* | ENH: show files as untested if no lines are covered | Bill Hoffman | 2007-08-03 | 1 | -1/+1 |
| | |||||
* | ENH: fatal error if cvs update fails | Bill Hoffman | 2007-08-03 | 1 | -1/+9 |
| | |||||
* | ENH: add a check to make sure nightly start time was specified | Bill Hoffman | 2007-08-03 | 1 | -3/+12 |
| | |||||
* | ENH: add another valgrind error type | Bill Hoffman | 2007-08-03 | 1 | -0/+5 |
| | |||||
* | ENH: Added warning when an install rule is created from an EXCLUDE_FROM_ALL ↵ | Brad King | 2007-08-03 | 5 | -6/+58 |
| | | | | target. Added a foo/preinstall version of targets that need relinking so that exclude-from-all targets can be manually relinked for installation. | ||||
* | BUG: Target exclusion-from-all tests should always use the root local ↵ | Brad King | 2007-08-03 | 6 | -206/+92 |
| | | | | generator associated with the all target being tested. | ||||
* | COMP: fixed compiler warning in sprintf usage | Sean McBride | 2007-08-03 | 1 | -1/+1 |
| | |||||
* | ENH: better error messages from the debian package generator | Alexander Neundorf | 2007-08-03 | 2 | -5/+11 |
| | | | | | | | -don't display the cpack help if a generator failed with some problem -check for cmSystemTools::GetErrorOccuredFlag() Alex | ||||
* | ENH: Added cmTarget::GetLanguages method to centralize computation of the ↵ | Brad King | 2007-08-03 | 2 | -13/+11 |
| | | | | list of languages compiled in a target. Transformed NeedRequiresStep to use it. |