2015-06-23 |
Enforce build requirements after downwards inheritance of build settings. Fixes #592.
Sönke Ludwig
committed
on 23 Jun 2015
|
---|---|
Allow building non-binary target types with -o- switch. Fixes #553.
...
Sönke Ludwig
committed
on 23 Jun 2015
|
|
2015-06-21 |
|
2015-03-27 |
Make parallel compilation optional. See #498.
Sönke Ludwig
committed
on 27 Mar 2015
|
2015-03-06 |
Handle string import files during upwards inheritance. Fixes #331.
Sönke Ludwig
committed
on 6 Mar 2015
|
2015-01-24 |
Add generator for CMake build scripts
Steven Dwy
committed
on 24 Jan 2015
|
2015-01-09 |
|
2015-01-04 |
use hardlinks for copyFiles
Martin Nowak
committed
on 4 Jan 2015
|
2014-12-13 |
Added generator for SublimeText project files
Nicholas Londey
committed
on 13 Dec 2014
|
2014-12-12 |
|
2014-12-10 |
remove unnecessary check for directories starting with dot
Vadim Lopatin
committed
on 10 Dec 2014
|
Modify copyFiles to allow recursive copying of directories with contents, if directory name is specified in file list (or matched by wildcard)
Vadim Lopatin
committed
on 10 Dec 2014
|
|
2014-12-08 |
fix MartinNowak's finding - wildcard copyDirs should be applied to directories only
Vadim Lopatin
committed
on 8 Dec 2014
|
Implement copyDirs parameter, similar to copyFiles - should recursively copy directory content to destination
Vadim Lopatin
committed
on 8 Dec 2014
|
|
2014-10-07 |
Mention what to do with linkDependencies when building.
Sönke Ludwig
committed
on 7 Oct 2014
|
Add some more documentation in the Generator class.
Sönke Ludwig
committed
on 7 Oct 2014
|
|
Remove PackageManager argument from createProjectGenerator().
...
Sönke Ludwig
committed
on 7 Oct 2014
|
|
Add basic documentation for the Generator class and improve method protection.
Sönke Ludwig
committed
on 7 Oct 2014
|
|
2014-09-22 |
|
2014-08-29 |
In copyFiles, check if entry is glob before treating it as such
Colden Cullen
committed
on 29 Aug 2014
|
2014-08-26 |
Added glob support to copyFiles
Colden Cullen
committed
on 26 Aug 2014
|
2014-08-25 |
Fix trying to copy copyFiles where source==destination.
Sönke Ludwig
committed
on 25 Aug 2014
|
2014-06-29 |
Added singleFile support
Geod24
committed
on 29 Jun 2014
|
2014-06-13 |
Add a --temp-build switch to force building in the TEMP folder. Fixes #294.
Sönke Ludwig
committed
on 13 Jun 2014
|
2014-06-12 |
Only add platform flags for targets that generate an actual binary. Fixes #346.
Sönke Ludwig
committed
on 12 Jun 2014
|
2014-05-22 |
Removed trailing whitespace
James Clarke
committed
on 22 May 2014
|
2014-05-09 |
Add the --build-mode switch to control how the compiler and linker are invoked.
Sönke Ludwig
committed
on 9 May 2014
|
2014-05-05 |
Process variables for pre-/postGenerateCommands.
Sönke Ludwig
committed
on 5 May 2014
|
2014-04-24 |
Fix copying "copyFiles".
Sönke Ludwig
committed
on 24 Apr 2014
|
2014-04-21 |
|