aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers.py
AgeCommit message (Expand)AuthorFilesLines
2017-07-17Fix how rpath directories are handled.Hemmo Nieminen1-5/+2
2017-07-04Fix a missing path issue causing Python traceback.Hemmo Nieminen1-0/+4
2017-06-19Only call to_native once per invocation.Jussi Pakkanen1-1/+1
2017-06-18Preserve standalone -D arguments always.Jussi Pakkanen1-0/+11
2017-06-12Preserve -L -l pairings fetched from external depsNirbheek Chauhan1-0/+13
2017-06-11Merge pull request #1927 from centricular/gir-rpath-linkJussi Pakkanen1-29/+29
2017-06-10compilers: Fix build_unix_rpath_args indentationNirbheek Chauhan1-29/+29
2017-06-09find_library: link_args is always a listNirbheek Chauhan1-1/+1
2017-06-05compilers: Only set -rpath-link on GNU ld and linuxlikeNirbheek Chauhan1-32/+35
2017-06-05Use absolute RPATHs while linking due to a binutils bugNirbheek Chauhan1-1/+6
2017-06-04Merge pull request #1545 from centricular/dont-link-recursivelyJussi Pakkanen1-5/+45
2017-06-03compilers: Make CCompiler.find_library return value consistentPaulo Antonio Alvarez1-2/+2
2017-06-03Use relative rpath so builds are reproducible.Jussi Pakkanen1-12/+22
2017-06-02ninja: De-dup libraries and use --start/end-groupNirbheek Chauhan1-5/+45
2017-05-22Merge pull request #1828 from MikeWey/dlang-compilesJussi Pakkanen1-0/+37
2017-05-21Fix cross environment pollution.Ole André Vadla RavnÄs1-9/+10
2017-05-20Add 'compiles' and 'has_multi_arguments' for dlang.Mike Wey1-0/+37
2017-05-17Avoid shadowing outer variables.Elliott Sales de Andrade1-11/+11
2017-05-17Remove unnecessary __init__ methods.Elliott Sales de Andrade1-2/+1
2017-05-13Implement executable(gui_app:) for gcc on WindowsJon Turney1-0/+4
2017-05-13Merged rust_args branch.Jussi Pakkanen1-4/+4
2017-05-12Make vs_module_defs: do something for gcc on Windows as wellJon Turney1-0/+10
2017-05-08rust: Use -C to specify build typePatrick Griffis1-4/+4
2017-05-08vala: Add 'no_warn_args' with '--disable-warnings'Guillaume Poirier-Morency1-0/+3
2017-05-08Use 'generate_basic_compiler_args' for Vala targetsGuillaume Poirier-Morency1-0/+9
2017-05-05compilers: Don't add line comments to pre-processed outputNirbheek Chauhan1-2/+2
2017-05-05get_define: Add prefix before ifndef blockNirbheek Chauhan1-1/+1
2017-05-04Use American English: behaviour -> behaviorPeter Hutterer1-1/+1
2017-05-02Don't use len() to test emptiness vs not emptinessDylan Baker1-8/+8
2017-04-27Always pass cross-file {lang}_args to compiler checksNirbheek Chauhan1-16/+15
2017-04-08Make link whole work on OSX.Jussi Pakkanen1-0/+5
2017-04-08Fix link whole on VS backend.Jussi Pakkanen1-0/+2
2017-04-08Add option to link the entire contents of a static library to a target.Jussi Pakkanen1-0/+19
2017-04-06Don't use -fPIC on Cygwin, eitherJon Turney1-3/+4
2017-04-04Use CPPFLAGS for pre-processor compiler checksNirbheek Chauhan1-6/+8
2017-04-04New compiler function: cc.get_define()Nirbheek Chauhan1-32/+38
2017-04-04compilers: Rename 'get_define' to 'get_builtin_define'Nirbheek Chauhan1-8/+8
2017-04-02Merge pull request #1505 from centricular/dont-use-c++-for-assemblyJussi Pakkanen1-0/+16
2017-03-28Fix warning making static libs on msvc/ninjaPeter Harris1-3/+2
2017-03-27Try even harder to use the C compiler for assemblyNirbheek Chauhan1-0/+11
2017-03-27compilers: Implement __repr__ for easier debuggingNirbheek Chauhan1-0/+5
2017-03-27Thank you git for silently discarding unrelated changes on conflicts. It is v...Jussi Pakkanen1-1/+1
2017-03-25Merge pull request #1496 from centricular/fix-internal-dep-orderJussi Pakkanen1-2/+2
2017-03-23Merge pull request #1456 from ieei/compute_intJussi Pakkanen1-29/+62
2017-03-23compiler args: Also dedup -pthread since it can't be undoneNirbheek Chauhan1-2/+2
2017-03-21d: Handle linker search paths correctly for non-GNU compilersMatthias Klumpp1-0/+10
2017-03-12has_header: Use "foo.h" syntax instead of <foo.h>Nirbheek Chauhan1-2/+2
2017-03-10Add UNIX large file support via compiler always-argsNirbheek Chauhan1-4/+33
2017-03-10compiler: Rename element argument of sizeof to typename.Haakon Sporsheim1-8/+8
2017-03-10compiler: Ensure prefix and dependencies are used for alignment.Haakon Sporsheim1-5/+8