| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: add LIST(CONTAINS ...) patch from "Miguel A. Figueroa-Villanueva, miguel... | Alexander Neundorf | 2007-07-12 | 3 | -1/+57 |
|
|
* | BUG: honor REQUIRED and QUIETLY (#5312) | Alexander Neundorf | 2007-07-12 | 1 | -9/+13 |
|
|
* | STYLE: add Readme.txt with instructions how to build cmake, fix #5296 | Alexander Neundorf | 2007-07-12 | 1 | -0/+53 |
|
|
* | BUG: fix screwup in GetDirectoryProp... | Ken Martin | 2007-07-12 | 1 | -0/+1 |
|
|
* | ENH: second try for handling the linker language with integer priority values... | Alexander Neundorf | 2007-07-12 | 9 | -60/+89 |
|
|
* | COMP: revert last commit for now, broke Visual Studio | Alexander Neundorf | 2007-07-11 | 9 | -90/+61 |
|
|
* | ENH: CMAKE_<LANG>_LINKER_PREFERENCE is now an integer priority, not a | Alexander Neundorf | 2007-07-11 | 10 | -62/+91 |
|
|
* | STYLE: sort the property documentation into | Alexander Neundorf | 2007-07-11 | 7 | -73/+251 |
|
|
* | ENH: change the way #cmakedefine is changed to #undef, so it is similar to | Alexander Neundorf | 2007-07-11 | 1 | -3/+2 |
|
|
* | ENH: add CMAKE_INCLUDE_FLAG_ASM${ASM_DIALECT} and don't allow preset | Alexander Neundorf | 2007-07-11 | 1 | -13/+12 |
|
|
* | STYLE: use EXECUTE_PROCESS() instead of EXEC_PROGRAM() | Alexander Neundorf | 2007-07-11 | 1 | -1/+1 |
|
|
* | ENH: add the ecos include dir and the ecos definitions by default | Alexander Neundorf | 2007-07-10 | 1 | -0/+2 |
|
|
* | ENH: added some documentation to explain a section of code a bit better | Ken Martin | 2007-07-10 | 1 | -1/+8 |
|
|
* | ENH: some cleanup of get property commands | Ken Martin | 2007-07-10 | 2 | -77/+80 |
|
|
* | STYLE: Removed stray comment. | Brad King | 2007-07-09 | 1 | -3/+0 |
|
|
* | ENH: add support for building eCos applications natively | Alexander Neundorf | 2007-07-09 | 1 | -0/+54 |
|
|
* | COMP: hopefully fix test, finally | Alexander Neundorf | 2007-07-09 | 1 | -1/+0 |
|
|
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-07-09 | 1 | -1/+1 |
|
|
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-07-09 | 1 | -1/+1 |
|
|
* | COMP: fix test | Alexander Neundorf | 2007-07-09 | 1 | -3/+3 |
|
|
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-07-07 | 1 | -1/+1 |
|
|
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-07-06 | 1 | -1/+1 |
|
|
* | BUG: fix test | Alexander Neundorf | 2007-07-06 | 1 | -2/+2 |
|
|
* | BUG: the cmake deps depend on cmake | Alexander Neundorf | 2007-07-06 | 1 | -1/+1 |
|
|
* | COMP: OPTIONAL was missing in ENABLE_LANGUAGE() | Alexander Neundorf | 2007-07-06 | 2 | -14/+19 |
|
|
* | STYLE: some more output | Alexander Neundorf | 2007-07-05 | 1 | -0/+2 |
|
|
* | COMP: skip APPLE, since there with universal binaries the assembler file woul... | Alexander Neundorf | 2007-07-05 | 2 | -3/+2 |
|
|
* | COMP: let's see if this assembler file works also on other platforms than lin... | Alexander Neundorf | 2007-07-05 | 1 | -2/+4 |
|
|
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-07-05 | 1 | -1/+1 |
|
|
* | ENH: add a simple assembler test | Alexander Neundorf | 2007-07-05 | 4 | -0/+59 |
|
|
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-07-04 | 1 | -1/+1 |
|
|
* | STYLE: name the external generator "KDevelop3 - Unix Makefiles" instead of "U... | Alexander Neundorf | 2007-07-03 | 3 | -4/+9 |
|
|
* | STYLE: don't test twice for APPLE | Alexander Neundorf | 2007-07-03 | 1 | -71/+73 |
|
|
* | ENH: Adding hythloth expected nightly submissions. | Brad King | 2007-07-03 | 1 | -0/+2 |
|
|
* | COMP: fix compile on HP-UX with aCC, reusing the same identifier for a | Alexander Neundorf | 2007-07-03 | 2 | -41/+41 |
|
|
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-07-03 | 1 | -1/+1 |
|
|
* | COMP: fix warnings | Alexander Neundorf | 2007-07-02 | 2 | -6/+6 |
|
|
* | COMP: Remove unused argument. | Brad King | 2007-07-02 | 2 | -3/+1 |
|
|
* | COMP: Remove shadowed local. | Brad King | 2007-07-02 | 1 | -1/+0 |
|
|
* | COMP: with visual studio it's no error if link isn't found | Alexander Neundorf | 2007-07-02 | 1 | -4/+0 |
|
|
* | ENH: add framework for unified handling of arguments to cmake commands, | Alexander Neundorf | 2007-07-02 | 6 | -109/+580 |
|
|
* | ENH: Further cleanup of installation script generation. The per-component an... | Brad King | 2007-07-02 | 14 | -336/+222 |
|
|
* | ENH: make supporting embedded compilers need a user specific linker file for | Alexander Neundorf | 2007-07-02 | 1 | -0/+51 |
|
|
* | STYLE: Fixed line-too-long, fixed indentation, removed trailing whitespace, a... | Brad King | 2007-07-02 | 2 | -218/+253 |
|
|
* | ENH: remove support for presetting CMAKE_SYSTEM_INFO_FILE, | Alexander Neundorf | 2007-07-02 | 7 | -79/+31 |
|
|
* | BUG: with MS Visual Studio currently there is no compiler id, so check the | Alexander Neundorf | 2007-07-02 | 1 | -3/+10 |
|
|
* | BUG: Fix install_name_tool update of the executable in an installed bundle on... | Brad King | 2007-07-02 | 1 | -6/+10 |
|
|
* | COMP: fix build with msvc 6, the enums are now part of a class which is | Alexander Neundorf | 2007-07-02 | 1 | -15/+24 |
|
|
* | BUG: fix build with cmake < 2.4 | Alexander Neundorf | 2007-07-02 | 1 | -16/+15 |
|
|
* | ENH: Improved indentation of generated cmake_install.cmake code. | Brad King | 2007-07-02 | 4 | -39/+125 |
|
|