summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Initial importAndy Cedilnik2003-01-0717-0/+1437
|
* Initial importAndy Cedilnik2003-01-0778-0/+24960
|
* ERR: Fixes for linking statically with -ldld.Brad King2003-01-061-1/+8
|
* ENH: update change log for new versionBill Hoffman2003-01-061-3835/+11718
|
* ERR: Fix for building static with -ldl on sun.Brad King2003-01-061-1/+8
|
* ERR: Fixed typo.Brad King2003-01-061-1/+1
|
* Fix a problem with TCL wrapping if the source files have a relative path.John Biddiscombe2003-01-061-1/+3
| | | | The dependency is not correctly handled
* ENH: Updated for static executable.Brad King2003-01-063-10/+7
|
* ENH: Updated for 1.6 beta 1 release.Brad King2003-01-061-1/+1
|
* ENH: Updated for CMake 1.6 release. Version number is now in a single file ↵Brad King2003-01-069-19/+23
| | | | that is sourced by all others.
* updated versionKen Martin2003-01-061-1/+1
|
* ENH: Fixed space problem for Rez.Brad King2003-01-061-2/+2
|
* update versionKen Martin2003-01-061-2/+2
|
* updated versionKen Martin2003-01-061-2/+2
|
* ENH: Added shared library settings.Brad King2003-01-061-0/+2
|
* ENH: look for AIX compiler as wellBill Hoffman2003-01-062-2/+2
|
* add shared path for OSFBill Hoffman2003-01-061-1/+1
|
* BUG: revert back to rpath,Bill Hoffman2003-01-051-2/+2
|
* Remove debugAndy Cedilnik2003-01-041-1/+0
|
* Fix problems with required flagsAndy Cedilnik2003-01-044-8/+9
|
* Add required flagsAndy Cedilnik2003-01-046-4/+14
|
* ENH: Find python framework on Mac OSX.Brad King2003-01-031-9/+33
|
* try to fix rpath on OSFBill Hoffman2003-01-031-2/+2
|
* Fix problem with test on BorlandAndy Cedilnik2003-01-031-1/+1
|
* BUG: bad rpath flag for sunsBill Hoffman2003-01-031-4/+4
|
* ENH: Changed magic numbers to reserved. Added CMAKE_VERSION_MAJOR and ↵Brad King2003-01-021-2/+5
| | | | CMAKE_VERSION_MINOR macros to allow commands to do conditional compilation across multiple versions of CMake.
* BUG: Don't add -I/usr/include as an X_CFLAGS setting.Brad King2003-01-021-2/+6
|
* BUG: Fixed ordering of X11 search.Brad King2003-01-021-31/+10
|
* Rename libraries from c1 to testc1Andy Cedilnik2003-01-021-3/+3
|
* clean up some c/cxx issuesBill Hoffman2003-01-021-1/+1
|
* clean up some c/cxx issuesBill Hoffman2003-01-023-6/+19
|
* Add macro for checking if a swequence of includes can be includesAndy Cedilnik2003-01-011-0/+40
|
* Test conversion from ascii to stringAndy Cedilnik2003-01-011-0/+3
|
* Add a way to convert ascii to stringAndy Cedilnik2003-01-012-2/+41
|
* To prevent cmake from breaking up arguments, put quotes around themAndy Cedilnik2003-01-014-4/+4
|
* Add a way to add custom libraries to the mix. Also add status reportingAndy Cedilnik2003-01-011-0/+8
|
* Add a way to add custom libraries to the mixAndy Cedilnik2003-01-013-1/+16
|
* Shared library should export symbols on windowsAndy Cedilnik2003-01-012-1/+13
|
* Test also stating and shared librariesAndy Cedilnik2002-12-316-0/+26
|
* ENH: Added <LINK_FLAGS> to link rules.Brad King2002-12-316-13/+13
|
* BUG: When there are no link flags, we want an empty string, not a null pointer.Brad King2002-12-311-1/+8
|
* ENH: Support LINK_FLAGS property for static libraries.Brad King2002-12-311-1/+2
|
* ENH: fix shared libraries on AIXBill Hoffman2002-12-301-2/+3
|
* ENH: Renamed Modules/CheckSizeOf to Modules/CheckTypeSize for consistency ↵Brad King2002-12-307-57/+61
| | | | with the macro name that is defined by the module.
* Fix problem on windows with network pathsAndy Cedilnik2002-12-301-1/+9
|
* ENH: clean up docs someBill Hoffman2002-12-3010-20/+33
|
* ENH: find python framework and include files on OSXYves Starreveld2002-12-271-0/+12
|
* If there is no java compiler report error on ADD_JAVA_LIBRARYAndy Cedilnik2002-12-271-49/+53
|
* Add missing closing bracketAndy Cedilnik2002-12-261-1/+1
|
* ENH: fix for AIXBill Hoffman2002-12-231-1/+1
|