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
/
meson_install.py
Age
Commit message (
Expand
)
Author
2015-02-04
Fix destdir for install targets. Closes #32.
Jussi Pakkanen
2015-02-04
Rework installation logic so we can go outside the install prefix.
Jussi Pakkanen
2014-11-16
Harmonised copyright declarations.
Jussi Pakkanen
2014-11-16
Create symlinks properly. Fixes #19.
Jussi Pakkanen
2014-11-03
Can install entire subtrees with one command. Closes #14.
Jussi Pakkanen
2014-09-26
A few suffix fixes.
Jussi Pakkanen
2014-09-26
Install script fix for Windows.
Jussi Pakkanen
2014-08-12
Delete old symlink before creating new because symlink creation does not over...
Jussi Pakkanen
2014-08-11
Updated copyright years.
Jussi Pakkanen
2014-07-11
Can set install time rpath.
Jussi Pakkanen
2014-07-09
Make it possible to run a custom script during install.
Jussi Pakkanen
2014-06-23
Deal with Rust static libraries, too.
Jussi Pakkanen
2014-06-23
Install Rust shared libraries.
Jussi Pakkanen
2013-10-04
Strip dev rpath on install.
Jussi Pakkanen
2013-09-12
Now can generate mo files from po files and install them.
Jussi Pakkanen
2013-06-20
Removed -tt, which is not necessary with Python 3.
Jussi Pakkanen
2013-03-22
Can specify wrapper binary for unit tests.
Jussi Pakkanen
2013-03-08
Unit test pass on Windows.
Jussi Pakkanen
2013-03-03
Ooops.
Jussi Pakkanen
2013-03-03
All test cases now pass on OSX except for pkg-config.
Jussi Pakkanen
2013-03-03
A few more fixes for OSX.
Jussi Pakkanen
2013-02-23
Builder -> Meson renaming.
Jussi Pakkanen