Commit Graph

6473 Commits

Author SHA1 Message Date
Andy Cedilnik 266ce704d2 STYLE: Nightly Version update 2007-01-11 20:54:53 -05:00
Andy Cedilnik cd5535ee9c STYLE: Fix kwstyle issues 2007-01-11 10:49:18 -05:00
Andy Cedilnik bee7c788fe STYLE: Nightly Version update 2007-01-10 20:54:57 -05:00
Bill Hoffman c3148813f4 ENH: fix warning and code style 2007-01-10 19:59:53 -05:00
Andy Cedilnik de5540f7e5 ENH: First pass at CPack generator for OSX X11 applications. This are applications that require X11 to work. This is not really installed but a bundle packager 2007-01-10 15:30:26 -05:00
Andy Cedilnik c2780e2c9a STYLE: Nightly Version update 2007-01-09 21:02:09 -05:00
Andy Cedilnik 8fe00d7a0b STYLE: Nightly Version update 2007-01-08 21:01:03 -05:00
Brad King 55f5f27cd6 STYLE: Fixed documentation of how to produce forwarding executables for multi-configuration builds with CMAKE_INTDIR. 2007-01-08 15:12:00 -05:00
Andy Cedilnik 74f75c84b8 STYLE: Nightly Version update 2007-01-07 21:05:36 -05:00
Andy Cedilnik 1671455770 STYLE: Nightly Version update 2007-01-06 22:56:16 -05:00
Andy Cedilnik 332f409467 STYLE: Nightly Version update 2007-01-06 00:49:39 -05:00
Ken Martin a2262a8394 BUG: fix for bad argument handling 2007-01-04 16:03:41 -05:00
Andy Cedilnik 2861c056bc STYLE: Nightly Version update 2007-01-04 14:54:35 -05:00
Ken Martin 92db085ac6 ENH: change STRICT to CMAKE_STRICT 2007-01-04 13:02:43 -05:00
Andy Cedilnik 51d255bf92 STYLE: Nightly Version update 2007-01-04 03:53:37 -05:00
Andy Cedilnik e9be4e0c01 STYLE: Nightly Version update 2007-01-03 04:20:37 -05:00
Andy Cedilnik 63ab3c4fe0 STYLE: Nightly Version update 2007-01-02 00:08:21 -05:00
Andy Cedilnik 2f86520654 STYLE: Nightly Version update 2007-01-01 04:02:22 -05:00
Andy Cedilnik 7fc2132d4f STYLE: Nightly Version update 2006-12-31 03:29:28 -05:00
Andy Cedilnik 0b4fdd8a63 STYLE: Nightly Version update 2006-12-30 03:24:23 -05:00
Andy Cedilnik a9819e1c4c STYLE: Nightly Version update 2006-12-29 03:29:48 -05:00
Bill Hoffman 255a4b966e BUG: fix problem with path suffix and mac frameworks and find stuff, showed up in FindPythonLibs.cmake 2006-12-28 15:31:47 -05:00
Andy Cedilnik f6c2972956 STYLE: Nightly Version update 2006-12-28 03:23:21 -05:00
Andy Cedilnik b622d091e6 STYLE: Nightly Version update 2006-12-27 03:27:13 -05:00
Andy Cedilnik 3f3d700f65 STYLE: Nightly Version update 2006-12-26 03:27:36 -05:00
Andy Cedilnik 996e1a19cf STYLE: Nightly Version update 2006-12-25 03:25:32 -05:00
Andy Cedilnik 1aa4fab6c1 STYLE: Nightly Version update 2006-12-24 03:24:45 -05:00
Andy Cedilnik e44e0cdb66 STYLE: Nightly Version update 2006-12-23 03:38:55 -05:00
Andy Cedilnik b3a6ef138a STYLE: Nightly Version update 2006-12-22 03:36:15 -05:00
Utkarsh Ayachit 1ed84c377b BUG: reverting previous change. 2006-12-21 10:24:33 -05:00
Utkarsh Ayachit fbfd05a308 BUG: When a "wrong argument" was detected, we call the WrongArgument handler. If the handler returns success, the argument parsing should continue. Currently, it was stopping parsing immediately after the wrong argument was processed, irrespective of the WrongArgument handler status. Fixed that. 2006-12-21 09:52:01 -05:00
Andy Cedilnik 87f5f6e239 STYLE: Nightly Version update 2006-12-21 04:12:01 -05:00
Andy Cedilnik 34cf1b1265 STYLE: Nightly Version update 2006-12-20 03:28:32 -05:00
Andy Cedilnik 1a1c523c98 STYLE: Nightly Version update 2006-12-19 03:29:04 -05:00
Utkarsh Ayachit fa69ba942e BUG: FileIsDirectory would remove the trailing '/' even when the path is indeed the root i.e. '/'. Hence the test would be incorrect for root directory. Fixed that. 2006-12-18 11:30:09 -05:00
Mathieu Malaterre b95f198348 COMP: Fix compilation when VS6 is using the new ANSI stdlib 2006-12-18 11:04:25 -05:00
Andy Cedilnik ef8735a240 STYLE: Nightly Version update 2006-12-18 03:24:12 -05:00
Andy Cedilnik e2570c309e STYLE: Nightly Version update 2006-12-17 03:25:07 -05:00
Andy Cedilnik f75900f4d3 STYLE: Nightly Version update 2006-12-16 03:26:18 -05:00
Mathieu Malaterre df54b22212 COMP: Try to get stringstream emulation working 2006-12-15 10:30:41 -05:00
Andy Cedilnik 6469e1a4c4 STYLE: Nightly Version update 2006-12-15 03:32:35 -05:00
Brad King f7611f167c ENH: Made cmMakefileTargetGenerator::GlobalGenerator have full type cmGlobalUnixMakefileGenerator3 to give access to all methods. Fixed broken custom targets with no commands for Borland makefiles when CMAKE_SKIP_RULE_DEPENDENCY is set. 2006-12-14 14:30:41 -05:00
Brad King 1fe21ae35e ENH: Adding stringstream compatibility implementation. It is currently identical to ostringstream. Fixed local variable pcount hiding method warning. 2006-12-14 13:18:27 -05:00
Mathieu Malaterre 55af790ebf BUG: Remove stringstream implementation, this was a wrong interface anyway. 2006-12-14 11:41:51 -05:00
Mathieu Malaterre db116b94e4 BUG: disable test for now 2006-12-14 11:02:22 -05:00
Brad King 0fcccb151f ENH: Changes from Ryan C. Gordon to fix old process execution on BeOS. 2006-12-14 10:03:25 -05:00
Andy Cedilnik 3106262ec0 STYLE: Nightly Version update 2006-12-14 03:26:44 -05:00
Ken Martin 2245c50c51 COMP: oops really did not mean to check in that change 2006-12-13 13:24:23 -05:00
Ken Martin 5d11564c35 ENH: allow source file properties to chain to Directories and up 2006-12-13 12:19:59 -05:00
Mathieu Malaterre cc73abf7e7 ENH: provide stringstream too. FIX: warning shadow var 2006-12-13 08:52:35 -05:00
Andy Cedilnik 7d1801beee STYLE: Nightly Version update 2006-12-13 03:23:32 -05:00
Ken Martin ed4d2ec51e ENH: remove old commands 2006-12-12 14:40:21 -05:00
Ken Martin 372ce05a07 ENH: fix a warning and a nice fix to the IF command 2006-12-12 10:07:20 -05:00
Andy Cedilnik 97eceffa23 STYLE: Nightly Version update 2006-12-12 03:29:30 -05:00
Ken Martin 179579bed7 ENH: improve SetProperties and fix a couple warnings 2006-12-11 10:26:10 -05:00
Andy Cedilnik 09029e9cd8 STYLE: Nightly Version update 2006-12-11 03:20:51 -05:00
Andy Cedilnik cadac9f0e5 STYLE: Nightly Version update 2006-12-10 03:19:49 -05:00
Mathieu Malaterre b9787a965f BUG: revert yesterday patch. The implementation was correct. The problem was 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 2006-12-09 11:25:25 -05:00
Andy Cedilnik 945dfe5c8e STYLE: Nightly Version update 2006-12-09 03:32:04 -05:00
Mathieu Malaterre 458fa7559b BUG: Make sure to use the Win32 interface (HINSTANCE) for handling shared lib on cygwin and mingw system 2006-12-08 15:52:30 -05:00
Ken Martin 1dd5db0235 COMP: fix some warnings and style issues 2006-12-08 09:27:52 -05:00
Andy Cedilnik 5ccd5a4a5b STYLE: Nightly Version update 2006-12-08 03:26:31 -05:00
Ken Martin 2ad2566d19 BUG: fix bad comparison 2006-12-07 16:31:56 -05:00
Ken Martin cf43e6ced0 COMP: fix a warning 2006-12-07 15:23:22 -05:00
Ken Martin a00200e8d4 ENH: implements SetProperties for TEST 2006-12-07 14:54:15 -05:00
Ken Martin 5d9121971c COMP: fix warning 2006-12-07 10:33:35 -05:00
Ken Martin 2305f7a94f COMP: fix warning right now 2006-12-07 10:26:40 -05:00
Ken Martin f056de555d BUG: fix missing return value 2006-12-07 10:22:19 -05:00
Bill Hoffman 1936242ad4 ENH: add test I removed by mistake 2006-12-07 10:15:41 -05:00
Ken Martin ba75d1e823 COMP: fix warning 2006-12-07 09:51:28 -05:00
Ken Martin 27379d7b08 ENH: make properties a bit more formal with documentation and chaining 2006-12-07 09:45:32 -05:00
Andy Cedilnik 833548f53a STYLE: Nightly Version update 2006-12-07 02:04:42 -05:00
Bill Hoffman 26b527ac0f ENH: fix bug in full path to target depends stuff 2006-12-06 23:05:10 -05:00
Andy Cedilnik a44ac0719c STYLE: Nightly Version update 2006-12-06 00:43:43 -05:00
Ken Martin c0dc50bf6d ENH: fix compiler warning 2006-12-05 10:38:36 -05:00
Ken Martin 0b7e1f5398 ENH: fix compiler warning 2006-12-05 10:36:33 -05:00
Bill Hoffman c2308e796f COMP: fix line length style error 2006-12-05 09:14:32 -05:00
Bill Hoffman 6b7bf34341 COMP: remove warning 2006-12-05 09:02:32 -05:00
Bill Hoffman 1513773310 ENH: fix build error on IRIX 2006-12-05 08:39:22 -05:00
Bill Hoffman 3a32cec969 ENH: merge in changes for beos support 2006-12-04 17:26:41 -05:00
Brad King de8ffcaef4 ENH: Changes based on patch from Ryan C. Gordon to enable process execution on BeOS. There seems to be no way to implement it without polling (or threads). 2006-12-04 14:42:47 -05:00
Brad King d045ae45f2 BUG: Do not print empty install configuration repeatedly. 2006-12-04 13:54:32 -05:00
Ken Martin ff67e8a65d ENH: added properties into the compile, but not that many 2006-12-04 11:19:59 -05:00
Ken Martin 011532e0c3 ENH: added properties into the compile 2006-12-04 11:05:23 -05:00
Ken Martin fbc9fed2e2 STYLE: fix line length 2006-12-04 11:04:16 -05:00
Bill Hoffman 434d2292c5 ENH: put checks on vector before referencing begin iterator 2006-12-02 13:17:53 -05:00
Andy Cedilnik f67f158344 STYLE: Nightly Version update 2006-12-01 22:54:15 -05:00
Bill Hoffman 6600143ea1 ENH: fix warning 2006-12-01 15:28:00 -05:00
Ken Martin 49a3349b59 ENH: getting some of the property changed chewcked into CVS at least 2006-12-01 13:35:21 -05:00
Bill Hoffman d99ee73dff BUG: fix for 3815 seg fault 2006-12-01 10:30:11 -05:00
Andy Cedilnik 567d02c322 STYLE: Nightly Version update 2006-12-01 01:40:47 -05:00
Bill Hoffman 639d2572be ENH: clean up comment and avoid some vector access calles 2006-11-30 17:50:40 -05:00
Bill Hoffman 5ff037e894 BUG: better fix for .dll.lib problem 2006-11-30 17:32:46 -05:00
Andy Cedilnik 1192f03f45 STYLE: Nightly Version update 2006-11-30 01:29:31 -05:00
Bill Hoffman 445e091ffa ENH: fix test to run with debug or release and put the exe next to the dll, still shows the bug this is testing for 2006-11-29 21:36:13 -05:00
Bill Hoffman b56a60d01e ENH: fix errors for unix builds 2006-11-29 17:45:55 -05:00
Bill Hoffman e2a7c9358f ENH: fix warning 2006-11-29 17:25:46 -05:00
Bill Hoffman 33170bc371 ENH: there can be only one version 2006-11-29 17:17:16 -05:00
Ken Martin 2915f24274 COMP: fix compile issue on Sun hopefully 2006-11-29 17:10:29 -05:00
Bill Hoffman f211823b55 ENH: fix test for configuration type builds 2006-11-29 17:02:35 -05:00