| Commit message (Expand) | Author | Age | Files | Lines |
* | BUG: fix #7447, FindModulesExecuteAll test fails if both Qt3 and KDE4 can be | Alexander Neundorf | 2008-08-16 | 4 | -6/+55 |
|
|
* | STYLE: extend documentation for RETURN() a bit | Alexander Neundorf | 2008-08-16 | 3 | -5/+20 |
|
|
* | STYLE: remove some unnecessary lines | Alexander Neundorf | 2008-08-16 | 1 | -30/+14 |
|
|
* | BUG: fix #7477, set VERBOSE=1 in the kdevelop setting for the environment, | Alexander Neundorf | 2008-08-16 | 1 | -2/+4 |
|
|
* | STYLE: remove some commented code | Alexander Neundorf | 2008-08-16 | 1 | -13/+2 |
|
|
* | BUG: fix #7471, only put build directories and CMakeFiles/ in the blacklist | Alexander Neundorf | 2008-08-16 | 1 | -4/+9 |
|
|
* | ENH: also search in /usr/X11R7, remove /usr/lib and /usr/local/lib, they are | Alexander Neundorf | 2008-08-16 | 1 | -4/+2 |
|
|
* | ENH: add more names for libtiff, mark TIFF_INCLUDE_DIR and TIFF_LIBRARY as | Alexander Neundorf | 2008-08-16 | 1 | -2/+4 |
|
|
* | ENH: also search for xmllint, which comes with libxml2 (sync with FindLibXml2... | Alexander Neundorf | 2008-08-16 | 1 | -4/+9 |
|
|
* | ENH: add more names of linpng (sync with the KDE version) | Alexander Neundorf | 2008-08-16 | 1 | -1/+1 |
|
|
* | STYLE: /usr/local/bin is in the path anyway | Alexander Neundorf | 2008-08-16 | 1 | -6/+10 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2008-08-16 | 1 | -1/+1 |
|
|
* | ENH: add platform file for bounds checker | Bill Hoffman | 2008-08-15 | 1 | -0/+4 |
|
|
* | COMP: Work-around bogus compiler warning. | Brad King | 2008-08-15 | 1 | -0/+2 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2008-08-15 | 1 | -1/+1 |
|
|
* | BUG: fix documentation, the variables are named LUA50_FOUND and LUA51_FOUND | Alexander Neundorf | 2008-08-14 | 2 | -2/+2 |
|
|
* | ENH: Inform user when RPATH or RUNPATH is removed | Brad King | 2008-08-14 | 3 | -5/+27 |
|
|
* | BUG: Update both RPATH and RUNPATH entries | Brad King | 2008-08-14 | 1 | -70/+119 |
|
|
* | BUG: Remove both RPATH and RUNPATH entries | Brad King | 2008-08-14 | 1 | -62/+92 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2008-08-14 | 1 | -1/+1 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2008-08-13 | 1 | -1/+1 |
|
|
* | ENH: Teach find_package about lib64 paths | Brad King | 2008-08-12 | 2 | -9/+28 |
|
|
* | BUG: Fix ExportImport test on VS6 | Brad King | 2008-08-12 | 3 | -2/+10 |
|
|
* | STYLE: one ifdef block less, the documentation object can be created a bit later | Alexander Neundorf | 2008-08-12 | 1 | -3/+1 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2008-08-12 | 1 | -1/+1 |
|
|
* | ENH: Test target_link_libraries INTERFACE option | Brad King | 2008-08-11 | 6 | -2/+63 |
|
|
* | ENH: Simple specification of link interfaces | Brad King | 2008-08-11 | 2 | -12/+111 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2008-08-11 | 1 | -1/+1 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2008-08-10 | 1 | -1/+1 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2008-08-09 | 1 | -1/+1 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2008-08-08 | 1 | -1/+1 |
|
|
* | ENH: Tolerate repeated link library types | Brad King | 2008-08-07 | 2 | -26/+62 |
|
|
* | ENH: Clarify documentation of EXCLUDE_FROM_ALL | Brad King | 2008-08-07 | 1 | -7/+15 |
|
|
* | ENH: Test fake circular dependency case | Brad King | 2008-08-07 | 4 | -0/+27 |
|
|
* | ENH: Improve robustness of compiler INFO strings | Brad King | 2008-08-07 | 6 | -40/+57 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2008-08-07 | 1 | -1/+1 |
|
|
* | BUG: Avoid bogus dependency on executable targets | Brad King | 2008-08-06 | 4 | -7/+39 |
|
|
* | ENH: Improve readability of circular depends error | Brad King | 2008-08-06 | 1 | -2/+2 |
|
|
* | BUG: Fix crash on circular target dependencies | Brad King | 2008-08-06 | 1 | -1/+4 |
|
|
* | BUG: fix endif() | Alexander Neundorf | 2008-08-06 | 1 | -1/+1 |
|
|
* | ENH: add simple tests to test that the extra generators don't crash | Alexander Neundorf | 2008-08-06 | 1 | -0/+49 |
|
|
* | ENH: Add preprocessor and assembly rules for Intel | Brad King | 2008-08-06 | 2 | -0/+6 |
|
|
* | BUG: don't crash in the generator is EXECUTABLE_OUTPUT_PATH or | Alexander Neundorf | 2008-08-06 | 1 | -3/+3 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2008-08-06 | 1 | -1/+1 |
|
|
* | BUG: fix #7452, bad closing ENDIF() statement | Alexander Neundorf | 2008-08-05 | 1 | -1/+1 |
|
|
* | ENH: Test relative path custom command output | Brad King | 2008-08-05 | 1 | -1/+11 |
|
|
* | BUG: Custom command depends may match sources | Brad King | 2008-08-05 | 1 | -0/+9 |
|
|
* | BUG: Fix matching of ambiguous sf extensions. | Brad King | 2008-08-05 | 2 | -18/+58 |
|
|
* | BUG: Do not convert RPATH entries to full path. | Brad King | 2008-08-05 | 1 | -1/+1 |
|
|
* | BUG: Fix escaping in link scripts | Brad King | 2008-08-05 | 1 | -1/+1 |
|
|