aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-28Generated docs if hotdoc is installed.docbuildJussi Pakkanen1-0/+2
2017-04-28Don't use dict.keys() to check membershipDylan Baker2-2/+2
2017-04-28rpm: pass --wrap-mode=nodownload to %mesonIgor Gnatenko1-0/+2
2017-04-28Use 'builddir' instead of 'build' in the READMEPeter Hutterer1-2/+2
2017-04-28Detect intel fortran compilerThomas Hindoe Paaboel Andersen2-1/+2
2017-04-28Bumped version number for new development.Jussi Pakkanen1-1/+1
2017-04-28Updated version numbers for point release.0.40.1Jussi Pakkanen7-6/+7
2017-04-28Replace cmd line arguments on install scripts. Closes #1681.Jussi Pakkanen1-1/+13
2017-04-28Implement an actual set interface for the OrderedSet class. Closes #1670Dylan Baker1-8/+28
2017-04-27Merge pull request #1683 from ernestask/submodulesJussi Pakkanen2-5/+7
2017-04-27Always pass cross-file {lang}_args to compiler checksNirbheek Chauhan3-16/+37
2017-04-27Bump version number for new development.Jussi Pakkanen1-1/+1
2017-04-27authors.txt: add selfErnestas Kulik1-0/+1
2017-04-26Added release notes page for 0.41.0.Jussi Pakkanen3-3/+12
2017-04-26Fix web site upload repository.Jussi Pakkanen1-1/+1
2017-04-26docs: website license is CC-BY and code samples are CC0Thibault Saunier2-1/+17
2017-04-26docs: Import the website and wiki and build with hotdocThibault Saunier107-0/+6333
2017-04-25wrap: pass -C to git when resolving submodulesErnestas Kulik1-5/+6
2017-04-25wrap: initialize submodules when updatingErnestas Kulik1-1/+1
2017-04-23Update version number for release.0.40.0Jussi Pakkanen6-6/+6
2017-04-23Unset compiler envvars in unit tests.Jussi Pakkanen2-9/+20
2017-04-22vala: Add 'VALAFLAGS' to considered environment variablesGuillaume Poirier-Morency2-6/+13
2017-04-22Merge pull request #1654 from dcbaker/c-cpp-linkJussi Pakkanen10-17/+238
2017-04-22Merge pull request #1649 from centricular/static-ltoJussi Pakkanen3-26/+54
2017-04-22Disabled rpath test due to bug #1635.Jussi Pakkanen1-0/+2
2017-04-22tests/common/146: Also test against external C++ libsNirbheek Chauhan1-3/+37
2017-04-22configure_file: Accept output of configure_file as inputNirbheek Chauhan1-1/+3
2017-04-21tests/common/146: Use C++98 features instead of BoostNirbheek Chauhan2-8/+11
2017-04-21Use linked-libraries to decide what linker to useNirbheek Chauhan1-2/+35
2017-04-21Expose the implementation language for external librariesNirbheek Chauhan2-14/+13
2017-04-21Add a testcase for linking C and C++ static archives into a shared libraryDylan Baker7-0/+150
2017-04-21ninja: Don't use @file.rsp with ArLinker on WindowsNirbheek Chauhan1-1/+5
2017-04-21Use gcc-ar/llvm-ar as the static linker if availableNirbheek Chauhan1-25/+38
2017-04-21Stricter evaluation of deps. Closes #1648.Jussi Pakkanen1-6/+10
2017-04-21Added missing argument to a few function calls. Closes #1647.Jussi Pakkanen1-8/+11
2017-04-20Don't fail include_directories if the dir is only in the build pathMatthias Klumpp1-3/+7
2017-04-20unit tests: Add a test case for LTO + static librariesNirbheek Chauhan1-0/+11
2017-04-19Print a warning on duplicated keywords.Jussi Pakkanen1-0/+3
2017-04-19Renamed test to keep numbers sequential.Jussi Pakkanen1-0/+0
2017-04-19Drop terminating fullstop from "Installing blah to blah" messagesPeter Hutterer3-7/+7
2017-04-17Do not obliterate old rpath because it might be used due to read only data sh...Jussi Pakkanen6-3/+58
2017-04-17Merge pull request #1628 from ximion/dfixJussi Pakkanen6-1/+56
2017-04-17Raise clear error if module name doesn't exist.Elliott Sales de Andrade1-2/+5
2017-04-16Skip all whole archive args if there aren't any.Elliott Sales de Andrade1-1/+1
2017-04-15d: Add testcase for linking multiple versioned shared librariesMatthias Klumpp5-0/+55
2017-04-15d: Fix linking shared libraries with DMDMatthias Klumpp1-1/+1
2017-04-15tests: skip protocol buffers test if deps are not foundTim-Philipp Müller1-2/+7
2017-04-15Make it possible to only do unity builds on subprojects.Jussi Pakkanen10-12/+32
2017-04-15Merge pull request #1549 from mesonbuild/linkwholeJussi Pakkanen9-1/+129
2017-04-14dependencies: boost: use system include flag for header includesWade Berrier1-3/+28