summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ENH: add second failure message parameter toAlexander Neundorf2007-07-2329-54/+55
* PERF: micro optimization: the (*pos1) && (*pos1=='/') were redundant, andAlexander Neundorf2007-07-232-7/+4
* STYLE: Nightly Version updateAndy Cedilnik2007-07-231-1/+1
* STYLE: Nightly Version updateAndy Cedilnik2007-07-221-1/+1
* STYLE: Nightly Version updateAndy Cedilnik2007-07-211-1/+1
* ENH: add quotes around the file names, so kwstyle can handle it if there areAlexander Neundorf2007-07-201-12/+12
* ENH: user more memory for parser and add test to complex that sets a huge stringBill Hoffman2007-07-204-2/+6
* ENH: fix div by 0Bill Hoffman2007-07-201-1/+1
* ENH: change order so windows functions are found first since try compile is s...Bill Hoffman2007-07-201-2/+2
* ENH: change nameBill Hoffman2007-07-201-1/+1
* STYLE: even more output when --debug-output is usedAlexander Neundorf2007-07-201-1/+12
* STYLE: fix line lengthsAlexander Neundorf2007-07-2015-36/+56
* STYLE: Nightly Version updateAndy Cedilnik2007-07-201-1/+1
* ENH: try if tail works with the -n +<number> syntax, if not use onlyAlexander Neundorf2007-07-191-9/+8
* ENH: add TK_FOUND and TCLTK_FOUNDAlexander Neundorf2007-07-191-10/+17
* BUG: fix typoAlexander Neundorf2007-07-191-1/+1
* ENH: make the list of modules globalAlexander Neundorf2007-07-191-2/+10
* STYLE: fix some typos, nicer debug outputAlexander Neundorf2007-07-194-7/+7
* ENH: only load the static modules in the LoadAll functionAlexander Neundorf2007-07-191-3/+4
* BUG: fix #5329, if /usr/xpg4/bin/tail exists, use this one -> on SunOSAlexander Neundorf2007-07-192-7/+10
* ENH: use the new FIND_PACKAGE_HANDLE_STANDARD_ARGS() macro in most of theAlexander Neundorf2007-07-1921-446/+274
* STYLE: Nightly Version updateAndy Cedilnik2007-07-181-1/+1
* ENH: use the new FIND_PACKAGE_HANDLE_STANDARD_ARGS in some of the FindXXXAlexander Neundorf2007-07-1812-172/+73
* ENH: add a macro FIND_PACKAGE_HANDLE_STANDARD_ARGS(LibXml2 LIBXML2_LIBRARIES ...Alexander Neundorf2007-07-184-15/+54
* ENH: if CMAKE_(C|CXX)_COMPILER is preset to a list of two elements, use theAlexander Neundorf2007-07-182-1/+18
* ENH: build codeblocks generator also on WindowsAlexander Neundorf2007-07-183-14/+28
* STYLE: add more docsBill Hoffman2007-07-171-1/+4
* COMP: fix warning about unused variableAlexander Neundorf2007-07-171-2/+2
* COMP: fix build on Windows, where GetCurrentDirecty() is redefined toAlexander Neundorf2007-07-172-4/+11
* STYLE: fix line lengths and add "remove -f" to the docsAlexander Neundorf2007-07-173-25/+30
* ENH: produce a lot more output when running with --debug-outputAlexander Neundorf2007-07-176-38/+105
* ENH: also look in the include/, lib/ and bin/ directories in the cmakeAlexander Neundorf2007-07-171-3/+11
* ENH: don't hardcode the /lib/kde3/ directory for the libtool files, but makeAlexander Neundorf2007-07-172-3/+11
* BUG: fix bootstrapping, md5sum disabled in bootstrapping modeAlexander Neundorf2007-07-161-2/+6
* STYLE: remove debug outputAlexander Neundorf2007-07-161-1/+0
* BUG: GET_DIRECTORY_PROPERTY(INCLUDE_DIRECTORIES|LINK_DIRECTORIES) wasn'tAlexander Neundorf2007-07-162-35/+36
* ENH: apply patch from Mathieu, add argument -E md5sum to compute md5sums ofAlexander Neundorf2007-07-163-0/+76
* ENH:Bill Hoffman2007-07-161-2/+2
* ENH: clean up a bitBill Hoffman2007-07-161-10/+12
* BUG: the Plugin test fails on NetBSD, let's see if this fixes itAlexander Neundorf2007-07-161-0/+3
* ENH: also add the install base dir of the running cmake to the searchAlexander Neundorf2007-07-161-0/+8
* STYLE: better error message, name the new manpages cmakecommands,Alexander Neundorf2007-07-132-11/+12
* ENH: add DragonFly BSD, which is very close to FreeBSD (#4500)Alexander Neundorf2007-07-131-0/+5
* BUG: the SET( ... CACHE INTERNAL) didn't work as expected, since theAlexander Neundorf2007-07-132-4/+0
* ENH: add a simple CodeBlocks extra generator, early alpha stage, there seemsAlexander Neundorf2007-07-134-1/+337
* ENH: add the static libs always to the link libs, if they are not used it sho...Alexander Neundorf2007-07-121-0/+10
* ENH: add macro to test if a member has specified struct, e.g.Alexander Neundorf2007-07-122-1/+40
* ENH: add support for the ADSP toolchains for Blackfin, Shark and TigerSharkAlexander Neundorf2007-07-126-0/+175
* 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