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
2014-03-22
Can define entry symbol type.
Jussi Pakkanen
2014-03-22
Minor.
Jussi Pakkanen
2014-03-19
Now can has linking against shared libraries.
Jussi Pakkanen
2014-03-17
Backend work is start.
Jussi Pakkanen
2014-03-11
Can run built jar files.
Jussi Pakkanen
2014-03-11
Can generate a build.ninja for Jave but it does not work yet.
Jussi Pakkanen
2014-03-10
Can create jar objects.
Jussi Pakkanen
2014-03-10
Now can detect Java compiler.
Jussi Pakkanen
2014-03-10
Started work on Java support because why not.
Jussi Pakkanen
2014-03-07
Added a link_depends keyword for build targets.
Jussi Pakkanen
2014-03-07
Can define custom linker flags.
Jussi Pakkanen
2014-02-23
C++ compiler can compile .h file, too.
Jussi Pakkanen
2014-02-12
Can override install directory on a target-by-target basis.
Jussi Pakkanen
2014-02-09
Specify subdirs explicitly.
Jussi Pakkanen
2014-02-06
First half of the work required for pkg-config generator.
Jussi Pakkanen
2014-01-18
After an actual, factual bug report from a user, fixed include_directories so...
Jussi Pakkanen
2014-01-18
Removed leftover print target.
Jussi Pakkanen
2013-12-09
Track dependencies of subproject option files.
Jussi Pakkanen
2013-12-09
Fixed subproject compiler detection.
Jussi Pakkanen
2013-12-09
Can parse subprojects but it does not work yet.
Jussi Pakkanen
2013-12-09
Some basic work on subprojects.
Jussi Pakkanen
2013-11-17
Determine and use the proper linker based on input source languages.
Jussi Pakkanen
2013-11-17
Checking cleanup.
Jussi Pakkanen
2013-11-05
Can extract objects from targets and use them in other targets.
Jussi Pakkanen
2013-11-05
Some test tuning.
Jussi Pakkanen
2013-11-05
Can use object files directly in targets.
Jussi Pakkanen
2013-10-18
User options now do a full round trip.
Jussi Pakkanen
2013-10-16
Options can be accessed from scripts.
Jussi Pakkanen
2013-10-04
Rpaths start working.
Jussi Pakkanen
2013-09-28
Strip holders from ext deps.
Jussi Pakkanen
2013-09-28
More holder extraction.
Jussi Pakkanen
2013-09-23
Surgical strike complete. Data has been extracted from interpreter and unit t...
Jussi Pakkanen
2013-09-23
Moved even more stuff from interpreter to build.
Jussi Pakkanen
2013-09-23
Basic work on extracting build target types from the interpreter.
Jussi Pakkanen
2013-09-12
Parse gettext command and generate rule.
Jussi Pakkanen
2013-08-30
Static cross linking works again.
Jussi Pakkanen
2013-08-30
Work started on supporting simultaneous native and cross builds.
Jussi Pakkanen
2013-06-20
Removed -tt, which is not necessary with Python 3.
Jussi Pakkanen
2013-04-19
Can use msvc static linker.
Jussi Pakkanen
2013-01-26
Can set global flags.
Jussi Pakkanen
2013-01-14
Can generate configure files.
Jussi Pakkanen
2013-01-13
Can install data files.
Jussi Pakkanen
2013-01-12
Can install Man files.
Jussi Pakkanen
2013-01-12
Can install header files.
Jussi Pakkanen
2013-01-11
Extracted build data to its own class.
Jussi Pakkanen