Commit Graph

660 Commits

Author SHA1 Message Date
Nicolas Schneider 92187501ed Can add postconfigure script. 2016-03-01 14:07:38 +01:00
Jussi Pakkanen 52b66edb6c Can specify compile and link args for internal deps. 2016-02-29 21:28:16 +02:00
Jussi Pakkanen d88223bd61 Do delayed argument setting properly this time. 2016-02-22 21:28:34 +02:00
Nirbheek Chauhan 601ff91622 interpreter: Add path() method to ExternalProgramHolder types
In practice, this means we can do

 flex = find_program('flex')
 flex.path() # Gives the full path to the flex binary
2016-02-17 14:45:50 +05:30
Jussi Pakkanen bbe4656c51 Guard against subdir segments in output files. 2016-02-14 18:54:12 +02:00
Jussi Pakkanen fc08f60b9f Do not cache found programs because it is unreliable. Closes #374. 2016-02-12 23:15:44 +02:00
Jussi Pakkanen 8cd3c8124a Can add languages only if they are available. Closes #365. 2016-01-25 22:39:47 +02:00
Jussi Pakkanen 4cd671e69e More comparison operators. Closes #363. 2016-01-25 22:12:40 +02:00
Jussi Pakkanen 0c96dbff3a String to int conversion. Closes #362. 2016-01-25 21:51:41 +02:00
Jussi Pakkanen 23b98cd6e6 Renamed meson package to mesonbuild so that we can have a script named meson in the same toplevel dir. 2016-01-16 17:35:29 +02:00