index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
build.py
Age
Commit message (
Expand
)
Author
2016-01-15
Organise files into a module structure.
Jussi Pakkanen
2016-01-10
Build Java projects with multiple files and other cleanups.
Jussi Pakkanen
2016-01-02
Can tag include directories as system dirs to reduce compiler warning noise. ...
Jussi Pakkanen
2016-01-02
Forbid backslashes on compiler command lines. It is unfortunately the only re...
Jussi Pakkanen
2015-12-23
Moved pkg-config to a module so we no longer need special case code in core f...
Jussi Pakkanen
2015-12-03
Merge pull request #317 from mesonbuild/benchmark
Jussi Pakkanen
2015-12-02
Can specify extra arguments to generator commands. Closes #315.
Jussi Pakkanen
2015-11-25
Can define benchmarks and run them.
Jussi Pakkanen
2015-11-04
Can store ext deps to internal deps. Closes #304.
Jussi Pakkanen
2015-11-04
Check for mixed cross and native code. Closes #267.
Jussi Pakkanen
2015-10-26
Parse contents of gresource xml and add deps manually. A bit of a hack but ne...
Jussi Pakkanen
2015-10-11
Fix Rust to work with 1.3 release. Closes #277.
Jussi Pakkanen
2015-10-03
Basic outline for exposing private dir. Not working fully yet.
Jussi Pakkanen
2015-09-20
Changed target naming algorithm to avoid Windows file name forbidden characters.
Jussi Pakkanen
2015-09-03
Converted a bunch of locations to support different target output path.
Jussi Pakkanen
2015-08-31
Fix shared libraries for fortran
Marko Raatikainen
2015-08-21
Add version numbers to projects and generate a dep manifest.
Jussi Pakkanen
2015-08-12
Fix introspection and make it possible to have top level targets with the sam...
Jussi Pakkanen
2015-08-02
Allow more than one install script and make gtkdoc method return one.
Jussi Pakkanen
2015-07-21
Added a extract_all_objects method to make recombining targets easier. Fixes ...
Jussi Pakkanen
2015-07-05
Can create top level targets that have the same name but different type.
Jussi Pakkanen
2015-07-03
Handle files() in Vala arguments and set up deps correctly.
Jussi Pakkanen
2015-07-02
vala: don't ignore vala_args. Closes #192
Igor Gnatenko
2015-06-30
Process dependency sources identically to specified ones.
Jussi Pakkanen
2015-06-20
Removed unused method. Closes #173.
Jussi Pakkanen
2015-06-20
Removed unused method. Closes #172.
Jussi Pakkanen
2015-06-20
Moved shared library version checking from base class to sharedlibrary. Close...
Jussi Pakkanen
2015-06-20
Removed unused method. Closes #169.
Jussi Pakkanen
2015-06-20
Removed unused method. Closes #168.
Jussi Pakkanen
2015-06-20
Removed unused function. Closes #167.
Jussi Pakkanen
2015-06-19
build: fix bad-continuation
Igor Gnatenko
2015-06-15
Now can create internal dependencies to simplify subproject usage.
Jussi Pakkanen
2015-05-03
Fixed gui app.
Jussi Pakkanen
2015-04-25
Prune one string matching thingy.
Jussi Pakkanen
2015-04-22
Started enforcing types better with decorators.
Jussi Pakkanen
2015-04-22
Use File objects for all sources. Fix all basic tests.
Jussi Pakkanen
2015-04-21
The first step in a major refactoring starts by adding a new layer of abstrac...
Jussi Pakkanen
2015-04-08
Autodetect Qt5 rcc dependencies as well as reasonably possible.
Jussi Pakkanen
2015-04-02
Can specify explicit dependencies for custom targets.
Jussi Pakkanen
2015-04-02
Accept source files in extract_objects() (also) as a list.
Hemmo Nieminen
2015-03-27
Generate configure files immediately when they are declared. Closes #88.
Jussi Pakkanen
2015-03-14
Remove duplicate entries from list of source files.
Jussi Pakkanen
2015-03-13
Persist modules so they are imported only once for the lifetime of a build di...
Jussi Pakkanen
2015-03-09
Now can compile all Qt5 tests with module.
Jussi Pakkanen
2015-03-09
Major refactoring to move Qt5 from core into a module. Rules are written but ...
Jussi Pakkanen
2015-02-07
I meant to do this originally.
Jussi Pakkanen
2015-02-07
An implementation of build_always as slightly modified from the original by A...
Jussi Pakkanen
2014-11-16
Harmonised copyright declarations.
Jussi Pakkanen
2014-11-07
Minor tweak.
Jussi Pakkanen
2014-11-07
Further harmonise held_object.
Jussi Pakkanen
[next]