aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend
AgeCommit message (Expand)AuthorFilesLines
2018-08-18Convert buildtype to optimization and debug options (#3489)Jussi Pakkanen3-2/+34
2018-08-15Unconditionally use get_gui_app_args()Jon Turney1-3/+2
2018-08-15Explicitly set the Windows subsystem for ninja/VisualCJon Turney1-3/+3
2018-08-09Call it gnu_symbol_visibility instead.Jussi Pakkanen1-1/+1
2018-08-09Add kwarg for specifying symbol visibility.Jussi Pakkanen1-0/+2
2018-08-09Don't require an import library for shared modulesNirbheek Chauhan1-3/+5
2018-08-07Fix @CURRENT_SOURCE_DIR@ in generator()Emil Styrke1-1/+1
2018-07-31custom targets: Add a 'console' kwarg for long-running commandsNirbheek Chauhan1-0/+2
2018-07-31Merge pull request #3850 from mesonbuild/nirbheek/exe-wrapper-compiler-fallbacksJussi Pakkanen3-17/+34
2018-07-27Merge pull request #3898 from mesonbuild/vsinstallJussi Pakkanen3-222/+302
2018-07-25Make the rpath order deterministic. (#3932)Rafael Ávila de Espíndola1-1/+1
2018-07-22Make the dependency order deterministic. (#3927)Rafael Ávila de Espíndola1-2/+2
2018-07-22Added install target to VS. Closes #3841.Jussi Pakkanen3-7/+82
2018-07-19Handle transitive links to 'threads' dependencies. (#3895)Rafael Ávila de Espíndola1-7/+14
2018-07-17Moved install data file generation to base class.Jussi Pakkanen2-218/+223
2018-07-09Fix searching of shared libraries on OpenBSD (#3851)Nirbheek Chauhan1-17/+28
2018-07-09cross: Be more permissive about not-found exe_wrapperNirbheek Chauhan3-7/+22
2018-07-09cross: Use ExternalProgram for cross-file exe_wrapperNirbheek Chauhan2-10/+12
2018-07-03java: prevent creation of manifest duplicate in jarNiclas Moeslund Overby1-1/+1
2018-07-03java: add jar linking testNiclas Moeslund Overby1-3/+3
2018-07-03java: implement java linkingNiclas Moeslund Overby1-1/+14
2018-06-25ArLinker: Use response files on WindowsMathieu Duponchelle1-6/+2
2018-06-21Merge pull request #3590 from mesonbuild/testcommandJussi Pakkanen1-1/+1
2018-06-20Rename clike_langs to clink_langs for clarityNirbheek Chauhan1-1/+1
2018-06-20ninjabackend: Obvious typo, missing spaceNirbheek Chauhan1-1/+1
2018-06-18Made install a top level Meson command.Jussi Pakkanen1-1/+1
2018-06-18Correctly substitute the internal @BUILD_ROOT@ token with MSVC backendJon Turney1-1/+1
2018-06-18Deprecate `build_always`, add `build_always_stale`Alex Hirsch2-2/+2
2018-06-18macos: Rewrite install_name for dependent built libraries on installNirbheek Chauhan2-39/+76
2018-06-17Support Rust targets with more than one source file. Closes #3632.Jussi Pakkanen1-3/+9
2018-06-10Visual Studio: Implement startup projectNiklas Claesson1-2/+11
2018-06-07backends: Don't exclude system libraries for PATHNirbheek Chauhan1-3/+3
2018-06-07backends: Don't hardcode system library pathsNirbheek Chauhan1-5/+12
2018-06-07Install shared_module implibsJon Turney1-1/+1
2018-06-06Fix issues found by flake8Xavier Claessens1-1/+1
2018-06-06Move <lang>_args to coredata.compiler_optionsXavier Claessens3-6/+7
2018-06-06Add a new option for building with Apple bitcode supportNirbheek Chauhan2-2/+4
2018-06-05Add prog/lib dirs from the mingw cross-compiler to PATHNirbheek Chauhan1-7/+12
2018-06-05Automatically add cross-mingw root and sysroot bindir to WINEPATHNirbheek Chauhan2-11/+25
2018-06-05Set WINEPATH when running serialized executablesNirbheek Chauhan2-3/+11
2018-06-03Allow substitutions in custom_target() depfile:Jon Turney1-1/+2
2018-06-03Install implib where expected if default install_dir: is explicitly givenJon Turney1-13/+17
2018-06-02test extra paths: add extra paths for all build targetsMathieu Duponchelle1-2/+2
2018-06-02test serialisation: determine windows extra paths ..Mathieu Duponchelle1-0/+2
2018-06-02Add 'install_mode' to all installable targetsFilipe Brandenburger1-7/+8
2018-05-24backends: Also accept dylibs while finding RPATHsNirbheek Chauhan1-1/+3
2018-05-24backends: Simplify loop getting rpaths for bundled libsNirbheek Chauhan1-17/+19
2018-05-24backends: Use a set while gathering RPATHsNirbheek Chauhan1-8/+4
2018-05-16ninja: add build dir to javac -sourcepathRobert Bragg1-0/+1
2018-05-16ninja: avoid needing include_directory('.') with jar()Robert Bragg1-3/+3