summaryrefslogtreecommitdiffstats
path: root/Variable.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor Variables and make includesearchdir and libsearchdirBart Vanhauwaert2010-05-171-87/+34
| | | | stringlists
* FIX : clean types that are not needed anymore from VariableBart Vanhauwaert2010-04-251-28/+0
|
* Enhance childOrVoid function to also find grandchildrenBart Vanhauwaert2010-03-151-2/+16
|
* stringValue() convenience function to return the string value of aBart Vanhauwaert2010-03-141-0/+7
| | | | VariableRef
* New function childOrVoid to return a named child or a void ref if itBart Vanhauwaert2010-03-141-1/+9
| | | | doesn't exist
* Function to parse variablesBart Vanhauwaert2010-03-131-0/+13
|
* Switch to a cleaner discovery system for system configurationBart Vanhauwaert2010-01-301-0/+26
| | | | | | | | | | | 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
* Add isBoolTrue() helper functionBart Vanhauwaert2009-12-291-1/+5
|
* Adds a bool to the variable type systemBart Vanhauwaert2009-12-291-0/+25
|
* Fix compile errors when exposing Variable.hBart Vanhauwaert2009-12-241-6/+6
|
* Refactoring variable class. Name is not part of the variable but the containerBart Vanhauwaert2009-12-211-0/+210