152 Commits (d114d8446eac10ad27f4b09c02e0049890a4b2a0)

Author SHA1 Message Date
Igor Gnatenko 2962d3a66b add support for $infodir 8 years ago
Igor Gnatenko 380b362fa4 add support for $sbindir 8 years ago
Igor Gnatenko c9818c02ec add builtin support for localstatedir 8 years ago
Jussi Pakkanen 3ab117fd52 Tell users about mesonconf if they try to run Meson on an existing build dir. 8 years ago
Sam Thursfield ac56f8d8fb Don't show tracebacks for MesonException in helper scripts 8 years ago
Jussi Pakkanen c7ddce163f All testing is now in mesontest.py, which simplifies a lot of stuff. 8 years ago
Jussi Pakkanen 4d8e3be08f Create target directory if it does not exist. Closes #935. 8 years ago
Nirbheek Chauhan a2262103fb Implement mlog.warning and use it everywhere for warnings 8 years ago
Patrick Griffis 1781129740 gnome: Add yelp() function 8 years ago
Igor Gnatenko a513bcfde6 allow libdir/includedir/etc. be absolute paths 8 years ago
Jussi Pakkanen e2b3752f87 Show error log options in help. 8 years ago
Emanuele Aina 6c50253645 Use argv[0] to internally relaunch meson.py 8 years ago
Jussi Pakkanen 1f4cce86ad Remove shebangs on files that are not runnable and add execute bits to those that are. 8 years ago
Elliott Sales de Andrade 0cf065e12b Use argparse's builtin version printer. 8 years ago
Elliott Sales de Andrade 4c71695e41 Use context manager for file I/O. 8 years ago
Jussi Pakkanen c4ade56150 Added sysconfdir option. Closes #694. 8 years ago
Nirbheek Chauhan 018fa4b90f vs: Fix regen_checker by using the correct coredata mtime 8 years ago
Jussi Pakkanen 9e37c8a308 Warn if PKG_CONFIG_PATH has changed because it may cause dependency detection to fail. Closes #626. 8 years ago
Nirbheek Chauhan c01b183e54 mesonmain: Dump the coredata last 8 years ago
Nicolas Schneider fba749fcb7 extract vs2015backend into own file 9 years ago
Nicolas Schneider 3bedca0257 add vs2015 backend 9 years ago
Jussi Pakkanen 1a0938cc25 Automagic scan-build support. 9 years ago
Jussi Pakkanen dc148e0702 Remove all special casing for gettext and use elementary operations instead. 9 years ago
Nirbheek Chauhan e3bc2e5c68 ninja: Set PATH for CustomTargets with built EXEs on Windows 9 years ago
Hemmo Nieminen af6f4c9b9c coredata: Centralize builtin option descriptions and definitions. 9 years ago
Hemmo Nieminen 336904b553 Move MesonException from coredata to mesonlib. 9 years ago
Jussi Pakkanen 79de463993 Converted precompiled headers into a base option. 9 years ago
Jussi Pakkanen 0c63f75aaf Converted coverage into a base option. 9 years ago
Nirbheek Chauhan 11f63105d0 New builtin option: libexecdir for installation of helper executables 9 years ago
Nicolas Schneider 92187501ed Can add postconfigure script. 9 years ago
Nicolas Schneider ac5ee0c414 dump coredata to file before calling backend.generate() 9 years ago
Jussi Pakkanen d88223bd61 Do delayed argument setting properly this time. 9 years ago
Jussi Pakkanen 0469128f46 Preserve 'C:\' as an absolute path in prefix. 9 years ago
Nirbheek Chauhan a901024d33 When erroring out due to invalid prefix, print the value 9 years ago
Jussi Pakkanen 755d22afbd Strip trailing slash from prefix. Closes #366. 9 years ago
Jussi Pakkanen 7435df8399 Moved backends to their own module. 9 years ago
Tim-Philipp Müller f5d63cd47e meson: try harder to infer build and source directories if called without arguments 9 years ago
Jussi Pakkanen eda57f887a Improve command line arg behaviour. 9 years ago
Jussi Pakkanen d6e176f455 Made gtkdoc and run targets work. 9 years ago
Jussi Pakkanen 23b98cd6e6 Renamed meson package to mesonbuild so that we can have a script named meson in the same toplevel dir. 9 years ago
Jussi Pakkanen 4c31e7774d Finalize moduleification so that full test suite runs. 9 years ago
Jussi Pakkanen 66c01401de Moved scripts in the module and started work to run them via the main meson command. 9 years ago
Jussi Pakkanen a5508d3fd3 Can run most of test suite (with hacks). 9 years ago
Jussi Pakkanen 8b1039fa30 Organise files into a module structure. 9 years ago
Thibault Saunier 33b2a414e9 Make it working on python 3.3 9 years ago
Yoav Alon a4809cf632 Added support for extended command line to overcome OS command line length limitation 9 years ago
Jussi Pakkanen 1caf7e6f4a Yet another step in the neverending saga of -Wpedantic. 9 years ago
Wink Saville 60896c0f04 Add --version to command line arguments. 9 years ago
Jussi Pakkanen 63e803ae0f Made shared the default libtype as it is faster for daily development. 9 years ago
Jussi Pakkanen 8495075cee Turned builtin options into proper objects. 9 years ago