aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-02-21Do not use linker arguments of dependencies' dependencies if the target is a ↵Jussi Pakkanen1-4/+4
static library because the static linker does not understand them.
2015-02-21Added found method to dependencies.Jussi Pakkanen1-1/+10
2015-02-21Validate variable names better in assignment.Jussi Pakkanen1-3/+5
2015-02-21Created a set_variable command.Jussi Pakkanen2-3/+15
2015-02-16Use lib as library path in unit tests.Jussi Pakkanen2-2/+2
2015-02-16Added Debian multilib support.Jussi Pakkanen2-1/+7
2015-02-15Can install files created with configure_file.Jussi Pakkanen5-6/+16
2015-02-15Changed install_data to get rid of useless and confusing target subdir name.Jussi Pakkanen5-17/+14
2015-02-15Merge pull request #34 from axxel/masterjpakkane4-48/+61
Add support for optional custom command and replace_string parameter of vcs_tag.
2015-02-14moved helper function detect_vcs into mesonlib.pyAxel Waggershauser2-19/+20
2015-02-14fixed typo in filenameAxel Waggershauser1-1/+1
2015-02-11added support for optional custom command and replace_string parameter of ↵Axel Waggershauser4-165/+59
vcs_tag
2015-02-11tracked upstream (mostly new vcs_tag)Axel Waggershauser20-11/+315
2015-02-08Provide the vcs_tag command. Closes #33.Jussi Pakkanen4-1/+31
2015-02-08Created script that detects vcs info and writes it to a file.Jussi Pakkanen1-0/+62
2015-02-08Can specify version requirements to dependencies.Jussi Pakkanen3-7/+46
2015-02-07I meant to do this originally.Jussi Pakkanen1-1/+1
2015-02-07Use env.Jussi Pakkanen1-1/+1
2015-02-07An implementation of build_always as slightly modified from the original by ↵Jussi Pakkanen3-1/+8
Axel Waggershauser.
2015-02-07Start proper approach to determining how build_always targets should work by ↵Jussi Pakkanen5-0/+57
writing a proper test case illustrating how it should behave.
2015-02-06A few tweaks for msvc.Jussi Pakkanen2-3/+10
2015-02-06Packaging fix.Jussi Pakkanen1-1/+1
2015-02-06Created a sample project that uses many wraps, including a subwrap.Jussi Pakkanen5-0/+108
2015-02-06Make directories in build tree, too.Jussi Pakkanen2-1/+2
2015-02-06added basic version of VCS supprt for configuring files based on VCS state ↵Axel Waggershauser3-0/+121
during build time
2015-02-05basic support for 'build_always' feature of custom targetsAxel Waggershauser2-1/+5
2015-02-04Fix destdir for install targets. Closes #32.Jussi Pakkanen1-2/+7
2015-02-04Rework installation logic so we can go outside the install prefix.Jussi Pakkanen25-66/+74
2015-02-04Moved files.Jussi Pakkanen3-0/+0
2015-02-02Add thread_link_flags to static linkers.Jussi Pakkanen1-0/+5
2015-02-02Logging fix.Jussi Pakkanen1-6/+7
2015-02-02First cut at the Wrap dependency downloader.Jussi Pakkanen5-1/+132
2015-01-30Put /usr/local/lib ahead of /usr/lib in library search order.Jussi Pakkanen1-2/+5
2015-01-30Add thread flags to compilers and use them on dependencies that require ↵Jussi Pakkanen4-3/+34
threads. Fixes #31.
2015-01-25Removed shebang lines from files that are not executable.Jussi Pakkanen2-14/+0
2015-01-24Made Boost unit testing framework work and added a test.Jussi Pakkanen3-0/+27
2015-01-19New version number for new development.Jussi Pakkanen1-1/+1
2015-01-19Bumped version number for release.0.22.0Jussi Pakkanen4-5/+5
2015-01-19Comment out a line that does not compile and is not needed for the test.Jussi Pakkanen1-1/+1
2015-01-12Some tweaks.Jussi Pakkanen1-8/+7
2015-01-12Added support for wxwidgets. Closes #27.Jussi Pakkanen4-0/+157
2014-12-30Run targets are in the console pool for obvious reasons.Jussi Pakkanen1-0/+1
2014-12-30More warnings by default.Jussi Pakkanen1-2/+2
2014-12-28Print message when no tests are defined.Jussi Pakkanen1-1/+4
2014-12-26Added pedantic flag which I though had already been there since the beginning.Jussi Pakkanen1-6/+6
2014-12-23Refix Java.Jussi Pakkanen1-0/+8
2014-12-22Removed remnants of old debug funcs.Jussi Pakkanen2-17/+1
2014-12-21Verify that option names do not have invalid characters.Jussi Pakkanen4-3/+9
2014-12-18Print colorful thingies.Jussi Pakkanen1-0/+4
2014-12-17Typo fix.Jussi Pakkanen1-1/+1