- 11 Jun, 2007 1 commit
-
-
Brad King authored
BUG: More problems with cmMakefile copy-constructor. It seems the regular expression class cannot be assigned but does not enforce this limitation at compile time.
-
- 10 Jun, 2007 2 commits
-
-
Alexander Neundorf authored
ENH: enable cvs or svn support if the source has the CVS/.svn subdirs Alex
-
Andy Cedilnik authored
-
- 09 Jun, 2007 1 commit
-
-
Andy Cedilnik authored
-
- 08 Jun, 2007 12 commits
-
-
Brad King authored
-
Alexander Neundorf authored
ENH: fail if an unknown target is listed Alex
-
Alexander Neundorf authored
STYLE: create command documentation for ctest I think some of the cmake commands should be removed from ctest if possible, like add_executable etc. Alex
-
Ken Martin authored
-
Brad King authored
-
Alexander Neundorf authored
COMP: less warnings Alex
-
Bill Hoffman authored
-
Alexander Neundorf authored
ENH: add cmExternalMakefileProjectGenerator, which should make it easier to 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
-
Alexander Neundorf authored
ENH: more consistence among the X11 components Alex
-
Andy Cedilnik authored
-
Alexander Neundorf authored
ENH: patch from #5054: also search for QtUitoolsd lib Alex
-
Alexander Neundorf authored
STYLE: fix typo (bug #5115) Alex
-
- 07 Jun, 2007 7 commits
-
-
Alexander Neundorf authored
STYLE: add documentation for CMAKE_FIND_ROOT_PATH Alex
-
Alexander Neundorf authored
BUG: fix Bootstrap test Alex
-
Alexander Neundorf authored
STYLE: remove out commented code Alex
-
Alexander Neundorf authored
STYLE: use GET_TARGET_PROPERTY(LOCATION) instead of manually building the path to the executables (tested with cmake 2.2.3) Alex
-
Alexander Neundorf authored
ENH: also remove uninitialized from the cache Alex
-
Alexander Neundorf authored
BUG: fix #5137, now with the modified CMakeDetermineSystem.cmake the CMAKE_HOST_SYSTEM_xxx variables have to be preset, not the CMAKE_SYSTEM_xxx ones Alex
-
Alexander Neundorf authored
STYLE: remove wrong comments Alex
-
- 06 Jun, 2007 9 commits
-
-
Brad King authored
BUG: Fixed @ONLY configuration to not try to parse ${} syntax at all. This fixes the original fix to bug#4393 and adds a test.
-
Andy Cedilnik authored
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Andy Cedilnik authored
-
Bill Hoffman authored
-
Ken Martin authored
-
Bill Hoffman authored
-
Alexander Neundorf authored
ENH: add IF(IS_ABSOLUTE path), so no regex matching is required in the cmake scripts Alex
-
- 05 Jun, 2007 7 commits
-
-
Alexander Neundorf authored
STYLE: fix comment Alex
-
Alexander Neundorf authored
STYLE: move ForceVerboseMakefiles to cmGlobalUnixMakefileGenerator3, so the kdevelop generator doesn't need its own CreateLocalGenerator() anymore Alex
-
Alexander Neundorf authored
ENH: also load a processor-specific file if exists -also try the basename file if the compiler id file doesn't exist -don't rely so much on the CMAKE_TOOLCHAIN_FILE Alex
-
Alexander Neundorf authored
COMP: don't use stdio, it can fail on some embedded targets (sdcc) Alex
-
Bill Hoffman authored
-
Andy Cedilnik authored
-
Alexander Neundorf authored
COMP: make the new check_type_size work with the HPUX cc compiler: const doesn't exist there Alex
-
- 04 Jun, 2007 1 commit
-
-
Bill Hoffman authored
-