| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Build on Linux. | 2010-08-07 | 1 | -1/+1 | |
| | | |||||
| * | A better system to discover and configure components so that one component | 2010-05-19 | 1 | -4/+3 | |
| | | | | | | can have different configurations depending on the toolchain used, debug flags etc | ||||
| * | Refactor Variables and make includesearchdir and libsearchdir | 2010-05-17 | 1 | -9/+9 | |
| | | | | | stringlists | ||||
| * | Switch to principle where the build process needs to be started from the build directory and | 2010-05-16 | 1 | -3/+24 | |
| | | | | | the source directory must be passed on the command line | ||||
| * | Project now contains SharedPtr<Executable> instead of SharedRef<Executable> | 2010-05-05 | 1 | -1/+1 | |
| | | |||||
| * | Support for linking in statically linked libraries | 2010-05-04 | 1 | -0/+7 | |
| | | |||||
| * | Headeronly components get discovered, added to the systemconfiguration and include path is set | 2010-04-25 | 1 | -3/+9 | |
| | | |||||
| * | Reworked the configuration phase and cache to be more consistent | 2010-03-17 | 1 | -9/+11 | |
| | | | | | | | Made ToolChain a virtual class that represents a full toolchain responsable for both compiling and linking. No more individual CcCompiler and CcLinker hierarchies | ||||
| * | Switch to a cleaner discovery system for system configuration | 2010-01-30 | 1 | -13/+13 | |
| | | | | | | | | | | | | 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 | -49/+6 | |
| | | |||||
| * | Use a cIdentifier for boost::lexical_cast libraryname | 2009-12-04 | 1 | -0/+3 | |
| | | | | | Read HeaderOnlyComponent includedir back from the systemconfiguration | ||||
| * | Component class to keep track of dependencies to build executables | 2009-12-04 | 1 | -0/+2 | |
| | | | | | | HeadersOnlyComponent to represent a component consisting of only headers boost::lexical_cast example component implementation | ||||
| * | ADD : initial commit | 2009-11-10 | 1 | -0/+186 | |
