summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ADD : claryfying todoBart Vanhauwaert2010-04-171-0/+1
* ADD : std::target_platform builtin namespaceBart Vanhauwaert2010-04-172-3/+56
* ADD : Execution of Executable::define methodBart Vanhauwaert2010-04-171-0/+16
* ADD : execution of if statementBart Vanhauwaert2010-04-171-1/+14
* FIX : pretty print bool expressionsBart Vanhauwaert2010-04-171-1/+1
* ADD : parse bool literal expressionBart Vanhauwaert2010-04-171-0/+4
* ADD : BoolExpression to hold boolean valuesBart Vanhauwaert2010-04-171-0/+24
* FIX : add to real project reference instead of a local copyBart Vanhauwaert2010-04-171-1/+1
* ADD : begin of semantic analysis and execution of parsing treeBart Vanhauwaert2010-04-172-3/+160
* FIX : better error reporting for if statementBart Vanhauwaert2010-04-161-190/+3
* ADD : better errorreporting with line numbersBart Vanhauwaert2010-04-162-2/+19
* ADD : new parser now parses Description.cc againBart Vanhauwaert2010-04-164-95/+291
* FIX : remove removed source from mac bootstrap scriptBart Vanhauwaert2010-04-141-1/+0
* Work in progress : new parserBart Vanhauwaert2010-04-145-87/+201
* Reworked the configuration phase and cache to be more consistentBart Vanhauwaert2010-03-1713-319/+316
* Enhance childOrVoid function to also find grandchildrenBart Vanhauwaert2010-03-151-2/+16
* non const SystemConfiguration::cache() methodBart Vanhauwaert2010-03-152-0/+6
* stringValue() convenience function to return the string value of aBart Vanhauwaert2010-03-142-0/+8
* Replace the SharedPtr::isValid with SharedPtr::isNull which moreBart Vanhauwaert2010-03-141-2/+2
* New function childOrVoid to return a named child or a void ref if itBart Vanhauwaert2010-03-142-1/+11
* Adds a function to access the full systemconfiguration cacheBart Vanhauwaert2010-03-142-0/+6
* Reading in the system configuration file is now through a private parserBart Vanhauwaert2010-03-131-1/+39
* Function to parse variablesBart Vanhauwaert2010-03-132-0/+17
* Function to read in whitespace and then decide on end of streamBart Vanhauwaert2010-03-132-0/+7
* Guard against unreffing in the case of self-assignment for a SharedPtrBart Vanhauwaert2010-03-131-0/+2
* Return correct discovery resultBart Vanhauwaert2010-03-091-0/+3
* Return size of defines and search paths in configureBart Vanhauwaert2010-03-091-2/+2
* Adds the default.includesearchpaths option in the system configuration cacheBart Vanhauwaert2010-01-306-12/+64
* Switch to a cleaner discovery system for system configurationBart Vanhauwaert2010-01-3016-175/+203
* Fix a typoBart Vanhauwaert2010-01-301-1/+1
* Remove obsolete file from mac bootstrapBart Vanhauwaert2010-01-301-1/+0
* Add convenience function to find a file in the path or in a suggestionfolderBart Vanhauwaert2010-01-292-0/+9
* Fixing eolBart Vanhauwaert2010-01-292-62/+62
* Adds include search path in the configurationBart Vanhauwaert2010-01-212-0/+20
* Refactor additive string listsBart Vanhauwaert2010-01-212-16/+36
* The reference documentationBart Vanhauwaert2010-01-101-0/+54
* Remove unneeded fileBart Vanhauwaert2010-01-101-0/+0
* Refactor global scope initialization to its own fileBart Vanhauwaert2010-01-108-23/+76
* Add support for if () statementBart Vanhauwaert2010-01-101-21/+90
* Add isBoolTrue() helper functionBart Vanhauwaert2009-12-292-1/+6
* Adds a bool to the variable type systemBart Vanhauwaert2009-12-292-2/+30
* Adds support for unscoped statement blocks in the project descriptionBart Vanhauwaert2009-12-281-0/+15
* New function in the project description languageBart Vanhauwaert2009-12-286-5/+60
* Adds a bootstrap file for the MingW environmentBart Vanhauwaert2009-12-281-0/+1
* Fix compilation error in windows specific partBart Vanhauwaert2009-12-281-1/+1
* Adds a bootstrap batch file for visual studioBart Vanhauwaert2009-12-281-0/+21
* Move the makefest.cfg format and parsing over to standard description (C like)Bart Vanhauwaert2009-12-2710-136/+123
* Print a little nicerBart Vanhauwaert2009-12-241-6/+4
* Fix compile errors when exposing Variable.hBart Vanhauwaert2009-12-244-15/+24
* Adds a method to parse pure assignment sequences (for makefest.cfg parsing)Bart Vanhauwaert2009-12-221-15/+35