| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: Cleanup building of OS X bundle content | Brad King | 2008-02-15 | 1 | -2/+0 |
|
|
* | ENH: Pass dependent library search path to linker on some platforms. | Brad King | 2008-02-01 | 1 | -1/+1 |
|
|
* | ENH: Support linking to shared libs with dependent libs | Brad King | 2008-01-31 | 1 | -0/+6 |
|
|
* | ENH: Convert Modules/Platform specification of system search paths to use CMA... | Brad King | 2008-01-16 | 1 | -2/+1 |
|
|
* | ENH: add support for env var and better default for CMAKE_OSX_SYSROOT | Bill Hoffman | 2007-11-15 | 1 | -7/+13 |
|
|
* | ENH: fix bug in default arch, it was using the environment variable which is ... | Bill Hoffman | 2007-11-08 | 1 | -1/+3 |
|
|
* | BUG: Do not us the search_paths_first flag on older Mac OSX (10.2 and earlier... | David Cole | 2007-11-08 | 1 | -2/+29 |
|
|
* | ENH: fix spelling error | Bill Hoffman | 2007-10-22 | 1 | -2/+1 |
|
|
* | ENH: try to fix boostrap on 10.5 | Bill Hoffman | 2007-10-22 | 1 | -1/+2 |
|
|
* | ENH: do not always add -arch flags | Bill Hoffman | 2007-10-20 | 1 | -0/+1 |
|
|
* | ENH: use the correct flag for the linker | Bill Hoffman | 2007-08-17 | 1 | -2/+2 |
|
|
* | ENH: make sure osx searches static and shared libs like other platforms | Bill Hoffman | 2007-08-16 | 1 | -2/+2 |
|
|
* | ENH: UNIX, CYGWIN, WIN32, APPLE, QNXNTO and BEOS are not longer set in | Alexander Neundorf | 2007-08-09 | 1 | -0/+2 |
|
|
* | ENH: determine typesize by compiling a file and reading strings from the comp... | Alexander Neundorf | 2007-06-04 | 1 | -5/+0 |
|
|
* | ENH: move hack to fix "new cmake on old build tree on OSX doesn't have CMAKE_... | Alexander Neundorf | 2007-05-18 | 1 | -0/+9 |
|
|
* | ENH: initial support for creation of frameworks on Mac | Bill Hoffman | 2007-05-08 | 1 | -0/+5 |
|
|
* | ENH: Added CMAKE_SHARED_MODULE_LOADER_C_FLAG and CMAKE_SHARED_MODULE_LOADER_C... | Brad King | 2007-04-17 | 1 | -0/+2 |
|
|
* | BUG: Propagate platform settings such as CMAKE_OSX_ARCHITECTURES to the try c... | Andy Cedilnik | 2007-03-02 | 1 | -0/+5 |
|
|
* | BUG: Do not enable -isystem support for Xcode generator until it is implemented. | Brad King | 2006-10-06 | 1 | -0/+6 |
|
|
* | BUG: fix for bug# 3584 missing SONAME for fortran on darwin | Bill Hoffman | 2006-10-04 | 1 | -0/+7 |
|
|
* | ENH: add patch for finding applications on OSX | Bill Hoffman | 2006-04-13 | 1 | -0/+8 |
|
|
* | ENH: use correct name for path | Bill Hoffman | 2006-03-29 | 1 | -1/+1 |
|
|
* | ENH: Add support for adding content to bundles | Andy Cedilnik | 2006-03-28 | 1 | -0/+2 |
|
|
* | ENH: add support for universal binaries | Bill Hoffman | 2006-03-24 | 1 | -0/+23 |
|
|
* | ENH: add support for removing language flags from shared library and shared m... | Bill Hoffman | 2006-03-14 | 1 | -0/+2 |
|
|
* | ENH: remove junk | Bill Hoffman | 2006-03-09 | 1 | -1/+1 |
|
|
* | ENH: add support for language flags that allow for universal binaries | Bill Hoffman | 2006-03-06 | 1 | -4/+4 |
|
|
* | ENH: check in new find stuff | Bill Hoffman | 2006-03-02 | 1 | -0/+3 |
|
|
* | ENH: use program files env for searching | Bill Hoffman | 2006-02-28 | 1 | -0/+9 |
|
|
* | ENH: Created target property INSTALL_NAME_DIR initalized by CMAKE_INSTALL_NAM... | Brad King | 2006-02-24 | 1 | -24/+12 |
|
|
* | ENH: Added platform settings CMAKE_FIND_LIBRARY_PREFIXES and CMAKE_FIND_LIBRA... | Brad King | 2006-02-09 | 1 | -0/+1 |
|
|
* | ENH: fixed some spelling errors | Ken Martin | 2005-06-20 | 1 | -1/+1 |
|
|
* | ENH: fix install test with xcode, the xcode generator does not support librar... | Bill Hoffman | 2005-04-07 | 1 | -3/+5 |
|
|
* | ENH: Removed CMAKE_GENERATOR_NEW now that the old unix makefile generator is ... | Brad King | 2005-04-06 | 1 | -29/+22 |
|
|
* | ENH: Adding support for shared library versioning using the -install_name opt... | Brad King | 2005-03-01 | 1 | -4/+31 |
|
|
* | ENH: use c++ with c++ and c flags with c | Bill Hoffman | 2004-09-24 | 1 | -2/+2 |
|
|
* | ENH: more uniform approach to enable language, one step closer to being able ... | Bill Hoffman | 2004-08-26 | 1 | -1/+0 |
|
|
* | BUG: fix for bug 116 platform files can now specify directories that should n... | Bill Hoffman | 2004-04-28 | 1 | -0/+2 |
|
|
* | BUG: fix for bug 383 gcc flags are now always set if the compiler is gnu | Bill Hoffman | 2003-11-14 | 1 | -0/+2 |
|
|
* | ERR: Old -flat_namespace -undefined suppress flags for CMAKE_SHARED_MODULE_CR... | Brad King | 2003-10-15 | 1 | -4/+9 |
|
|
* | ENH: remove the -flat_namespace and -undefined suppress hacks from | Yves Starreveld | 2003-08-28 | 1 | -1/+1 |
|
|
* | ENH: Added <LINK_FLAGS> to link rules. | Brad King | 2002-12-31 | 1 | -4/+4 |
|
|
* | ENH: fix for darwin modules | Bill Hoffman | 2002-11-11 | 1 | -0/+2 |
|
|
* | Complete rework of makefile generators expect trouble | Bill Hoffman | 2002-11-08 | 1 | -0/+18 |
|
|