aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2014-12-17Detect frameworks on OSX as external dependencies.Jussi Pakkanen1-11/+52
2014-12-03Extracted compiler definitions to their own file.Jussi Pakkanen7-1515/+1554
2014-12-03Get envvar flags for objc and objcpp.Jussi Pakkanen1-0/+8
2014-12-03To celebrate the new version of Ninja in Debian, start using the console pool.Jussi Pakkanen1-2/+6
2014-11-24Create simple Emacs major mode.Jussi Pakkanen1-0/+43
2014-11-24Better Ninja detection.Jussi Pakkanen2-4/+2
2014-11-24Add uppercase phony to forbidden target names.Jussi Pakkanen1-0/+1
2014-11-23Highlight multiline string.Jussi Pakkanen1-0/+5
2014-11-23Start work on gtksourceview syntax highlighting file.Jussi Pakkanen1-0/+37
2014-11-23Merge pull request #26 from Xenopathic/phonyjpakkane1-5/+11
Always run tests and external commands