merge local changes with head |
|
More...
|
over 7 years ago
|
fix crash when cmake generator not specified in file |
|
More...
|
over 7 years ago
|
add file copying source tree provider |
|
More...
|
about 8 years ago
|
cleaned up code formatting |
|
More...
|
about 8 years ago
|
cleaned up code formatting |
|
More...
|
about 8 years ago
|
add helper function for copying directories |
|
More...
|
about 8 years ago
|
add helper function for copying directories |
|
More...
|
about 8 years ago
|
* fix default build platform for MetaBuild project |
|
More...
|
about 8 years ago
|
* fix default build platform for MetaBuild project |
|
More...
|
about 8 years ago
|
Have METABUILD_ROOT use forward slashes on Windows because cmake seems to work better with that. |
|
More...
|
about 8 years ago
|
expand variables in environment variable value |
|
More...
|
about 8 years ago
|
* All builders can now take instructions to ochange the environment variables for the build tool they call |
|
More...
|
about 8 years ago
|
* fix generated command line for msbuild builder |
|
More...
|
about 8 years ago
|
CommandBuilder: support clean commands and handle working directory changes properly |
|
More...
|
about 8 years ago
|
added command builder executing lists of arbitrary commands (useful when dealing with unsupported / uncommon / custom build systems) |
|
More...
|
about 8 years ago
|
issue parallel make builds unless explicitly disabled in builder configuruation |
|
More...
|
about 8 years ago
|
fix git update not working from correct directory |
|
More...
|
about 8 years ago
|
merge configure and build steps because configuration only makes sense after dependencies were built |
|
More...
|
over 8 years ago
|
implement clean for msbuild |
|
More...
|
over 8 years ago
|
implement clean command (no msbuild implementation yet) |
|
More...
|
over 8 years ago
|
adjust coding style and partially implement git source tree provider |
|
More...
|
over 8 years ago
|
README.md edited online with Bitbucket |
|
More...
|
over 8 years ago
|
cmake builder now generates an inner make builder for cmake-generated makefiles |
|
More...
|
over 8 years ago
|
make it possible to declare an msbuild buidler in a target |
|
More...
|
over 8 years ago
|
create automatic msbuild commands when appropriate cmake generator is used and no user override is present |
|
More...
|
over 8 years ago
|
line ending changes |
|
More...
|
over 8 years ago
|
function for scanning directory tree for files obeying a given glob pattern |
|
More...
|
over 8 years ago
|
started to implement cmake based project configuration |
|
More...
|
over 8 years ago
|
remove json library |
|
More...
|
over 8 years ago
|
preprocess XML DOM to filter out platform specific declarations |
|
More...
|
over 8 years ago
|