Jussi Pakkanen
|
99bb73e6c9
|
Changed install_data to get rid of useless and confusing target subdir name.
|
10 years ago |
jpakkane
|
7c074fd953
|
Merge pull request #34 from axxel/master
Add support for optional custom command and replace_string parameter of vcs_tag.
|
10 years ago |
Axel Waggershauser
|
0a95e4b4a9
|
moved helper function detect_vcs into mesonlib.py
|
10 years ago |
Axel Waggershauser
|
5a0cd64f9a
|
fixed typo in filename
|
10 years ago |
Axel Waggershauser
|
223596d7bf
|
added support for optional custom command and replace_string parameter of vcs_tag
|
10 years ago |
Axel Waggershauser
|
bc4b28b069
|
tracked upstream (mostly new vcs_tag)
|
10 years ago |
Jussi Pakkanen
|
57e74de3ae
|
Provide the vcs_tag command. Closes #33.
|
10 years ago |
Jussi Pakkanen
|
46f932909a
|
Created script that detects vcs info and writes it to a file.
|
10 years ago |
Jussi Pakkanen
|
cd757db899
|
Can specify version requirements to dependencies.
|
10 years ago |
Jussi Pakkanen
|
526c86d92f
|
I meant to do this originally.
|
10 years ago |
Jussi Pakkanen
|
7a42ba8fa3
|
Use env.
|
10 years ago |
Jussi Pakkanen
|
bf5466e7ef
|
An implementation of build_always as slightly modified from the original by Axel Waggershauser.
|
10 years ago |
Jussi Pakkanen
|
24484412b5
|
Start proper approach to determining how build_always targets should work by writing a proper test case illustrating how it should behave.
|
10 years ago |
Jussi Pakkanen
|
704a0b617c
|
A few tweaks for msvc.
|
10 years ago |
Jussi Pakkanen
|
26b7127c28
|
Packaging fix.
|
10 years ago |
Jussi Pakkanen
|
9c1c5bc209
|
Created a sample project that uses many wraps, including a subwrap.
|
10 years ago |
Jussi Pakkanen
|
201664b2b8
|
Make directories in build tree, too.
|
10 years ago |
Axel Waggershauser
|
129bb902bc
|
added basic version of VCS supprt for configuring files based on VCS state during build time
|
10 years ago |
Axel Waggershauser
|
963892a7c3
|
basic support for 'build_always' feature of custom targets
|
10 years ago |
Jussi Pakkanen
|
67ddeb8a01
|
Fix destdir for install targets. Closes #32.
|
10 years ago |
Jussi Pakkanen
|
73b8ff5341
|
Rework installation logic so we can go outside the install prefix.
|
10 years ago |
Jussi Pakkanen
|
1eaf6673b7
|
Moved files.
|
10 years ago |
Jussi Pakkanen
|
a91b3fcdc5
|
Add thread_link_flags to static linkers.
|
10 years ago |
Jussi Pakkanen
|
5a21b37149
|
Logging fix.
|
10 years ago |
Jussi Pakkanen
|
f23e6c72f4
|
First cut at the Wrap dependency downloader.
|
10 years ago |
Jussi Pakkanen
|
be9bf62cd7
|
Put /usr/local/lib ahead of /usr/lib in library search order.
|
10 years ago |
Jussi Pakkanen
|
2107be2a78
|
Add thread flags to compilers and use them on dependencies that require threads. Fixes #31.
|
10 years ago |
Jussi Pakkanen
|
4293a2ac65
|
Removed shebang lines from files that are not executable.
|
10 years ago |
Jussi Pakkanen
|
ed160fbbe4
|
Made Boost unit testing framework work and added a test.
|
10 years ago |
Jussi Pakkanen
|
9b79c635f8
|
New version number for new development.
|
10 years ago |
Jussi Pakkanen
|
94cdde038a
|
Bumped version number for release.
|
10 years ago |
Jussi Pakkanen
|
b29f454d31
|
Comment out a line that does not compile and is not needed for the test.
|
10 years ago |
Jussi Pakkanen
|
da28de2407
|
Some tweaks.
|
10 years ago |
Jussi Pakkanen
|
59b7fa8ed3
|
Added support for wxwidgets. Closes #27.
|
10 years ago |
Jussi Pakkanen
|
646afcac0d
|
Run targets are in the console pool for obvious reasons.
|
10 years ago |
Jussi Pakkanen
|
22af56e05a
|
More warnings by default.
|
10 years ago |
Jussi Pakkanen
|
b161e64d7d
|
Print message when no tests are defined.
|
10 years ago |
Jussi Pakkanen
|
90447738bb
|
Added pedantic flag which I though had already been there since the beginning.
|
10 years ago |
Jussi Pakkanen
|
36558a4cd1
|
Refix Java.
|
10 years ago |
Jussi Pakkanen
|
0f65a5991c
|
Removed remnants of old debug funcs.
|
10 years ago |
Jussi Pakkanen
|
3630febe1e
|
Verify that option names do not have invalid characters.
|
10 years ago |
Jussi Pakkanen
|
a337ab05e5
|
Print colorful thingies.
|
10 years ago |
Jussi Pakkanen
|
267d04b548
|
Typo fix.
|
10 years ago |
Jussi Pakkanen
|
db8585e8a3
|
Detect frameworks on OSX as external dependencies.
|
10 years ago |
Jussi Pakkanen
|
08ef881c86
|
Extracted compiler definitions to their own file.
|
10 years ago |
Jussi Pakkanen
|
3979e27a78
|
Get envvar flags for objc and objcpp.
|
10 years ago |
Jussi Pakkanen
|
4cfb3f1947
|
To celebrate the new version of Ninja in Debian, start using the console pool.
|
10 years ago |
Jussi Pakkanen
|
7f9450f55e
|
Create simple Emacs major mode.
|
10 years ago |
Jussi Pakkanen
|
8771b1f49b
|
Better Ninja detection.
|
10 years ago |
Jussi Pakkanen
|
730a3f4213
|
Add uppercase phony to forbidden target names.
|
10 years ago |