summaryrefslogtreecommitdiffstats
path: root/SystemConfiguration.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Build on Linux.Jason A. Donenfeld2010-08-071-0/+0
|
* Refactor Variables and make includesearchdir and libsearchdirBart Vanhauwaert2010-05-171-5/+4
| | | | stringlists
* non const SystemConfiguration::cache() methodBart Vanhauwaert2010-03-151-0/+1
|
* Adds a function to access the full systemconfiguration cacheBart Vanhauwaert2010-03-141-0/+1
|
* Adds the default.includesearchpaths option in the system configuration cacheBart Vanhauwaert2010-01-301-0/+1
| | | | Removes the special case for my Mac to find the boost headers
* Switch to a cleaner discovery system for system configurationBart Vanhauwaert2010-01-301-5/+2
| | | | | | | | | | | User added entries in the configuration cache are now kept Toolchains are arbitrry named entries under toolchain. with the following important key toolchain.X.type specifies the toolchain type : mingw/gcc4/msvc Each toolchain can create additional keys, for example toolchain.X.cc_compiler : executable name of compiler toolchain.X.cc_linker : executable name of linker
* Move the makefest.cfg format and parsing over to standard description (C like)Bart Vanhauwaert2009-12-271-10/+15
|
* ADD : initial commitBart Vanhauwaert2009-11-101-0/+27