| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: Propagate system name and handle win32/win64 name | Andy Cedilnik | 2006-04-23 | 2 | -3/+15 |
|
|
* | ENH: Add a line to Add/Remove programs to uninstall | Andy Cedilnik | 2006-04-23 | 1 | -0/+5 |
|
|
* | BUG: finally really fix #2576 by adding UseEcos.cmake to cvs :-) | Alexander Neundorf | 2006-04-23 | 1 | -0/+202 |
|
|
* | BUG: fix QT_MIN_VERSION handling, it didn't work anymore (qt_version_str vs. | Alexander Neundorf | 2006-04-23 | 1 | -2/+2 |
|
|
* | BUG: Fix the missing nightly start time bug and do some cleanup | Andy Cedilnik | 2006-04-21 | 1 | -13/+15 |
|
|
* | ENH: Cleanup link libraries. Remove -l from -ldl | Andy Cedilnik | 2006-04-20 | 5 | -5/+5 |
|
|
* | ENH: append to log files | Bill Hoffman | 2006-04-19 | 2 | -8/+8 |
|
|
* | ENH: name pdb files for visual studio make based builds | Bill Hoffman | 2006-04-19 | 1 | -5/+5 |
|
|
* | ENH: unix makefiles should work with cl | Bill Hoffman | 2006-04-19 | 1 | -2/+2 |
|
|
* | ENH: don't need two of these | Bill Hoffman | 2006-04-19 | 1 | -4/+0 |
|
|
* | ENH: test for vs8 correctly | Bill Hoffman | 2006-04-19 | 1 | -0/+4 |
|
|
* | ENH: check for version 1400 | Bill Hoffman | 2006-04-19 | 1 | -0/+4 |
|
|
* | BUG: Need to ignore source packaging of #*# files created by emacs during edi... | Brad King | 2006-04-18 | 1 | -1/+1 |
|
|
* | ENH: More cleanups and add stgz header script, so it does not have to be hard... | Andy Cedilnik | 2006-04-18 | 1 | -0/+89 |
|
|
* | ENH: fix find x11 on the mac | Bill Hoffman | 2006-04-17 | 1 | -1/+1 |
|
|
* | ENH: fix java and add OBJECT_DIR support | Bill Hoffman | 2006-04-17 | 1 | -2/+2 |
|
|
* | ENH: add mingw test to cxx | Bill Hoffman | 2006-04-17 | 1 | -1/+7 |
|
|
* | ENH: add windows apps to mingw | Bill Hoffman | 2006-04-17 | 1 | -0/+1 |
|
|
* | ENH: Support for packaging source, several cleanups and more yeehaa... | Andy Cedilnik | 2006-04-15 | 1 | -10/+41 |
|
|
* | ENH: make sure frameworks are not searched for x header files | Bill Hoffman | 2006-04-14 | 1 | -2/+5 |
|
|
* | ENH: Start adding support for packaging component and to package into a subdi... | Andy Cedilnik | 2006-04-14 | 1 | -1/+1 |
|
|
* | ENH: add patch for finding applications on OSX | Bill Hoffman | 2006-04-13 | 1 | -0/+8 |
|
|
* | ENH: Split CMAKE_STANDARD_LIBRARIES into per-language variables CMAKE_<lang>_... | Brad King | 2006-04-11 | 8 | -29/+27 |
|
|
* | ENH: add correct flags for msvc generators | Bill Hoffman | 2006-04-10 | 5 | -19/+8 |
|
|
* | ENH: Add support for preinstall for cmake generated projects when packaging them | Andy Cedilnik | 2006-04-10 | 1 | -2/+3 |
|
|
* | ENH: Deprecate CPACK_BINARY_DIR and add CPACK_INSTALL_CMAKE_PROJECTS | Andy Cedilnik | 2006-04-10 | 1 | -0/+2 |
|
|
* | ENH: add better variables for MSVC versions | Bill Hoffman | 2006-04-07 | 2 | -11/+32 |
|
|
* | ENH: Allow to overwrite CPACK_BINARY_DIR | Andy Cedilnik | 2006-04-07 | 1 | -1/+1 |
|
|
* | ENH: add search directories for 32 bit devenv from a 64bit cmake | Bill Hoffman | 2006-04-04 | 1 | -2/+5 |
|
|
* | BUG: Fixed order of options to cl for 32-bit/64-bit test to work with VS 6 NM... | Brad King | 2006-03-30 | 1 | -4/+5 |
|
|
* | ENH: add support for win64 for visual studio 2005 ide and nmake, also fix war... | Bill Hoffman | 2006-03-30 | 2 | -1/+33 |
|
|
* | ENH: use correct name for path | Bill Hoffman | 2006-03-29 | 1 | -1/+1 |
|
|
* | STYLE: better error message when KDE4 hasn't been found | Alexander Neundorf | 2006-03-28 | 1 | -2/+3 |
|
|
* | ENH: Add support for adding content to bundles | Andy Cedilnik | 2006-03-28 | 1 | -0/+2 |
|
|
* | ENH: add /opt/local/include | Bill Hoffman | 2006-03-27 | 1 | -1/+1 |
|
|
* | ENH: add unix paths | Bill Hoffman | 2006-03-27 | 2 | -1/+1 |
|
|
* | ENH: add more search paths and add UnixPaths to all unix platforms | Bill Hoffman | 2006-03-27 | 15 | -4/+19 |
|
|
* | ENH: Updated implementation to use new FIND_* command power. The correct lib... | Brad King | 2006-03-24 | 1 | -41/+48 |
|
|
* | BUG: Fix '/use/lib' to be '/usr/lib'. | Brad King | 2006-03-24 | 1 | -1/+1 |
|
|
* | ENH: add support for universal binaries | Bill Hoffman | 2006-03-24 | 1 | -0/+23 |
|
|
* | ENH: Cleanup bootstrap even more | Andy Cedilnik | 2006-03-22 | 2 | -4/+4 |
|
|
* | ENH: Added support for linking to MS .lib libraries in MinGW. | Brad King | 2006-03-22 | 1 | -1/+2 |
|
|
* | ENH: Handle visual studio versions | Andy Cedilnik | 2006-03-21 | 1 | -9/+57 |
|
|
* | BUG: put the path to the kde3 lib dir in KDE3_LIB_DIR, not the complete | Alexander Neundorf | 2006-03-21 | 1 | -1/+3 |
|
|
* | BUG: don't include MacroLibrary.cmake, but add a cmake module which implement... | Alexander Neundorf | 2006-03-20 | 3 | -6/+22 |
|
|
* | STYLE: fix typos | Alexander Neundorf | 2006-03-18 | 1 | -4/+3 |
|
|
* | BUG: /DWIN32 and /D_WINDOWS should be defined for all configurations or if no... | Brad King | 2006-03-16 | 1 | -30/+30 |
|
|
* | BUG: When copying the module variables from shared library variables use doub... | Brad King | 2006-03-16 | 1 | -2/+2 |
|
|
* | ENH: after searching for kde-config in the special dirs, search again in the | Alexander Neundorf | 2006-03-16 | 1 | -2/+14 |
|
|
* | ENH: Enabling soname support on FreeBSD. | Brad King | 2006-03-16 | 1 | -0/+2 |
|
|