summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ENH: better backwards compatibility, and deprecate PKGCONFIGBill Hoffman2006-12-092-33/+36
|
* BUG: revert yesterday patch. The implementation was correct. The problem was ↵Mathieu Malaterre2006-12-093-8/+9
| | | | that _WIN32 was forced to be #define on cygwin when included from ITK, which was miss matching the implementation from the declaration. Put extra condition for CYGWIN system
* STYLE: Nightly Version updateAndy Cedilnik2006-12-091-1/+1
|
* BUG: Make sure to use the Win32 interface (HINSTANCE) for handling shared ↵Mathieu Malaterre2006-12-083-4/+6
| | | | lib on cygwin and mingw system
* COMP: fix some warnings and style issuesKen Martin2006-12-084-9/+6
|
* STYLE: Nightly Version updateAndy Cedilnik2006-12-081-1/+1
|
* BUG: fix 4164, also search for libruby1.8.so, I guess it should be syncedAlexander Neundorf2006-12-071-1/+1
| | | | | | with the KDE version of FindRUBY.cmake Alex
* BUG: fix bad comparisonKen Martin2006-12-071-1/+1
|
* ENH: add beos fileBill Hoffman2006-12-071-0/+10
|
* COMP: fix a warningKen Martin2006-12-071-1/+0
|
* ENH: implements SetProperties for TESTKen Martin2006-12-074-24/+69
|
* ENH: fix test for config dir based stuffBill Hoffman2006-12-071-1/+2
|
* COMP: fix bootstrap maybeKen Martin2006-12-071-0/+4
|
* COMP: fix warningKen Martin2006-12-072-1/+2
|
* COMP: fix warning right nowKen Martin2006-12-071-0/+4
|
* BUG: fix missing return valueKen Martin2006-12-071-0/+1
|
* ENH: add test I removed by mistakeBill Hoffman2006-12-071-0/+12
|
* COMP: fix warningKen Martin2006-12-071-1/+2
|
* ENH: make properties a bit more formal with documentation and chainingKen Martin2006-12-0744-127/+1130
|
* STYLE: Nightly Version updateAndy Cedilnik2006-12-071-1/+1
|
* ENH: fix bug in full path to target depends stuffBill Hoffman2006-12-075-6/+37
|
* STYLE: Nightly Version updateAndy Cedilnik2006-12-061-1/+1
|
* ENH: fix compiler warningKen Martin2006-12-051-6/+6
|
* ENH: fix compiler warningKen Martin2006-12-051-0/+4
|
* COMP: fix line length style errorBill Hoffman2006-12-052-2/+4
|
* COMP: remove warningBill Hoffman2006-12-051-1/+0
|
* 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