summaryrefslogtreecommitdiffstats
path: root/Component.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Infrastructure to deal with incompletly configured componentsBart Vanhauwaert2010-08-021-6/+31
|
* Convert header file names to native paths before checking if they existBart Vanhauwaert2010-08-021-1/+1
|
* Write header information to configuration as well for linkcomponentsBart Vanhauwaert2010-08-021-0/+1
|
* Better error reporting for missing librariesBart Vanhauwaert2010-08-021-1/+15
|
* A better system to discover and configure components so that one componentBart Vanhauwaert2010-05-191-50/+162
| | | | | can have different configurations depending on the toolchain used, debug flags etc
* Add support for qt::core and qt::guiBart Vanhauwaert2010-05-171-0/+37
|
* Differentiate the different Microsoft compilers and find the boostBart Vanhauwaert2010-05-161-5/+47
| | | | | libraries on windows accordingly (they include the compiler version in the library link name)
* Support for linking in statically linked librariesBart Vanhauwaert2010-05-041-2/+59
|
* Added support for boost::date_timeBart Vanhauwaert2010-05-011-0/+6
|
* Headeronly components get discovered, added to the systemconfiguration and include path is setBart Vanhauwaert2010-04-251-9/+12
|
* Work in progress : new parserBart Vanhauwaert2010-04-141-3/+11
|
* Adds the default.includesearchpaths option in the system configuration cacheBart Vanhauwaert2010-01-301-3/+5
| | | | Removes the special case for my Mac to find the boost headers
* Switch to a cleaner discovery system for system configurationBart Vanhauwaert2010-01-301-2/+2
| | | | | | | | | | | 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
* Move the makefest.cfg format and parsing over to standard description (C like)Bart Vanhauwaert2009-12-271-2/+2
|
* Use a cIdentifier for boost::lexical_cast librarynameBart Vanhauwaert2009-12-041-1/+7
| | | | Read HeaderOnlyComponent includedir back from the systemconfiguration
* Component class to keep track of dependencies to build executablesBart Vanhauwaert2009-12-041-0/+50
| | | | | HeadersOnlyComponent to represent a component consisting of only headers boost::lexical_cast example component implementation
* Component class to keep track of libraries and other dependenciesBart Vanhauwaert2009-12-011-0/+5