Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 4 | -35/+89 |
| | | | | | | | -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. | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-08-03 | 1 | -1/+1 |
| | |||||
* | ENH: make the python modules usable for C and C++ and only write the header | Alexander Neundorf | 2007-08-02 | 1 | -9/+31 |
| | | | | | | if it has changed Alex | ||||
* | BUG: Removing accidental commit. | Brad King | 2007-08-02 | 2 | -19/+18 |
| | |||||
* | BUG: Quick-fix for accidental commit. | Brad King | 2007-08-02 | 1 | -6/+9 |
| | |||||
* | ENH: Added cmTarget::GetLanguages method to centralize computation of the ↵ | Brad King | 2007-08-02 | 2 | -14/+12 |
| | | | | list of languages compiled in a target. | ||||
* | ENH: Added cmTarget::GetLanguages method to centralize computation of the ↵ | Brad King | 2007-08-02 | 3 | -16/+27 |
| | | | | list of languages compiled in a target. | ||||
* | ENH: use WindowsPaths.cmake on all Windows platforms, not only for cl, makes | Alexander Neundorf | 2007-08-02 | 3 | -6/+11 |
| | | | | | | | the mingw cross compiler work out of the box and should help mingw users on windows with a common install dir Alex | ||||
* | ENH: Simplify makefile target generator listing of object files to clean. | Brad King | 2007-08-02 | 3 | -11/+4 |
| | |||||
* | COMP: fix warning | Alexander Neundorf | 2007-08-02 | 1 | -1/+1 |
| | | | | Alex | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-08-02 | 1 | -1/+1 |
| | |||||
* | ENH: if no COMPONENT is specified, make this install item part of the | Alexander Neundorf | 2007-08-01 | 2 | -7/+7 |
| | | | | | | | | | | | | | "Unspecified" component -> if no components are used at all, no change in behaviour, if components are used completely, no change in behaviour, since this default will be overridden everywhere, if components where used partly, it is now possible to install only the unspecified items (e.g. everything which wasn't marked as "Development") Alex Alex | ||||
* | BUG: Fix test that broke on Windows - sharing sources between SHARED and ↵ | David Cole | 2007-08-01 | 2 | -7/+2 |
| | | | | STATIC libraries requires correct export and import decorations in the source code... | ||||
* | ENH: separate the commands into current and compat as in cmake | Alexander Neundorf | 2007-08-01 | 1 | -2/+9 |
| | | | | Alex | ||||
* | ENH: Moved GetTargetDirectory method up to cmLocalGenerator. This provides ↵ | Brad King | 2007-08-01 | 10 | -4/+39 |
| | | | | a common interface to something that was implemented in most local generators anyway. | ||||
* | BUG: also offer the extra generators in CMakeSetup | Alexander Neundorf | 2007-08-01 | 3 | -2/+13 |
| | | | | Alex | ||||
* | BUG: Only pay attention to the FRAMEWORK target property for SHARED library ↵ | David Cole | 2007-08-01 | 5 | -11/+34 |
| | | | | targets | ||||
* | STYLE: some more tuning for the comment text | Alexander Neundorf | 2007-08-01 | 1 | -11/+10 |
| | | | | Alex | ||||
* | ENH: works also with nmake, tested by Jeff | Alexander Neundorf | 2007-08-01 | 1 | -3/+3 |
| | | | | Alex | ||||
* | BUG: Do not recognize preprocessor definition flags for the linker which has ↵ | Brad King | 2007-08-01 | 1 | -2/+3 |
| | | | | no preprocessor but does have flags starting with /D. | ||||
* | BUG: <CONFIG>_LOCATION property should use the config name in the directory ↵ | Brad King | 2007-08-01 | 1 | -5/+11 |
| | | | | and not $(OutDir). This addresses bug#5363. | ||||
* | COMP: Fix warning about not being able to automatically generate a copy ↵ | Brad King | 2007-08-01 | 1 | -0/+3 |
| | | | | constructor. | ||||
* | COMP: also build the static dummy loader on Cray Catamount | Alexander Neundorf | 2007-08-01 | 1 | -1/+2 |
| | | | | Alex | ||||
* | ENH: add Eclipse CDT4 generator, patch from Miguel A. Figueroa-Villanueva | Alexander Neundorf | 2007-08-01 | 4 | -0/+814 |
| | | | | Alex | ||||
* | ENH: add support for Catamount, the OS running on the compute nodes of Cray ↵ | Alexander Neundorf | 2007-08-01 | 1 | -0/+26 |
| | | | | | | super computers Alex | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-08-01 | 1 | -1/+1 |
| | |||||
* | ENH: add tests for check_c_source_runs(), check_cxx_source_runs(), | Alexander Neundorf | 2007-07-31 | 2 | -53/+106 |
| | | | | | | | | check_c_source_compiles() and check_cxx_source_compiles() -TRY_RUN in crosscompiling mode: copy the created executables to CMAKE_BINARY_DIR so the user can run them manually on the target Alex | ||||
* | STYLE: don't use FIND_INCLUDE_FILE() but only FIND_INCLUDE_FILES() in | Alexander Neundorf | 2007-07-31 | 3 | -16/+28 |
| | | | | | | | | | | | | FindThreads.h BUG: improve CheckC(XX)SourceRuns.cmake so that it works with cross compiling, the return value has to go in the cache but shouldn't overwrite the actual return value, and it should go only in the cache if we have a result from try_run() otherwise we won't get here again if we have a result later on Alex | ||||
* | BUG: fix DLL and DEF being lost and add real support for /DEF: /DLL does not ↵ | Bill Hoffman | 2007-07-31 | 1 | -3/+4 |
| | | | | have an entry so just let it pass to advanced command line | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-07-31 | 1 | -1/+1 |
| | |||||
* | ENH: use gnu tar for cygwin | Bill Hoffman | 2007-07-31 | 3 | -9/+30 |
| | |||||
* | STYLE: fix warning | Bill Hoffman | 2007-07-31 | 1 | -1/+2 |
| | |||||
* | COMP: add a dynamic loader for systems which don't support dynamic loading, ↵ | Alexander Neundorf | 2007-07-30 | 1 | -1/+56 |
| | | | | | | so this is handled in kwsys and not every project using this has to care for it Alex | ||||
* | ENH: FORCE the values in the cache, otherwise the file is useless | Alexander Neundorf | 2007-07-30 | 1 | -2/+2 |
| | | | | Alex | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-07-30 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-07-29 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-07-28 | 1 | -1/+1 |
| | |||||
* | STYLE: fix line length | Alexander Neundorf | 2007-07-27 | 1 | -1/+2 |
| | | | | Alex | ||||
* | ENH: | Alexander Neundorf | 2007-07-27 | 2 | -5/+10 |
| | | | | | | | | -add /usr/openwin/include and /usr/openwin/lib to the default search paths -add /${CMAKE_INSTALL_PREFIX}/(lib|bin|include) to the default cmake search paths -> this should help users who install stuff in their home Alex | ||||
* | STYLE: fix some kwstyle errors | Bill Hoffman | 2007-07-27 | 18 | -24/+245 |
| | |||||
* | ENH: deb generator can now generate deb packages | Alexander Neundorf | 2007-07-27 | 9 | -43/+104 |
| | | | | | | | | | | -remove the unscriptable commands also from the cpack cmake -use CPACK_PACKAGE_CONTACT in CMakeCPack.cmake, it's used in the nsis and the deb generator -make set_properties() scriptable -use a non-const char array for adding the python modules Alex | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-07-27 | 1 | -1/+1 |
| | |||||
* | ENH: add test output to valgrind output and truncate output for valgrind | Bill Hoffman | 2007-07-26 | 1 | -3/+42 |
| | |||||
* | ENH: fix warning on win64 | Bill Hoffman | 2007-07-26 | 2 | -3/+5 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-07-26 | 1 | -1/+1 |
| |