summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* KWSys Nightly Date StampKWSys Robot2010-02-031-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-02-021-1/+1
|
* Fix line length style issue.David Cole2010-02-021-1/+2
|
* KWSys Nightly Date StampKWSys Robot2010-02-011-2/+2
|
* KWSys Nightly Date StampKWSys Robot2010-01-311-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-01-301-1/+1
|
* Fix issue #10155 - default value of CMAKE_OSX_DEPLOYMENT_TARGET should ↵David Cole2010-01-291-3/+7
| | | | always be the empty string. When the value of CMAKE_OSX_DEPLOYMENT_TARGET is the empty string, the -mmacosx-version-min flag should not show up on the compiler command line. The logic for selecting default value of CMAKE_OSX_SYSROOT is orthogonal to and independent of the value of the deployment target. The default value for CMAKE_OSX_SYSROOT is the SDK that corresponds to the current version of Mac OSX on which cmake is running.
* KWSys Nightly Date StampKWSys Robot2010-01-291-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-01-281-1/+1
|
* KWSys: Remove $Id$ from MD5.cBrad King2010-01-271-1/+0
| | | | | This CVS keyword was copied into the file with the rest of the implementation. It has no meaning outside its original project tree.
* KWSys Nightly Date StampKWSys Robot2010-01-271-1/+1
|
* COMP: remove exporting String as VS10 attempts to export its parents ↵Dave Partyka2010-01-261-1/+1
| | | | (basic_string) which causes all kinds of multiply defined symbols at link time.
* KWSys Nightly Date StampKWSys Robot2010-01-261-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-01-251-1/+1
|
* -make paths with spaces work in the CodeBlocks generator with MinGW (#10014)Alexander Neundorf2010-01-241-6/+10
| | | | Alex
* KWSys Nightly Date StampKWSys Robot2010-01-241-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-01-231-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-01-221-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-01-211-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-01-201-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-01-191-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-01-181-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-01-171-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-01-161-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-01-151-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-01-141-1/+1
|
* Remove unused #include <windows.h>Brad King2010-01-131-4/+0
|
* Name Cygwin DLLs with SOVERSION, not VERSIONBrad King2010-01-131-2/+2
| | | | | | | | | Cygwin versions .dll files by putting the version number in the file name. Our fix to issue #3571 taught CMake to do this, but it used the VERSION target property. It is better to use the SOVERSION property since that is the interface (rather than implementation) version. Change based on patch from issue #10122.
* KWSys: Fix SharedForward on Cygwin without -mwin32Brad King2010-01-131-4/+6
| | | | | | | | | | When building on Cygwin without -mwin32, the _WIN32 macro may not be defined. SharedForward must still set the PATH environment variable to ensure runtime dependencies are found. The 'ldd' wrapping feature uses 'cygcheck' for now since a real ldd tool is not available in Cygwin 1.5. We can change to use the real ldd when we choose to stop supporting legacy Cygwin and require 1.7.
* Enable extra CodeBlocks generator on CygwinBrad King2010-01-132-7/+3
| | | | | This generator builds correctly on Cygwin so it should be enabled. Change based on patch from issue #10122.
* Use if(CYGWIN) instead of if(WIN32 AND UNIX)Brad King2010-01-131-2/+2
| | | | | CMake has defined CYGWIN on Cygwin for years, so we no longer need the legacy form of the test. Change based on patch from issue #10122.
* KWSys Nightly Date StampKWSys Robot2010-01-131-1/+1
|
* Trust umask for file permissionsBrad King2010-01-123-11/+6
| | | | | Open output files with mode 0666 so that permissions are not more strict than umask permits. See issue #10126.
* KWSys Nightly Date StampKWSys Robot2010-01-121-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-01-111-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-01-101-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-01-091-1/+1
|
* change the name to be closer to NMake Makefiles which is basically what jom ↵Bill Hoffman2010-01-081-1/+3
| | | | parses
* KWSys Nightly Date StampKWSys Robot2010-01-081-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-01-071-1/+1
|
* COMP: Added missing case for the export macro, thanks to Kenneth Moreland.Marcus Hanwell2010-01-061-0/+2
|
* ENH: Added support for building kwsys with GCC visibility support.Marcus Hanwell2010-01-061-5/+9
| | | | | | | When kwsys is built using GCC visibility support can be used. This is similar to the way that Windows exports symbols in DLLs, and requires projects that build kwsys to change the default visibility using some compiler flags. See http://gcc.gnu.org/wiki/Visibility for more details about GCC visibility.
* KWSys Nightly Date StampKWSys Robot2010-01-061-1/+1
|
* Fix a line length issue.Bill Hoffman2010-01-051-1/+2
|
* KWSys Nightly Date StampKWSys Robot2010-01-051-1/+1
|
* Fix escapes in Fortran depend.make entriesBrad King2010-01-041-5/+7
| | | | | | | Makefile dependencies must be escaped using cmLocalGenerator::Convert with the cmLocalGenerator::MAKEFILE option. This fixes Fortran module dependencies with spaces in the path. We test the fix by adding a space to one of the module paths in the Fortran test.
* KWSys Nightly Date StampKWSys Robot2010-01-041-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-01-031-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-01-021-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-01-011-3/+3
|