CMake/Modules/Platform
Brad King cb788e8f6d ENH: Re-enable system include dir suppression
This creates variable CMAKE_<LANG>_IMPLICIT_INCLUDE_DIRECTORIES to
specify implicit include directories on a per-language basis.  This
replaces the previous platform-wide variable.  It is necessary to
avoid explicit specification of -I/usr/include on some compilers
(such as HP aCC) because:

  1.) It may break ordering among system include directories defined
      internally by the compiler, thus getting wrong system headers.
  2.) It tells the compiler to treat the system include directory
      as a user include directory, enabling warnings in the headers.

See issue #8598.
2009-02-25 11:44:46 -05:00
..
AIX-VisualAge-Fortran.cmake
AIX.cmake
BSDOS.cmake
BeOS.cmake
BlueGeneL.cmake
CMakeLists.txt
CYGWIN-g77.cmake
CYGWIN.cmake
Catamount.cmake
Darwin-icc.cmake BUG: Remove implicit include dir suppression 2009-02-24 15:37:09 -05:00
Darwin-icpc.cmake ENH: Add Intel compiler module files for the Mac. Thanks to Mike Jackson for contributing. 2008-03-31 08:04:12 -04:00
Darwin-xlc.cmake
Darwin.cmake BUG: Remove implicit include dir suppression 2009-02-24 15:37:09 -05:00
DragonFly.cmake
FreeBSD.cmake
GNU.cmake
Generic-ADSP-ASM.cmake
Generic-ADSP-C.cmake
Generic-ADSP-CXX.cmake
Generic-ADSP-Common.cmake
Generic-SDCC-C.cmake
Generic.cmake
HP-UX.cmake
Haiku.cmake BUG: fix for # 8413 add more haiku searching 2009-01-29 11:42:07 -05:00
IRIX.cmake
IRIX64.cmake
Linux-GNU-Fortran.cmake ENH: Patch from Maik to add per-configuration default flags to GCC and Intel Fortran compilers on Linux. 2008-03-17 08:55:05 -04:00
Linux-Intel-C.cmake ENH: Add preprocessor and assembly rules for Intel 2008-08-06 16:05:01 -04:00
Linux-Intel-CXX.cmake ENH: Add preprocessor and assembly rules for Intel 2008-08-06 16:05:01 -04:00
Linux-Intel-Fortran.cmake ENH: rename Linux-ifort to Linux-Intel-Fortran 2008-04-25 09:43:01 -04:00
Linux-PGI-C.cmake
Linux-PGI-CXX.cmake
Linux-PGI-Fortran.cmake ENH: Add basic flags for Portland Group fortran compiler. 2008-05-17 17:35:35 -04:00
Linux-SunPro-C.cmake
Linux-SunPro-CXX.cmake
Linux-SunPro-Fortran.cmake
Linux-VisualAge-C.cmake
Linux-VisualAge-Fortran.cmake
Linux-como.cmake
Linux.cmake BUG: fix for bug 4772, enable_language should now work on linux with correct flags 2008-10-01 13:24:51 -04:00
MP-RAS.cmake
NetBSD.cmake
OSF1.cmake
OpenBSD.cmake ENH: Teach find_library to find OpenBSD-style libs 2008-09-22 11:08:17 -04:00
QNX.cmake
RISCos.cmake
SCO_SV.cmake
SINIX.cmake
SunOS-SunPro-Fortran.cmake ENH: fix fortran flags on sun 2008-11-11 13:58:31 -05:00
SunOS.cmake ENH: Make /opt/SUNWspro/lib, /opt/SUNWspro/prod/lib, and /usr/ccs/lib implicit link directories on the Sun when using the SunPro compiler. 2008-04-30 14:13:11 -04:00
Tru64.cmake
ULTRIX.cmake
UNIX_SV.cmake
UnixPaths.cmake ENH: Re-enable system include dir suppression 2009-02-25 11:44:46 -05:00
UnixWare.cmake
Windows-NMcl.cmake ENH: add platform file for bounds checker 2008-08-15 15:07:56 -04:00
Windows-bcc32.cmake
Windows-cl.cmake ENH: fix problem where rc language recursively included itself because CMAKE_BASE_NAME was used from c compiler, do the same fix for other uses of CMAKE_BASE_NAME 2008-10-14 16:07:11 -04:00
Windows-cl.cmake.in
Windows-df.cmake
Windows-g++.cmake
Windows-g77.cmake ENH: fix fortran flags on g77 windows 2008-11-11 13:58:55 -05:00
Windows-gcc.cmake BUG: fix for 5705, link in standard libs for mingw 2008-10-02 12:11:02 -04:00
Windows-icl.cmake BUG: make sure the intel compiler uses the intel linker 2008-09-02 14:47:41 -04:00
Windows-ifort.cmake ENH: add more fortran flags 2008-04-30 11:33:54 -04:00
Windows-wcl386.cmake
Windows.cmake
WindowsPaths.cmake ENH: Use 32-bit and 64-bit Program Files folders 2008-12-17 09:23:30 -05:00
Xenix.cmake
cl.cmake
eCos.cmake
g77.cmake
gas.cmake
gcc.cmake
kFreeBSD.cmake
syllable.cmake
xlf.cmake