summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Check on HOST_IS_POSIXHEADmasterBart Vanhauwaert2010-08-071-1/+1
* Build on Linux.Jason A. Donenfeld2010-08-0712-18/+33
* Infrastructure to deal with incompletly configured componentsBart Vanhauwaert2010-08-022-6/+34
* Convert header file names to native paths before checking if they existBart Vanhauwaert2010-08-021-1/+1
* New toNativePath(std::string) method that converts from canonical path namesBart Vanhauwaert2010-08-022-0/+12
* Write header information to configuration as well for linkcomponentsBart Vanhauwaert2010-08-022-1/+2
* Better error reporting for missing librariesBart Vanhauwaert2010-08-022-2/+18
* Recapitulate the number of errors during parsingBart Vanhauwaert2010-08-021-1/+5
* Find newer mingw compilers which report being mingw differentlyBart Vanhauwaert2010-08-021-1/+2
* Fix up bootstrapping script for mingwBart Vanhauwaert2010-08-021-1/+1
* A better system to discover and configure components so that one componentBart Vanhauwaert2010-05-1912-105/+287
* Don't crash when retrieving a non-existing keyBart Vanhauwaert2010-05-191-1/+1
* Add support for qt::core and qt::guiBart Vanhauwaert2010-05-171-0/+37
* Add include directories and link directives of used components whenBart Vanhauwaert2010-05-171-0/+11
* Refactor Variables and make includesearchdir and libsearchdirBart Vanhauwaert2010-05-1711-193/+142
* Remove includes that are not neededBart Vanhauwaert2010-05-162-3/+0
* Fix various compiler warnings about not generating assignment operatorsBart Vanhauwaert2010-05-164-5/+9
* Include the full source path in the dependency list of the translation unitBart Vanhauwaert2010-05-161-1/+1
* Correctly warn about non valid toplevel namespacesBart Vanhauwaert2010-05-161-1/+1
* Differentiate the different Microsoft compilers and find the boostBart Vanhauwaert2010-05-166-16/+96
* Fix compile warningBart Vanhauwaert2010-05-161-0/+4
* Correctly initialize TokenStreamBart Vanhauwaert2010-05-161-0/+1
* Implementation of shellLaunchProcess for windowsBart Vanhauwaert2010-05-161-0/+26
* Implementation of pathOf() for windowsBart Vanhauwaert2010-05-161-0/+8
* Return processcontroller from Generate::createNextTask() whenBart Vanhauwaert2010-05-161-1/+1
* Switch to principle where the build process needs to be started from the build directory andBart Vanhauwaert2010-05-168-10/+50
* Add a pathOf function and implement it for macBart Vanhauwaert2010-05-162-2/+8
* Make mac bootstrap script currentBart Vanhauwaert2010-05-161-1/+1
* Clean up unused codeBart Vanhauwaert2010-05-161-23/+0
* Support for generating source files from executing arbitrary command linesBart Vanhauwaert2010-05-168-25/+204
* Source name should be decided within CCSource classBart Vanhauwaert2010-05-072-2/+2
* Move away from CCSourceRef towards SharedPtr<CCSource>Bart Vanhauwaert2010-05-074-8/+6
* Generator::input Generator::output and Generator::makeCCSource parsesBart Vanhauwaert2010-05-074-37/+154
* Pretty(?) print constructor argumentsBart Vanhauwaert2010-05-061-4/+12
* Parses Generator declarationBart Vanhauwaert2010-05-062-3/+12
* Adds the Executable::Executable(std::string) constructorBart Vanhauwaert2010-05-064-36/+77
* Make membercalls real expressions that can return a resultBart Vanhauwaert2010-05-062-60/+124
* Clean up dead variables from Project.hBart Vanhauwaert2010-05-051-3/+0
* Project now contains SharedPtr<Executable> instead of SharedRef<Executable>Bart Vanhauwaert2010-05-053-6/+3
* Clean up dead code from Executable.h/.ccBart Vanhauwaert2010-05-052-22/+2
* Support for linking in statically linked librariesBart Vanhauwaert2010-05-0414-6/+174
* Added shift left operator and std::cout and std::endl builtinsBart Vanhauwaert2010-05-012-1/+90
* Clean up old codeBart Vanhauwaert2010-05-011-99/+0
* Added support for boost::date_timeBart Vanhauwaert2010-05-012-0/+7
* FIX : clean types that are not needed anymore from VariableBart Vanhauwaert2010-04-256-85/+1
* Headeronly components get discovered, added to the systemconfiguration and include path is setBart Vanhauwaert2010-04-256-26/+34
* FIX : find regular g++ toolchain correctlyBart Vanhauwaert2010-04-192-2/+6
* FIX : initialize Block correctlyBart Vanhauwaert2010-04-191-0/+4
* ADD : Executable::use memberBart Vanhauwaert2010-04-194-111/+199
* ADD : std::host_platform builtin variablesBart Vanhauwaert2010-04-172-13/+15