index
:
bldit
master
Configure and build tool for C++ development.
Bart Vanhauwaert
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ADD : claryfying todo
Bart Vanhauwaert
2010-04-17
1
-0
/
+1
*
ADD : std::target_platform builtin namespace
Bart Vanhauwaert
2010-04-17
2
-3
/
+56
*
ADD : Execution of Executable::define method
Bart Vanhauwaert
2010-04-17
1
-0
/
+16
*
ADD : execution of if statement
Bart Vanhauwaert
2010-04-17
1
-1
/
+14
*
FIX : pretty print bool expressions
Bart Vanhauwaert
2010-04-17
1
-1
/
+1
*
ADD : parse bool literal expression
Bart Vanhauwaert
2010-04-17
1
-0
/
+4
*
ADD : BoolExpression to hold boolean values
Bart Vanhauwaert
2010-04-17
1
-0
/
+24
*
FIX : add to real project reference instead of a local copy
Bart Vanhauwaert
2010-04-17
1
-1
/
+1
*
ADD : begin of semantic analysis and execution of parsing tree
Bart Vanhauwaert
2010-04-17
2
-3
/
+160
*
FIX : better error reporting for if statement
Bart Vanhauwaert
2010-04-16
1
-190
/
+3
*
ADD : better errorreporting with line numbers
Bart Vanhauwaert
2010-04-16
2
-2
/
+19
*
ADD : new parser now parses Description.cc again
Bart Vanhauwaert
2010-04-16
4
-95
/
+291
*
FIX : remove removed source from mac bootstrap script
Bart Vanhauwaert
2010-04-14
1
-1
/
+0
*
Work in progress : new parser
Bart Vanhauwaert
2010-04-14
5
-87
/
+201
*
Reworked the configuration phase and cache to be more consistent
Bart Vanhauwaert
2010-03-17
13
-319
/
+316
*
Enhance childOrVoid function to also find grandchildren
Bart Vanhauwaert
2010-03-15
1
-2
/
+16
*
non const SystemConfiguration::cache() method
Bart Vanhauwaert
2010-03-15
2
-0
/
+6
*
stringValue() convenience function to return the string value of a
Bart Vanhauwaert
2010-03-14
2
-0
/
+8
*
Replace the SharedPtr::isValid with SharedPtr::isNull which more
Bart Vanhauwaert
2010-03-14
1
-2
/
+2
*
New function childOrVoid to return a named child or a void ref if it
Bart Vanhauwaert
2010-03-14
2
-1
/
+11
*
Adds a function to access the full systemconfiguration cache
Bart Vanhauwaert
2010-03-14
2
-0
/
+6
*
Reading in the system configuration file is now through a private parser
Bart Vanhauwaert
2010-03-13
1
-1
/
+39
*
Function to parse variables
Bart Vanhauwaert
2010-03-13
2
-0
/
+17
*
Function to read in whitespace and then decide on end of stream
Bart Vanhauwaert
2010-03-13
2
-0
/
+7
*
Guard against unreffing in the case of self-assignment for a SharedPtr
Bart Vanhauwaert
2010-03-13
1
-0
/
+2
*
Return correct discovery result
Bart Vanhauwaert
2010-03-09
1
-0
/
+3
*
Return size of defines and search paths in configure
Bart Vanhauwaert
2010-03-09
1
-2
/
+2
*
Adds the default.includesearchpaths option in the system configuration cache
Bart Vanhauwaert
2010-01-30
6
-12
/
+64
*
Switch to a cleaner discovery system for system configuration
Bart Vanhauwaert
2010-01-30
16
-175
/
+203
*
Fix a typo
Bart Vanhauwaert
2010-01-30
1
-1
/
+1
*
Remove obsolete file from mac bootstrap
Bart Vanhauwaert
2010-01-30
1
-1
/
+0
*
Add convenience function to find a file in the path or in a suggestionfolder
Bart Vanhauwaert
2010-01-29
2
-0
/
+9
*
Fixing eol
Bart Vanhauwaert
2010-01-29
2
-62
/
+62
*
Adds include search path in the configuration
Bart Vanhauwaert
2010-01-21
2
-0
/
+20
*
Refactor additive string lists
Bart Vanhauwaert
2010-01-21
2
-16
/
+36
*
The reference documentation
Bart Vanhauwaert
2010-01-10
1
-0
/
+54
*
Remove unneeded file
Bart Vanhauwaert
2010-01-10
1
-0
/
+0
*
Refactor global scope initialization to its own file
Bart Vanhauwaert
2010-01-10
8
-23
/
+76
*
Add support for if () statement
Bart Vanhauwaert
2010-01-10
1
-21
/
+90
*
Add isBoolTrue() helper function
Bart Vanhauwaert
2009-12-29
2
-1
/
+6
*
Adds a bool to the variable type system
Bart Vanhauwaert
2009-12-29
2
-2
/
+30
*
Adds support for unscoped statement blocks in the project description
Bart Vanhauwaert
2009-12-28
1
-0
/
+15
*
New function in the project description language
Bart Vanhauwaert
2009-12-28
6
-5
/
+60
*
Adds a bootstrap file for the MingW environment
Bart Vanhauwaert
2009-12-28
1
-0
/
+1
*
Fix compilation error in windows specific part
Bart Vanhauwaert
2009-12-28
1
-1
/
+1
*
Adds a bootstrap batch file for visual studio
Bart Vanhauwaert
2009-12-28
1
-0
/
+21
*
Move the makefest.cfg format and parsing over to standard description (C like)
Bart Vanhauwaert
2009-12-27
10
-136
/
+123
*
Print a little nicer
Bart Vanhauwaert
2009-12-24
1
-6
/
+4
*
Fix compile errors when exposing Variable.h
Bart Vanhauwaert
2009-12-24
4
-15
/
+24
*
Adds a method to parse pure assignment sequences (for makefest.cfg parsing)
Bart Vanhauwaert
2009-12-22
1
-15
/
+35
[prev]
[next]