aboutsummaryrefslogtreecommitdiff
path: root/build.py
AgeCommit message (Expand)AuthorFilesLines
2014-11-16Harmonised copyright declarations.Jussi Pakkanen1-1/+1
2014-11-07Minor tweak.Jussi Pakkanen1-1/+1
2014-11-07Further harmonise held_object.Jussi Pakkanen1-6/+4
2014-11-07Harmonise held_object usage somewhat.Jussi Pakkanen1-9/+3
2014-11-03Can install entire subtrees with one command. Closes #14.Jussi Pakkanen1-0/+4
2014-09-20Can have arrays of stuff.Jussi Pakkanen1-6/+9
2014-09-20Autodetect runnable commands on unix (where chmod values might be wrong) and ...Jussi Pakkanen1-1/+1
2014-09-14Per-target type known keyword lists.Jussi Pakkanen1-30/+47
2014-09-02Use static library dependencies not when the library is built but when it is ...Jussi Pakkanen1-1/+7
2014-08-12Warn on unknown kwargs on custom targets.Jussi Pakkanen1-0/+13
2014-08-12Print a warning on unknown keyword arguments on build targets.Jussi Pakkanen1-0/+33
2014-08-11Updated copyright years.Jussi Pakkanen1-1/+1
2014-08-07Kill end of line whitespace dead.Jussi Pakkanen1-2/+2
2014-08-05Spell out include_directories.Jussi Pakkanen1-1/+1
2014-07-30Handle C# resource files.Jussi Pakkanen1-0/+10
2014-07-27Made all unit tests pass again.Jussi Pakkanen1-2/+5
2014-07-27Make it possible to generate source files in custom targets.Jussi Pakkanen1-5/+10
2014-07-19Can set per-target cs args.Jussi Pakkanen1-0/+4
2014-07-18C# file names always follow the windows standard.Jussi Pakkanen1-2/+10
2014-07-11Can set install time rpath.Jussi Pakkanen1-0/+4
2014-07-09Make it possible to run a custom script during install.Jussi Pakkanen1-0/+1
2014-06-24Fix kwarg copying.Jussi Pakkanen1-2/+2
2014-06-22Invoke Rust via wrapper script.Jussi Pakkanen1-0/+9
2014-06-22Renamed deps -> dependencies.Jussi Pakkanen1-1/+1
2014-06-22The mass flags -> args renaming for consistency.Jussi Pakkanen1-10/+10
2014-06-18Can compile very basic Rust programs.Jussi Pakkanen1-3/+1
2014-06-11Can specify standalone command targets.Jussi Pakkanen1-0/+24
2014-06-07Store build flags into coredata as it is persistent and needs to survive over...Jussi Pakkanen1-21/+0
2014-06-07Get compile and link flags from envvars.Jussi Pakkanen1-2/+30
2014-06-04Always give full path for build target executables as someone may try to invo...0.17.0Jussi Pakkanen1-1/+4
2014-05-24Keyword argument unification.Jussi Pakkanen1-4/+4
2014-05-24Can now generate GObject introspection data and install it.Jussi Pakkanen1-1/+10
2014-05-23Put in some frosting.Jussi Pakkanen1-0/+8
2014-05-21Can use outputs of targets as inputs of custom targets.Jussi Pakkanen1-3/+9
2014-05-19Can define custom targets.Jussi Pakkanen1-0/+63
2014-05-10Started work on Vala compilation.Jussi Pakkanen1-1/+2
2014-04-25Can specify extra files that show up in IDEs as parts of a target.Jussi Pakkanen1-2/+13
2014-04-03Path fixing for great link justice.Jussi Pakkanen1-0/+3
2014-04-02OSX shared library versioning works.Jussi Pakkanen1-0/+6
2014-03-31Can build targets but dependencies are not properly set up yet.Jussi Pakkanen1-3/+3
2014-03-28Finally can generate an entire xcodeproj file. Next up: debugging it to work.Jussi Pakkanen1-0/+2
2014-03-22Can define entry symbol type.Jussi Pakkanen1-0/+6
2014-03-22Minor.Jussi Pakkanen1-1/+5
2014-03-19Now can has linking against shared libraries.Jussi Pakkanen1-0/+7
2014-03-17Backend work is start.Jussi Pakkanen1-0/+1
2014-03-11Can run built jar files.Jussi Pakkanen1-0/+7
2014-03-11Can generate a build.ninja for Jave but it does not work yet.Jussi Pakkanen1-0/+1
2014-03-10Can create jar objects.Jussi Pakkanen1-0/+7
2014-03-10Now can detect Java compiler.Jussi Pakkanen1-1/+1
2014-03-10Started work on Java support because why not.Jussi Pakkanen1-3/+8