summaryrefslogtreecommitdiff
path: root/build.py
Commit message (Expand)AuthorAgeFilesLines
* Organise files into a module structure.Jussi Pakkanen2016-01-151-969/+0
* Build Java projects with multiple files and other cleanups.Jussi Pakkanen2016-01-101-0/+1
* Can tag include directories as system dirs to reduce compiler warning noise. ...Jussi Pakkanen2016-01-021-1/+2
* Forbid backslashes on compiler command lines. It is unfortunately the only re...Jussi Pakkanen2016-01-021-0/+23
* Moved pkg-config to a module so we no longer need special case code in core f...Jussi Pakkanen2015-12-231-15/+8
* Merge pull request #317 from mesonbuild/benchmarkJussi Pakkanen2015-12-031-0/+4
|\
| * Can define benchmarks and run them.Jussi Pakkanen2015-11-251-0/+4
* | Can specify extra arguments to generator commands. Closes #315.Jussi Pakkanen2015-12-021-1/+5
|/
* Can store ext deps to internal deps. Closes #304.Jussi Pakkanen2015-11-041-0/+3
* Check for mixed cross and native code. Closes #267.Jussi Pakkanen2015-11-041-0/+2
* Parse contents of gresource xml and add deps manually. A bit of a hack but ne...Jussi Pakkanen2015-10-261-1/+13
* Fix Rust to work with 1.3 release. Closes #277.Jussi Pakkanen2015-10-111-0/+4
* Basic outline for exposing private dir. Not working fully yet.Jussi Pakkanen2015-10-031-2/+9
* Changed target naming algorithm to avoid Windows file name forbidden characters.Jussi Pakkanen2015-09-201-1/+7
* Converted a bunch of locations to support different target output path.Jussi Pakkanen2015-09-031-13/+7
* Fix shared libraries for fortranMarko Raatikainen2015-08-311-0/+1
* Add version numbers to projects and generate a dep manifest.Jussi Pakkanen2015-08-211-0/+3
* Fix introspection and make it possible to have top level targets with the sam...Jussi Pakkanen2015-08-121-9/+19
* Allow more than one install script and make gtkdoc method return one.Jussi Pakkanen2015-08-021-1/+6
* Added a extract_all_objects method to make recombining targets easier. Fixes ...Jussi Pakkanen2015-07-211-1/+6
* Can create top level targets that have the same name but different type.Jussi Pakkanen2015-07-051-0/+17
* Handle files() in Vala arguments and set up deps correctly.Jussi Pakkanen2015-07-031-2/+3
* vala: don't ignore vala_args. Closes #192Igor Gnatenko2015-07-021-0/+5
* Process dependency sources identically to specified ones.Jussi Pakkanen2015-06-301-1/+1
* Removed unused method. Closes #173.Jussi Pakkanen2015-06-201-3/+0
* Removed unused method. Closes #172.Jussi Pakkanen2015-06-201-3/+0
* Moved shared library version checking from base class to sharedlibrary. Close...Jussi Pakkanen2015-06-201-5/+7
* Removed unused method. Closes #169.Jussi Pakkanen2015-06-201-3/+0
* Removed unused method. Closes #168.Jussi Pakkanen2015-06-201-3/+0
* Removed unused function. Closes #167.Jussi Pakkanen2015-06-201-3/+0
* build: fix bad-continuationIgor Gnatenko2015-06-191-1/+1
* Now can create internal dependencies to simplify subproject usage.Jussi Pakkanen2015-06-151-4/+9
* Fixed gui app.Jussi Pakkanen2015-05-031-0/+3
* Prune one string matching thingy.Jussi Pakkanen2015-04-251-1/+1
* Started enforcing types better with decorators.Jussi Pakkanen2015-04-221-3/+1
* Use File objects for all sources. Fix all basic tests.Jussi Pakkanen2015-04-221-0/+1
* The first step in a major refactoring starts by adding a new layer of abstrac...Jussi Pakkanen2015-04-211-3/+6
* Autodetect Qt5 rcc dependencies as well as reasonably possible.Jussi Pakkanen2015-04-081-0/+1
* Can specify explicit dependencies for custom targets.Jussi Pakkanen2015-04-021-1/+13
* Accept source files in extract_objects() (also) as a list.Hemmo Nieminen2015-04-021-7/+10
* Generate configure files immediately when they are declared. Closes #88.Jussi Pakkanen2015-03-271-1/+0
* Remove duplicate entries from list of source files.Jussi Pakkanen2015-03-141-1/+4
* Persist modules so they are imported only once for the lifetime of a build di...Jussi Pakkanen2015-03-131-1/+0
* Now can compile all Qt5 tests with module.Jussi Pakkanen2015-03-091-7/+6
* Major refactoring to move Qt5 from core into a module. Rules are written but ...Jussi Pakkanen2015-03-091-5/+2
* I meant to do this originally.Jussi Pakkanen2015-02-071-1/+1
* An implementation of build_always as slightly modified from the original by A...Jussi Pakkanen2015-02-071-1/+5
* Harmonised copyright declarations.Jussi Pakkanen2014-11-161-1/+1
* Minor tweak.Jussi Pakkanen2014-11-071-1/+1
* Further harmonise held_object.Jussi Pakkanen2014-11-071-6/+4