| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Infrastructure to deal with incompletly configured components | 2010-08-02 | 1 | -6/+31 | |
| | | |||||
| * | Convert header file names to native paths before checking if they exist | 2010-08-02 | 1 | -1/+1 | |
| | | |||||
| * | Write header information to configuration as well for linkcomponents | 2010-08-02 | 1 | -0/+1 | |
| | | |||||
| * | Better error reporting for missing libraries | 2010-08-02 | 1 | -1/+15 | |
| | | |||||
| * | A better system to discover and configure components so that one component | 2010-05-19 | 1 | -50/+162 | |
| | | | | | | can have different configurations depending on the toolchain used, debug flags etc | ||||
| * | Add support for qt::core and qt::gui | 2010-05-17 | 1 | -0/+37 | |
| | | |||||
| * | Differentiate the different Microsoft compilers and find the boost | 2010-05-16 | 1 | -5/+47 | |
| | | | | | | libraries on windows accordingly (they include the compiler version in the library link name) | ||||
| * | Support for linking in statically linked libraries | 2010-05-04 | 1 | -2/+59 | |
| | | |||||
| * | Added support for boost::date_time | 2010-05-01 | 1 | -0/+6 | |
| | | |||||
| * | Headeronly components get discovered, added to the systemconfiguration and include path is set | 2010-04-25 | 1 | -9/+12 | |
| | | |||||
| * | Work in progress : new parser | 2010-04-14 | 1 | -3/+11 | |
| | | |||||
| * | Adds the default.includesearchpaths option in the system configuration cache | 2010-01-30 | 1 | -3/+5 | |
| | | | | | Removes the special case for my Mac to find the boost headers | ||||
| * | Switch to a cleaner discovery system for system configuration | 2010-01-30 | 1 | -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) | 2009-12-27 | 1 | -2/+2 | |
| | | |||||
| * | Use a cIdentifier for boost::lexical_cast libraryname | 2009-12-04 | 1 | -1/+7 | |
| | | | | | Read HeaderOnlyComponent includedir back from the systemconfiguration | ||||
| * | Component class to keep track of dependencies to build executables | 2009-12-04 | 1 | -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 dependencies | 2009-12-01 | 1 | -0/+5 | |
