aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/environment.py
AgeCommit message (Expand)AuthorFilesLines
2016-08-27Allow creation of tree structured menus.Jussi Pakkanen1-1/+3
2016-08-27Flatten isinstance calls. (#715)Elliott Sales de Andrade1-1/+1
2016-08-21Simplify D compiler argument translationMatthias Klumpp1-1/+0
2016-08-19Implement D supportMatthias Klumpp1-2/+47
2016-08-12Only append compile flags to the link flags when appropriateNirbheek Chauhan1-3/+9
2016-08-11Print the CFLAGS/LDFLAGS/etc inherited from the environmentNirbheek Chauhan1-24/+37
2016-07-30Merge pull request #660 from mesonbuild/libdirfixJussi Pakkanen1-8/+10
2016-07-30Determine lib paths on demand rather than up front because they might change ...Jussi Pakkanen1-8/+10
2016-07-29vs: Fix regen_checker by using the correct coredata mtimeNirbheek Chauhan1-1/+2
2016-07-20Properties is no longer mandatory in cross files so do not require it.Jussi Pakkanen1-3/+1
2016-07-19Normalize the path of a configured file to avoid dupes (#640)Nirbheek Chauhan1-3/+5
2016-07-19vs: Fix Meson invocation while doing regen (#646)Nirbheek Chauhan1-0/+1
2016-07-13Merge pull request #417 from nirbheek/dll-pathsJussi Pakkanen1-44/+43
2016-07-02Can get arbitrary data from cross file properties.Jussi Pakkanen1-0/+3
2016-07-01Overhaul versioning and naming of librariesNirbheek Chauhan1-44/+43
2016-06-16be more resilient for identifying gcc compilersNoam Meltzer1-1/+1
2016-05-30Set Gnu fortran type based on platform.Jussi Pakkanen1-1/+7
2016-05-25Merge pull request #542 from mesonbuild/ownstdlibJussi Pakkanen1-0/+6
2016-05-21Can specify a stdlib subproject that is used implicitly on all targets with s...Jussi Pakkanen1-0/+6
2016-05-01Merge pull request #516 from centricular/cross-compile_32bit-x86_on_64bit-x86...Jussi Pakkanen1-6/+57
2016-04-28Use module path when looking for meson scripts dirMinijackson1-1/+2
2016-04-15Separate out cpu_method to environment.py and add amd64 quirkNirbheek Chauhan1-0/+7
2016-04-15Don't require an exe_wrapper when cross-compiling 32-bit on 64-bitNirbheek Chauhan1-6/+50
2016-04-14On failure, print exceptions encountered while searching for compilers (#515)Nirbheek Chauhan1-9/+29
2016-04-06Merge pull request #438 from trhd/testing_optionsJussi Pakkanen1-4/+4
2016-04-05Revert "Fix Windows. Again."Nicolas Schneider1-1/+0
2016-04-04Merge pull request #496 from mesonbuild/partestJussi Pakkanen1-0/+1
2016-04-03Whitespace fixing.Jussi Pakkanen1-13/+13
2016-04-03Put buildtype flags to vala compiles.Jussi Pakkanen1-4/+4
2016-04-02If should be elif.Jussi Pakkanen1-1/+1
2016-04-01Fix Windows. Again.Jussi Pakkanen1-0/+1
2016-04-01Move MesonException from coredata to mesonlib.Hemmo Nieminen1-4/+4
2016-03-20Merge branch 'base_options'.Jussi Pakkanen1-4/+12
2016-03-18Added base options to Clang compilers.Jussi Pakkanen1-4/+12
2016-03-17New builtin option: libexecdir for installation of helper executablesNirbheek Chauhan1-0/+3
2016-02-25dump coredata to file before calling backend.generate()Nicolas Schneider1-1/+1
2016-02-22Do delayed argument setting properly this time.Jussi Pakkanen1-1/+14
2016-02-20environment: When using MinGW-GCC, the import lib suffix is dllNirbheek Chauhan1-2/+7
2016-01-16Renamed meson package to mesonbuild so that we can have a script named meson ...Jussi Pakkanen1-0/+673