Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-30 | 1 | -1/+1 |
| | |||||
* | Make get_stl_prime_list an inline function to avoid duplicate copies of it. | Bill Hoffman | 2010-04-29 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-29 | 1 | -1/+1 |
| | |||||
* | Fix for for bug #10550, fix some errors for an old Sun compiler. | Bill Hoffman | 2010-04-28 | 2 | -0/+2 |
| | |||||
* | Fix for bug #10550, work around instantiation out of scope | Bill Hoffman | 2010-04-28 | 2 | -4/+10 |
| | |||||
* | Fix .pdb name attribute in VS project files | Brad King | 2010-04-28 | 1 | -2/+2 |
| | | | | | | | The PDB file name for VCLinkerTool is specified by the xml attribute "ProgramDatabaseFile", not "ProgramDataBaseFile" (note the lower-case character 'b'). VS seems to cope with the incorrect capitalization but the combination of VS 7.1 and Incredibuild does not. See issue #10614. | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-28 | 1 | -1/+1 |
| | |||||
* | -fix bad check for Apple in AddDirectoryItem() introduced recently | Alex Neundorf | 2010-04-27 | 1 | -4/+2 |
| | | | | Alex | ||||
* | ctest_update: Report failure in Update.xml | Brad King | 2010-04-27 | 1 | -0/+1 |
| | | | | | | Report in <UpdateReturnStatus> when the update command line returns non-zero. Otherwise the failure may be silently ignored since the error was previously recorded only in the local log file. | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-27 | 1 | -1/+1 |
| | |||||
* | ENH: Add simple grouped view. | Clinton Stimpson | 2010-04-26 | 3 | -151/+134 |
| | |||||
* | Remove unused cmData and cmMakefile::DataMap | Brad King | 2010-04-26 | 3 | -103/+0 |
| | | | | | | | | | These were implementation details of the unused methods cmMakefile::RegisterData cmMakefile::LookupData We simply remove the methods, members, and class cmData. | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-26 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-25 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-24 | 1 | -1/+1 |
| | |||||
* | Coverage glob should search in Source dir | Zach Mullen | 2010-04-23 | 1 | -3/+9 |
| | |||||
* | Implement extra coverage globbing | Zach Mullen | 2010-04-23 | 2 | -1/+87 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-23 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-22 | 1 | -1/+1 |
| | |||||
* | -fix typo in HAS_CXX docs (#10578) | Alex Neundorf | 2010-04-21 | 1 | -1/+1 |
| | | | | Alex | ||||
* | -fix linking to frameworks when crosscompiling from Linux to iPhone (#10526) | Alex Neundorf | 2010-04-21 | 1 | -2/+3 |
| | | | | Alex | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-21 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-20 | 1 | -1/+1 |
| | |||||
* | KWSys Process: Add OpenBSD process tree kill support | Brad King | 2010-04-19 | 1 | -1/+1 |
| | | | | Patch from Chuck Atkins <chuck.atkins@kitware.com> | ||||
* | KWSys SharedForward: Add OpenBSD support | Brad King | 2010-04-19 | 1 | -0/+6 |
| | | | | Patch from Chuck Atkins <chuck.atkins@kitware.com> | ||||
* | -don't add the INCLUDE env.var twice to the Eclipse project file | Alex Neundorf | 2010-04-19 | 1 | -1/+0 |
| | | | | Alex | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-19 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-18 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-17 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-16 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-15 | 1 | -1/+1 |
| | |||||
* | Handle non-ASCII terminators in file(STRINGS) | Brad King | 2010-04-14 | 1 | -31/+19 |
| | | | | | | | | | | Commit "Support more special characters in file(STRINGS)" (2009-10-06) attempted to support parsing strings from binaries produced by the Portland Group Fortran compiler. The compiler seems to put an extra byte just at the end of its string literals. Previously we dealt with this by explicitly enumerating bytes known to occur, but it seems that many such possibilities exist. Now we support extraction of strings that end in any non-ASCII character. | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-14 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-13 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-12 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-11 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-10 | 1 | -1/+1 |
| | |||||
* | -fix typos in docs, patch from Michael Wild | Alex Neundorf | 2010-04-09 | 1 | -3/+3 |
| | | | | Alex | ||||
* | Patch to avoid short name usage where possible. Get the actual case spelling ↵ | David Cole | 2010-04-09 | 1 | -61/+20 |
| | | | | of a file name on 'Windows' without converting to short name and back again. Avoids bad behavior reported in http://bugs.winehq.org/show_bug.cgi?id=22286 when using cmake under a wine/msys/mingw installation on a Linux box. Thanks to Clinton Stimpson for preparing the patch. | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-09 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-08 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-07 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-06 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-05 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-04 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-03 | 1 | -1/+1 |
| | |||||
* | Partial fix from bug #10503, use full paths to fix custom commands. | Bill Hoffman | 2010-04-02 | 2 | -3/+5 |
| | | | | This fixes tests ExternalProject and LinkDirectory for VS 2010. | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-02 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-01 | 1 | -2/+2 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-03-31 | 1 | -1/+1 |
| |