124 Commits (8a1f2cdbbc96e15a3ec4b67133e04714e6976e22)

Author SHA1 Message Date
Jussi Pakkanen c4860ff60f Updated copyright years. 10 years ago
Jussi Pakkanen a5863477f8 Kill end of line whitespace dead. 10 years ago
Jussi Pakkanen cf6a395014 Spell out include_directories. 10 years ago
Jussi Pakkanen 6af7f92ab3 Handle C# resource files. 10 years ago
Jussi Pakkanen af0ca6751a Made all unit tests pass again. 10 years ago
Jussi Pakkanen bae8507753 Make it possible to generate source files in custom targets. 10 years ago
Jussi Pakkanen f55c81ec23 Can set per-target cs args. 10 years ago
Jussi Pakkanen d57b3d79bd C# file names always follow the windows standard. 10 years ago
Jussi Pakkanen e38f040661 Can set install time rpath. 10 years ago
Jussi Pakkanen 6759e404d9 Make it possible to run a custom script during install. 11 years ago
Jussi Pakkanen d5fb06c193 Fix kwarg copying. 11 years ago
Jussi Pakkanen 923ad8ab9b Invoke Rust via wrapper script. 11 years ago
Jussi Pakkanen 2c65b1f0c3 Renamed deps -> dependencies. 11 years ago
Jussi Pakkanen d2b5e5c7a5 The mass flags -> args renaming for consistency. 11 years ago
Jussi Pakkanen f22376701b Can compile very basic Rust programs. 11 years ago
Jussi Pakkanen 73ca870bef Can specify standalone command targets. 11 years ago
Jussi Pakkanen 365f529c75 Store build flags into coredata as it is persistent and needs to survive over Meson reconfigurations. 11 years ago
Jussi Pakkanen f88779319d Get compile and link flags from envvars. 11 years ago
Jussi Pakkanen e2257a59df Always give full path for build target executables as someone may try to invoke them. 11 years ago
Jussi Pakkanen 51b73e8ab2 Keyword argument unification. 11 years ago
Jussi Pakkanen 8467c5b0a6 Can now generate GObject introspection data and install it. 11 years ago
Jussi Pakkanen 03c685b9e4 Put in some frosting. 11 years ago
Jussi Pakkanen ee0607ddf9 Can use outputs of targets as inputs of custom targets. 11 years ago
Jussi Pakkanen 2ecd2ea65a Can define custom targets. 11 years ago
Jussi Pakkanen 9c2364b515 Started work on Vala compilation. 11 years ago
Jussi Pakkanen 77e9a24589 Can specify extra files that show up in IDEs as parts of a target. 11 years ago
Jussi Pakkanen b1be0a4547 Path fixing for great link justice. 11 years ago
Jussi Pakkanen 948f500aa1 OSX shared library versioning works. 11 years ago
Jussi Pakkanen 95cb7ddbad Can build targets but dependencies are not properly set up yet. 11 years ago
Jussi Pakkanen b549875b68 Finally can generate an entire xcodeproj file. Next up: debugging it to work. 11 years ago
Jussi Pakkanen d30c7b5968 Can define entry symbol type. 11 years ago
Jussi Pakkanen bb6446f0c0 Minor. 11 years ago
Jussi Pakkanen f807ab209d Now can has linking against shared libraries. 11 years ago
Jussi Pakkanen bc97fb5c85 Backend work is start. 11 years ago
Jussi Pakkanen efc79fb85e Can run built jar files. 11 years ago
Jussi Pakkanen 9955ca254b Can generate a build.ninja for Jave but it does not work yet. 11 years ago
Jussi Pakkanen 3dadcbc9a7 Can create jar objects. 11 years ago
Jussi Pakkanen 11f2106228 Now can detect Java compiler. 11 years ago
Jussi Pakkanen e321345f41 Started work on Java support because why not. 11 years ago
Jussi Pakkanen 26539f27fe Added a link_depends keyword for build targets. 11 years ago
Jussi Pakkanen 040083cdb6 Can define custom linker flags. 11 years ago
Jussi Pakkanen 836c978c94 C++ compiler can compile .h file, too. 11 years ago
Jussi Pakkanen 51827d4484 Can override install directory on a target-by-target basis. 11 years ago
Jussi Pakkanen d84d70fa9a Specify subdirs explicitly. 11 years ago
Jussi Pakkanen 0384ca71f7 First half of the work required for pkg-config generator. 11 years ago
Jussi Pakkanen ab0cc277d1 After an actual, factual bug report from a user, fixed include_directories so that it checks that the specified directories exist. 11 years ago
Jussi Pakkanen 4f0af86b52 Removed leftover print target. 11 years ago
Jussi Pakkanen e21e7091e7 Track dependencies of subproject option files. 11 years ago
Jussi Pakkanen 6495334b03 Fixed subproject compiler detection. 11 years ago
Jussi Pakkanen 8e9879a83c Can parse subprojects but it does not work yet. 11 years ago