Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initial import | Andy Cedilnik | 2003-01-07 | 17 | -0/+1437 |
| | |||||
* | Initial import | Andy Cedilnik | 2003-01-07 | 78 | -0/+24960 |
| | |||||
* | ERR: Fixes for linking statically with -ldld. | Brad King | 2003-01-06 | 1 | -1/+8 |
| | |||||
* | ENH: update change log for new version | Bill Hoffman | 2003-01-06 | 1 | -3835/+11718 |
| | |||||
* | ERR: Fix for building static with -ldl on sun. | Brad King | 2003-01-06 | 1 | -1/+8 |
| | |||||
* | ERR: Fixed typo. | Brad King | 2003-01-06 | 1 | -1/+1 |
| | |||||
* | Fix a problem with TCL wrapping if the source files have a relative path. | John Biddiscombe | 2003-01-06 | 1 | -1/+3 |
| | | | | The dependency is not correctly handled | ||||
* | ENH: Updated for static executable. | Brad King | 2003-01-06 | 3 | -10/+7 |
| | |||||
* | ENH: Updated for 1.6 beta 1 release. | Brad King | 2003-01-06 | 1 | -1/+1 |
| | |||||
* | ENH: Updated for CMake 1.6 release. Version number is now in a single file ↵ | Brad King | 2003-01-06 | 9 | -19/+23 |
| | | | | that is sourced by all others. | ||||
* | updated version | Ken Martin | 2003-01-06 | 1 | -1/+1 |
| | |||||
* | ENH: Fixed space problem for Rez. | Brad King | 2003-01-06 | 1 | -2/+2 |
| | |||||
* | update version | Ken Martin | 2003-01-06 | 1 | -2/+2 |
| | |||||
* | updated version | Ken Martin | 2003-01-06 | 1 | -2/+2 |
| | |||||
* | ENH: Added shared library settings. | Brad King | 2003-01-06 | 1 | -0/+2 |
| | |||||
* | ENH: look for AIX compiler as well | Bill Hoffman | 2003-01-06 | 2 | -2/+2 |
| | |||||
* | add shared path for OSF | Bill Hoffman | 2003-01-06 | 1 | -1/+1 |
| | |||||
* | BUG: revert back to rpath, | Bill Hoffman | 2003-01-05 | 1 | -2/+2 |
| | |||||
* | Remove debug | Andy Cedilnik | 2003-01-04 | 1 | -1/+0 |
| | |||||
* | Fix problems with required flags | Andy Cedilnik | 2003-01-04 | 4 | -8/+9 |
| | |||||
* | Add required flags | Andy Cedilnik | 2003-01-04 | 6 | -4/+14 |
| | |||||
* | ENH: Find python framework on Mac OSX. | Brad King | 2003-01-03 | 1 | -9/+33 |
| | |||||
* | try to fix rpath on OSF | Bill Hoffman | 2003-01-03 | 1 | -2/+2 |
| | |||||
* | Fix problem with test on Borland | Andy Cedilnik | 2003-01-03 | 1 | -1/+1 |
| | |||||
* | BUG: bad rpath flag for suns | Bill Hoffman | 2003-01-03 | 1 | -4/+4 |
| | |||||
* | ENH: Changed magic numbers to reserved. Added CMAKE_VERSION_MAJOR and ↵ | Brad King | 2003-01-02 | 1 | -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 King | 2003-01-02 | 1 | -2/+6 |
| | |||||
* | BUG: Fixed ordering of X11 search. | Brad King | 2003-01-02 | 1 | -31/+10 |
| | |||||
* | Rename libraries from c1 to testc1 | Andy Cedilnik | 2003-01-02 | 1 | -3/+3 |
| | |||||
* | clean up some c/cxx issues | Bill Hoffman | 2003-01-02 | 1 | -1/+1 |
| | |||||
* | clean up some c/cxx issues | Bill Hoffman | 2003-01-02 | 3 | -6/+19 |
| | |||||
* | Add macro for checking if a swequence of includes can be includes | Andy Cedilnik | 2003-01-01 | 1 | -0/+40 |
| | |||||
* | Test conversion from ascii to string | Andy Cedilnik | 2003-01-01 | 1 | -0/+3 |
| | |||||
* | Add a way to convert ascii to string | Andy Cedilnik | 2003-01-01 | 2 | -2/+41 |
| | |||||
* | To prevent cmake from breaking up arguments, put quotes around them | Andy Cedilnik | 2003-01-01 | 4 | -4/+4 |
| | |||||
* | Add a way to add custom libraries to the mix. Also add status reporting | Andy Cedilnik | 2003-01-01 | 1 | -0/+8 |
| | |||||
* | Add a way to add custom libraries to the mix | Andy Cedilnik | 2003-01-01 | 3 | -1/+16 |
| | |||||
* | Shared library should export symbols on windows | Andy Cedilnik | 2003-01-01 | 2 | -1/+13 |
| | |||||
* | Test also stating and shared libraries | Andy Cedilnik | 2002-12-31 | 6 | -0/+26 |
| | |||||
* | ENH: Added <LINK_FLAGS> to link rules. | Brad King | 2002-12-31 | 6 | -13/+13 |
| | |||||
* | BUG: When there are no link flags, we want an empty string, not a null pointer. | Brad King | 2002-12-31 | 1 | -1/+8 |
| | |||||
* | ENH: Support LINK_FLAGS property for static libraries. | Brad King | 2002-12-31 | 1 | -1/+2 |
| | |||||
* | ENH: fix shared libraries on AIX | Bill Hoffman | 2002-12-30 | 1 | -2/+3 |
| | |||||
* | ENH: Renamed Modules/CheckSizeOf to Modules/CheckTypeSize for consistency ↵ | Brad King | 2002-12-30 | 7 | -57/+61 |
| | | | | with the macro name that is defined by the module. | ||||
* | Fix problem on windows with network paths | Andy Cedilnik | 2002-12-30 | 1 | -1/+9 |
| | |||||
* | ENH: clean up docs some | Bill Hoffman | 2002-12-30 | 10 | -20/+33 |
| | |||||
* | ENH: find python framework and include files on OSX | Yves Starreveld | 2002-12-27 | 1 | -0/+12 |
| | |||||
* | If there is no java compiler report error on ADD_JAVA_LIBRARY | Andy Cedilnik | 2002-12-27 | 1 | -49/+53 |
| | |||||
* | Add missing closing bracket | Andy Cedilnik | 2002-12-26 | 1 | -1/+1 |
| | |||||
* | ENH: fix for AIX | Bill Hoffman | 2002-12-23 | 1 | -1/+1 |
| |