summaryrefslogtreecommitdiff
path: root/build.py
AgeCommit message (Expand)Author
2015-05-03Fixed gui app.Jussi Pakkanen
2015-04-25Prune one string matching thingy.Jussi Pakkanen
2015-04-22Started enforcing types better with decorators.Jussi Pakkanen
2015-04-22Use File objects for all sources. Fix all basic tests.Jussi Pakkanen
2015-04-21The first step in a major refactoring starts by adding a new layer of abstrac...Jussi Pakkanen
2015-04-08Autodetect Qt5 rcc dependencies as well as reasonably possible.Jussi Pakkanen
2015-04-02Can specify explicit dependencies for custom targets.Jussi Pakkanen
2015-04-02Accept source files in extract_objects() (also) as a list.Hemmo Nieminen
2015-03-27Generate configure files immediately when they are declared. Closes #88.Jussi Pakkanen
2015-03-14Remove duplicate entries from list of source files.Jussi Pakkanen
2015-03-13Persist modules so they are imported only once for the lifetime of a build di...Jussi Pakkanen
2015-03-09Now can compile all Qt5 tests with module.Jussi Pakkanen
2015-03-09Major refactoring to move Qt5 from core into a module. Rules are written but ...Jussi Pakkanen
2015-02-07I meant to do this originally.Jussi Pakkanen
2015-02-07An implementation of build_always as slightly modified from the original by A...Jussi Pakkanen
2014-11-16Harmonised copyright declarations.Jussi Pakkanen
2014-11-07Minor tweak.Jussi Pakkanen
2014-11-07Further harmonise held_object.Jussi Pakkanen
2014-11-07Harmonise held_object usage somewhat.Jussi Pakkanen
2014-11-03Can install entire subtrees with one command. Closes #14.Jussi Pakkanen
2014-09-20Can have arrays of stuff.Jussi Pakkanen
2014-09-20Autodetect runnable commands on unix (where chmod values might be wrong) and ...Jussi Pakkanen
2014-09-14Per-target type known keyword lists.Jussi Pakkanen
2014-09-02Use static library dependencies not when the library is built but when it is ...Jussi Pakkanen
2014-08-12Warn on unknown kwargs on custom targets.Jussi Pakkanen
2014-08-12Print a warning on unknown keyword arguments on build targets.Jussi Pakkanen
2014-08-11Updated copyright years.Jussi Pakkanen
2014-08-07Kill end of line whitespace dead.Jussi Pakkanen
2014-08-05Spell out include_directories.Jussi Pakkanen
2014-07-30Handle C# resource files.Jussi Pakkanen
2014-07-27Made all unit tests pass again.Jussi Pakkanen
2014-07-27Make it possible to generate source files in custom targets.Jussi Pakkanen
2014-07-19Can set per-target cs args.Jussi Pakkanen
2014-07-18C# file names always follow the windows standard.Jussi Pakkanen
2014-07-11Can set install time rpath.Jussi Pakkanen
2014-07-09Make it possible to run a custom script during install.Jussi Pakkanen
2014-06-24Fix kwarg copying.Jussi Pakkanen
2014-06-22Invoke Rust via wrapper script.Jussi Pakkanen
2014-06-22Renamed deps -> dependencies.Jussi Pakkanen
2014-06-22The mass flags -> args renaming for consistency.Jussi Pakkanen
2014-06-18Can compile very basic Rust programs.Jussi Pakkanen
2014-06-11Can specify standalone command targets.Jussi Pakkanen
2014-06-07Store build flags into coredata as it is persistent and needs to survive over...Jussi Pakkanen
2014-06-07Get compile and link flags from envvars.Jussi Pakkanen
2014-06-04Always give full path for build target executables as someone may try to invo...Jussi Pakkanen
2014-05-24Keyword argument unification.Jussi Pakkanen
2014-05-24Can now generate GObject introspection data and install it.Jussi Pakkanen
2014-05-23Put in some frosting.Jussi Pakkanen
2014-05-21Can use outputs of targets as inputs of custom targets.Jussi Pakkanen
2014-05-19Can define custom targets.Jussi Pakkanen