summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ENH: fix bootstrap for macBill Hoffman2006-12-051-4/+1
|
* ENH: fix build error on IRIXBill Hoffman2006-12-051-2/+2
|
* ENH: fix for backwards compatibilityBill Hoffman2006-12-051-3/+3
|
* ENH: merge in changes for beos supportBill Hoffman2006-12-0421-13/+247
|
* ENH: Changes based on patch from Ryan C. Gordon to enable process execution ↵Brad King2006-12-042-149/+382
| | | | on BeOS. There seems to be no way to implement it without polling (or threads).
* BUG: Do not print empty install configuration repeatedly.Brad King2006-12-041-2/+2
|
* BUG: fix for bug 4102Bill Hoffman2006-12-041-0/+7
|
* BUG: fix for bug 4123, find xmlrpc in standard locationsBill Hoffman2006-12-041-0/+1
|
* ENH: added properties into the compile, but not that manyKen Martin2006-12-041-4/+4
|
* ENH: added properties into the compileKen Martin2006-12-041-2/+10
|
* STYLE: fix line lengthKen Martin2006-12-041-1/+2
|
* ENH: put checks on vector before referencing begin iteratorBill Hoffman2006-12-021-23/+39
|
* STYLE: Nightly Version updateAndy Cedilnik2006-12-021-1/+1
|
* ENH: fix warningBill Hoffman2006-12-011-1/+0
|
* ENH: getting some of the property changed chewcked into CVS at leastKen Martin2006-12-0110-0/+702
|
* BUG: fix for 3815 seg faultBill Hoffman2006-12-011-4/+10
|
* STYLE: Nightly Version updateAndy Cedilnik2006-12-011-1/+1
|
* ENH: clean up comment and avoid some vector access callesBill Hoffman2006-11-301-6/+4
|
* BUG: better fix for .dll.lib problemBill Hoffman2006-11-303-4/+17
|
* ENH: add a module to find Cups (#3081), taken from KDE svnAlexander Neundorf2006-11-301-0/+47
| | | | Alex
* ENH: make it work for hpBill Hoffman2006-11-301-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-11-301-1/+1
|
* ENH: add extern for hp c compilerBill Hoffman2006-11-303-3/+3
|
* ENH: fix test to run with debug or release and put the exe next to the dll, ↵Bill Hoffman2006-11-302-10/+2
| | | | still shows the bug this is testing for
* ENH: fix errors for unix buildsBill Hoffman2006-11-296-7/+25
|
* ENH: fix warningBill Hoffman2006-11-291-1/+1
|
* ENH: there can be only one versionBill Hoffman2006-11-292-4/+6
|
* COMP: fix compile issue on Sun hopefullyKen Martin2006-11-292-3/+3
|
* ENH: fix test for configuration type buildsBill Hoffman2006-11-291-1/+5
|
* ENH: fix compile error on macBill Hoffman2006-11-291-2/+3
|
* ENH: maintain backwards compatibility in UsePkgConfigBill Hoffman2006-11-292-4/+16
|
* ENH: unify version stuff, get rid of it out of cmake and cmMakefile and only ↵Bill Hoffman2006-11-2911-76/+34
| | | | use cmVersion
* BUG: fix a problem where it tried to link .dll.lib filesBill Hoffman2006-11-296-2/+41
|
* COMP: fix compile issue on SunKen Martin2006-11-292-6/+12
|
* BUG: Fix problem with loading dylib on Tiger (10.4) x86. We need to be using ↵Mathieu Malaterre2006-11-292-14/+6
| | | | the dlopen/dlclose instead of the old NSModule
* ENH: updated handling of debug and optimized target link librariesKen Martin2006-11-295-136/+113
|
* ENH: add rc to version stuffBill Hoffman2006-11-283-5/+15
|
* ENH: use older os for AIX releaseBill Hoffman2006-11-282-1/+24
|
* ENH: use the built cmake for file compare as older versions of cmake may not ↵Bill Hoffman2006-11-281-1/+2
| | | | support this
* STYLE: Nightly Version updateAndy Cedilnik2006-11-281-1/+1
|
* ENH: use correct project nameBill Hoffman2006-11-271-1/+1
|
* ENH: make sure things do not depend on optimized libraries if they are ↵Bill Hoffman2006-11-272-1/+20
| | | | debug, and the other way around as well
* ENH: add a test for a target name with the same name as the output of a ↵Bill Hoffman2006-11-277-0/+38
| | | | custom command
* ENH: fix line length problemBill Hoffman2006-11-271-6/+6
|
* ENH: fix crash in plplot buildBill Hoffman2006-11-271-1/+2
|
* ENH: save logs of passed try compile stuff as wellBill Hoffman2006-11-271-0/+3
|
* STYLE: Nightly Version updateAndy Cedilnik2006-11-261-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-11-261-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-11-261-1/+1
|
* BUG: fix problem when a target name is the same as the output of a custom ↵Bill Hoffman2006-11-252-4/+46
| | | | command