index
:
bldit
master
Configure and build tool for C++ development.
Bart Vanhauwaert
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
git:
/
git.zx2c4.com
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-08-07
Build on Linux.
Jason A. Donenfeld
12
-18
/
+33
2010-08-02
Infrastructure to deal with incompletly configured components
Bart Vanhauwaert
2
-6
/
+34
2010-08-02
Convert header file names to native paths before checking if they exist
Bart Vanhauwaert
1
-1
/
+1
2010-08-02
New toNativePath(std::string) method that converts from canonical path names
Bart Vanhauwaert
2
-0
/
+12
2010-08-02
Write header information to configuration as well for linkcomponents
Bart Vanhauwaert
2
-1
/
+2
2010-08-02
Better error reporting for missing libraries
Bart Vanhauwaert
2
-2
/
+18
2010-08-02
Recapitulate the number of errors during parsing
Bart Vanhauwaert
1
-1
/
+5
2010-08-02
Find newer mingw compilers which report being mingw differently
Bart Vanhauwaert
1
-1
/
+2
2010-08-02
Fix up bootstrapping script for mingw
Bart Vanhauwaert
1
-1
/
+1
2010-05-19
A better system to discover and configure components so that one component
Bart Vanhauwaert
12
-105
/
+287
2010-05-19
Don't crash when retrieving a non-existing key
Bart Vanhauwaert
1
-1
/
+1
2010-05-17
Add support for qt::core and qt::gui
Bart Vanhauwaert
1
-0
/
+37
2010-05-17
Add include directories and link directives of used components when
Bart Vanhauwaert
1
-0
/
+11
2010-05-17
Refactor Variables and make includesearchdir and libsearchdir
Bart Vanhauwaert
11
-193
/
+142
2010-05-16
Remove includes that are not needed
Bart Vanhauwaert
2
-3
/
+0
2010-05-16
Fix various compiler warnings about not generating assignment operators
Bart Vanhauwaert
4
-5
/
+9
2010-05-16
Include the full source path in the dependency list of the translation unit
Bart Vanhauwaert
1
-1
/
+1
2010-05-16
Correctly warn about non valid toplevel namespaces
Bart Vanhauwaert
1
-1
/
+1
2010-05-16
Differentiate the different Microsoft compilers and find the boost
Bart Vanhauwaert
6
-16
/
+96
2010-05-16
Fix compile warning
Bart Vanhauwaert
1
-0
/
+4
2010-05-16
Correctly initialize TokenStream
Bart Vanhauwaert
1
-0
/
+1
2010-05-16
Implementation of shellLaunchProcess for windows
Bart Vanhauwaert
1
-0
/
+26
2010-05-16
Implementation of pathOf() for windows
Bart Vanhauwaert
1
-0
/
+8
2010-05-16
Return processcontroller from Generate::createNextTask() when
Bart Vanhauwaert
1
-1
/
+1
2010-05-16
Switch to principle where the build process needs to be started from the build directory and
Bart Vanhauwaert
8
-10
/
+50
2010-05-16
Add a pathOf function and implement it for mac
Bart Vanhauwaert
2
-2
/
+8
2010-05-16
Make mac bootstrap script current
Bart Vanhauwaert
1
-1
/
+1
2010-05-16
Clean up unused code
Bart Vanhauwaert
1
-23
/
+0
2010-05-16
Support for generating source files from executing arbitrary command lines
Bart Vanhauwaert
8
-25
/
+204
2010-05-07
Source name should be decided within CCSource class
Bart Vanhauwaert
2
-2
/
+2
2010-05-07
Move away from CCSourceRef towards SharedPtr<CCSource>
Bart Vanhauwaert
4
-8
/
+6
2010-05-07
Generator::input Generator::output and Generator::makeCCSource parses
Bart Vanhauwaert
4
-37
/
+154
2010-05-06
Pretty(?) print constructor arguments
Bart Vanhauwaert
1
-4
/
+12
2010-05-06
Parses Generator declaration
Bart Vanhauwaert
2
-3
/
+12
2010-05-06
Adds the Executable::Executable(std::string) constructor
Bart Vanhauwaert
4
-36
/
+77
2010-05-06
Make membercalls real expressions that can return a result
Bart Vanhauwaert
2
-60
/
+124
2010-05-05
Clean up dead variables from Project.h
Bart Vanhauwaert
1
-3
/
+0
2010-05-05
Project now contains SharedPtr<Executable> instead of SharedRef<Executable>
Bart Vanhauwaert
3
-6
/
+3
2010-05-05
Clean up dead code from Executable.h/.cc
Bart Vanhauwaert
2
-22
/
+2
2010-05-04
Support for linking in statically linked libraries
Bart Vanhauwaert
14
-6
/
+174
2010-05-01
Added shift left operator and std::cout and std::endl builtins
Bart Vanhauwaert
2
-1
/
+90
2010-05-01
Clean up old code
Bart Vanhauwaert
1
-99
/
+0
2010-05-01
Added support for boost::date_time
Bart Vanhauwaert
2
-0
/
+7
2010-04-25
FIX : clean types that are not needed anymore from Variable
Bart Vanhauwaert
6
-85
/
+1
2010-04-25
Headeronly components get discovered, added to the systemconfiguration and include path is set
Bart Vanhauwaert
6
-26
/
+34
2010-04-19
FIX : find regular g++ toolchain correctly
Bart Vanhauwaert
2
-2
/
+6
2010-04-19
FIX : initialize Block correctly
Bart Vanhauwaert
1
-0
/
+4
2010-04-19
ADD : Executable::use member
Bart Vanhauwaert
4
-111
/
+199
2010-04-17
ADD : std::host_platform builtin variables
Bart Vanhauwaert
2
-13
/
+15
2010-04-17
ADD : claryfying todo
Bart Vanhauwaert
1
-0
/
+1
[next]