summaryrefslogtreecommitdiffstats
path: root/Modules/Platform
Commit message (Expand)AuthorAgeFilesLines
* BUG: /DWIN32 and /D_WINDOWS should be defined for all configurations or if no...Brad King2006-03-161-30/+30
* ENH: Enabling soname support on FreeBSD.Brad King2006-03-161-0/+2
* ENH: use c not cxxBill Hoffman2006-03-151-2/+2
* ENH: add support for removing language flags from shared library and shared m...Bill Hoffman2006-03-141-0/+2
* ENH: add correct initial flags for aixBill Hoffman2006-03-091-0/+4
* ENH: remove junkBill Hoffman2006-03-091-1/+1
* ENH: add support for language flags that allow for universal binariesBill Hoffman2006-03-061-4/+4
* ENH: add support for language flags at rule expansion timeBill Hoffman2006-03-061-4/+4
* ENH: add support for manifest stuffBill Hoffman2006-03-061-3/+6
* ENH: add manifest support for 2005Bill Hoffman2006-03-031-8/+15
* ENH: check in new find stuffBill Hoffman2006-03-027-0/+15
* ENH: use program files env for searchingBill Hoffman2006-02-281-0/+9
* ENH: Created target property INSTALL_NAME_DIR initalized by CMAKE_INSTALL_NAM...Brad King2006-02-241-24/+12
* ENH: make command line flags more consistent with ide settingsBill Hoffman2006-02-211-26/+26
* BUG: Fixed module creation rules. Removed soname portion of all rules becaus...Brad King2006-02-191-4/+4
* BUG: Fixed cygwin module creation rules. Modules should not have the "cyg" p...Brad King2006-02-191-4/+10
* ENH: Generate import libraries for DLLs on Cygwin and MinGW.Brad King2006-02-185-4/+30
* ENH: remove warning suppressions for borland compiler, projects wanting this ...Bill Hoffman2006-02-151-2/+2
* ENH: fix try compile for MFCBill Hoffman2006-02-141-2/+12
* ENH: Added platform settings CMAKE_FIND_LIBRARY_PREFIXES and CMAKE_FIND_LIBRA...Brad King2006-02-096-0/+15
* BUG: Need Windows-g++.cmake module to support C++-only projects on Windows.Brad King2006-02-091-0/+1
* ENH: Adding definition of MSVC when it is the compiler.Brad King2006-02-071-0/+1
* BUG: Removed odbc32.lib and odbccp32.lib from standard libraries on VS 8 beca...Brad King2006-02-031-2/+2
* ENH: add kFreeBSD supportBill Hoffman2006-01-231-0/+9
* ENH: add support for watcom wmake and wcl386Bill Hoffman2006-01-171-0/+56
* ENH: correct standard librariesBill Hoffman2006-01-171-0/+2
* ENH: put CmakeTmp into CMakeFilesKen Martin2006-01-121-2/+2
* ENH: add exe stuff for cygwinBill Hoffman2006-01-032-0/+2
* BUG: fix for bug 2322, use CMAKE_EXECUTABLE_SUFFIX variable for exe suffixBill Hoffman2006-01-023-0/+3
* ENH: remove duplicatesBill Hoffman2005-12-201-2/+2
* BUG: fix for bug 2488Bill Hoffman2005-11-221-0/+2
* ENH: more compiler flagsBill Hoffman2005-11-222-0/+24
* BUG: Fixed flag-to-vcproj-attribute conversion code to work again (it was bro...Brad King2005-11-183-16/+31
* ENH: add all libsBill Hoffman2005-11-101-2/+2
* COMP: On mingw, -fPIC is not necessary and it actually produces warningsAndy Cedilnik2005-10-181-0/+1
* ENH: add flags for debug release for aixBill Hoffman2005-08-291-0/+4
* ENH: /nologo must be firstBill Hoffman2005-08-021-2/+2
* ENH: put cmake files intoa CMakeFiles subdir to clean up bin treeKen Martin2005-07-291-6/+6
* ENH: move flags next to compiler, so if env contains compiler and some flag, ...Bill Hoffman2005-07-201-2/+2
* FIX: for 1852 fix fortran caseBill Hoffman2005-07-133-8/+8
* BUG: Fixed escaped quote at end of .Brad King2005-06-301-1/+1
* BUG: Need to use the -c option for implib to produce case-sensitive symbols i...Brad King2005-06-291-2/+2
* ENH: fixed some spelling errorsKen Martin2005-06-201-1/+1
* ENH: fix for incorrect setting of CONFIZGURATION_TYPESKen Martin2005-06-071-3/+4
* ENH: Be more verbose, handle network paths, and write compiler output to the ...Andy Cedilnik2005-05-191-2/+30
* ENH: fix install test with xcode, the xcode generator does not support librar...Bill Hoffman2005-04-071-3/+5
* ENH: Removed CMAKE_GENERATOR_NEW now that the old unix makefile generator is ...Brad King2005-04-062-34/+25
* ENH: try to fix rpath on qnxBill Hoffman2005-03-141-2/+2
* ENH: Initial attempt at QNX support. Submitted by Tim Arney.Brad King2005-03-111-0/+11
* ENH: Adding support for shared library versioning using the -install_name opt...Brad King2005-03-012-4/+37