summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ENH: add LIST(CONTAINS ...) patch from "Miguel A. Figueroa-Villanueva, miguel...Alexander Neundorf2007-07-123-1/+57
* BUG: honor REQUIRED and QUIETLY (#5312)Alexander Neundorf2007-07-121-9/+13
* STYLE: add Readme.txt with instructions how to build cmake, fix #5296Alexander Neundorf2007-07-121-0/+53
* BUG: fix screwup in GetDirectoryProp...Ken Martin2007-07-121-0/+1
* ENH: second try for handling the linker language with integer priority values...Alexander Neundorf2007-07-129-60/+89
* COMP: revert last commit for now, broke Visual StudioAlexander Neundorf2007-07-119-90/+61
* ENH: CMAKE_<LANG>_LINKER_PREFERENCE is now an integer priority, not aAlexander Neundorf2007-07-1110-62/+91
* STYLE: sort the property documentation intoAlexander Neundorf2007-07-117-73/+251
* ENH: change the way #cmakedefine is changed to #undef, so it is similar toAlexander Neundorf2007-07-111-3/+2
* ENH: add CMAKE_INCLUDE_FLAG_ASM${ASM_DIALECT} and don't allow presetAlexander Neundorf2007-07-111-13/+12
* STYLE: use EXECUTE_PROCESS() instead of EXEC_PROGRAM()Alexander Neundorf2007-07-111-1/+1
* ENH: add the ecos include dir and the ecos definitions by defaultAlexander Neundorf2007-07-101-0/+2
* ENH: added some documentation to explain a section of code a bit betterKen Martin2007-07-101-1/+8
* ENH: some cleanup of get property commandsKen Martin2007-07-102-77/+80
* STYLE: Removed stray comment.Brad King2007-07-091-3/+0
* ENH: add support for building eCos applications nativelyAlexander Neundorf2007-07-091-0/+54
* COMP: hopefully fix test, finallyAlexander Neundorf2007-07-091-1/+0
* STYLE: Nightly Version updateAndy Cedilnik2007-07-091-1/+1
* STYLE: Nightly Version updateAndy Cedilnik2007-07-091-1/+1
* COMP: fix testAlexander Neundorf2007-07-091-3/+3
* STYLE: Nightly Version updateAndy Cedilnik2007-07-071-1/+1
* STYLE: Nightly Version updateAndy Cedilnik2007-07-061-1/+1
* BUG: fix testAlexander Neundorf2007-07-061-2/+2
* BUG: the cmake deps depend on cmakeAlexander Neundorf2007-07-061-1/+1
* COMP: OPTIONAL was missing in ENABLE_LANGUAGE()Alexander Neundorf2007-07-062-14/+19
* STYLE: some more outputAlexander Neundorf2007-07-051-0/+2
* COMP: skip APPLE, since there with universal binaries the assembler file woul...Alexander Neundorf2007-07-052-3/+2
* COMP: let's see if this assembler file works also on other platforms than lin...Alexander Neundorf2007-07-051-2/+4
* STYLE: Nightly Version updateAndy Cedilnik2007-07-051-1/+1
* ENH: add a simple assembler testAlexander Neundorf2007-07-054-0/+59
* STYLE: Nightly Version updateAndy Cedilnik2007-07-041-1/+1
* STYLE: name the external generator "KDevelop3 - Unix Makefiles" instead of "U...Alexander Neundorf2007-07-033-4/+9
* STYLE: don't test twice for APPLEAlexander Neundorf2007-07-031-71/+73
* ENH: Adding hythloth expected nightly submissions.Brad King2007-07-031-0/+2
* COMP: fix compile on HP-UX with aCC, reusing the same identifier for aAlexander Neundorf2007-07-032-41/+41
* STYLE: Nightly Version updateAndy Cedilnik2007-07-031-1/+1
* COMP: fix warningsAlexander Neundorf2007-07-022-6/+6
* COMP: Remove unused argument.Brad King2007-07-022-3/+1
* COMP: Remove shadowed local.Brad King2007-07-021-1/+0
* COMP: with visual studio it's no error if link isn't foundAlexander Neundorf2007-07-021-4/+0
* ENH: add framework for unified handling of arguments to cmake commands,Alexander Neundorf2007-07-026-109/+580
* ENH: Further cleanup of installation script generation. The per-component an...Brad King2007-07-0214-336/+222
* ENH: make supporting embedded compilers need a user specific linker file forAlexander Neundorf2007-07-021-0/+51
* STYLE: Fixed line-too-long, fixed indentation, removed trailing whitespace, a...Brad King2007-07-022-218/+253
* ENH: remove support for presetting CMAKE_SYSTEM_INFO_FILE,Alexander Neundorf2007-07-027-79/+31
* BUG: with MS Visual Studio currently there is no compiler id, so check theAlexander Neundorf2007-07-021-3/+10
* BUG: Fix install_name_tool update of the executable in an installed bundle on...Brad King2007-07-021-6/+10
* COMP: fix build with msvc 6, the enums are now part of a class which isAlexander Neundorf2007-07-021-15/+24
* BUG: fix build with cmake < 2.4Alexander Neundorf2007-07-021-16/+15
* ENH: Improved indentation of generated cmake_install.cmake code.Brad King2007-07-024-39/+125