aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-12-17Document dependency().name() added in 0.48 [skip ci]Nirbheek Chauhan2-0/+25
2018-12-16gi: Handle new --source-top-dirs argumentThibault Saunier1-10/+15
2018-12-16coverage: Also remove source_root prefixesWilliam A. Kennington III1-0/+1
2018-12-16Merge pull request #4616 from dcbaker/python-module-pathJussi Pakkanen26-44/+445
2018-12-16Fix typo in Native-environments.md [skip ci]Luca Weiss1-1/+1
2018-12-16Add note for install_man in Reference-manual [skip ci]Lzu Tao1-0/+4
2018-12-16compilers/icc: Add even more diag-errors to actually error onDylan Baker1-0/+4
2018-12-13Format Compiler and linker flag table [skip ci]lzutao1-0/+2
2018-12-13docs: Consistently use the same heading level in release notes [skip ci]Nirbheek Chauhan3-20/+21
2018-12-12tests: Add tests for the python moduleDylan Baker25-0/+404
2018-12-12modules/python: Add path methodDylan Baker1-3/+7
2018-12-12modules/python: Refactor the PythonInstallation objectDylan Baker1-40/+33
2018-12-12modules/python: don't inherit from InterpreterObjectDylan Baker1-2/+2
2018-12-12modules/python: Don't pass instance variable to instance methodDylan Baker1-9/+9
2018-12-12pkgconfig: Fix link order of library dependenciesNiklas Haas3-2/+26
2018-12-12Add all files from scripts to MSI package. Closes #4621.Jussi Pakkanen1-2/+8
2018-12-12Better Python exe detector. Closes #4614.Jussi Pakkanen1-1/+5
2018-12-11Add Renesas RL78 CPU family. Closes #4606.Jussi Pakkanen2-0/+2
2018-12-11Only autodetect 'vs' backend on windowsDaniel Mensinger1-1/+1
2018-12-10python: only link extension modules against libpython when distutils does too...Christoph Reiter1-0/+20
2018-12-10docs: build_always_stale was added in 0.47 [skip ci]Simon Arlott1-1/+1
2018-12-10Add a missing newline in release note [skip ci]Jon Turney1-1/+3
2018-12-10Bump version number for new development.Jussi Pakkanen1-1/+1
2018-12-09Update everything for release 0.49.00.49.0Jussi Pakkanen20-294/+319
2018-12-09Disable broken MMX code.Jussi Pakkanen1-0/+4
2018-12-09Skip if a suitable D alternative is not found.Jussi Pakkanen1-1/+3
2018-12-09Skip CMake dependency check if CMake is not installed.Jussi Pakkanen1-0/+4
2018-12-09Reinstate "compilers/c: Fix allow undefined link arg for PE/COFF"Martin Storsjö1-0/+3
2018-12-09Do not write cp entry when it is empty. Closes #4602.Jussi Pakkanen1-1/+4
2018-12-09Updated Linux CI image to cosmic.Jussi Pakkanen4-18/+20
2018-12-07Print ASCII version of unrepresentable text. Closes #4600.Jussi Pakkanen1-1/+5
2018-12-07Update VS files only if something changed.John Preston1-6/+14
2018-12-07Error out if kwargs dict contains a kwargs entry.Jussi Pakkanen1-1/+3
2018-12-06Deduplicate export-dynamic and pthread. Closes #4567.Jussi Pakkanen6-3/+69
2018-12-05modules/python: Do not override link_args with None largsPhilippe Normand1-2/+2
2018-12-05docs: fix link to platform install quirks [skip ci]Dylan Baker1-1/+1
2018-12-05Don't blame absent cmake for all missing dependenciesJon Turney1-8/+8
2018-12-05Correctly detect 32-bit arm userland on 64-bit armNirbheek Chauhan1-5/+14
2018-12-05Reorganize cpu detection code to be more consistentNirbheek Chauhan1-32/+31
2018-12-05Fix detection with VS 2017, and fix a bug in detection on VS 2008Nirbheek Chauhan1-3/+9
2018-12-05Fix typos in kwargdict snippet [skip ci]Nirbheek Chauhan1-3/+3
2018-12-05docs: Misc syntax fixes and missing links [skip ci]Nirbheek Chauhan1-12/+12
2018-12-05docs: Document subproject(... required: false) [skip ci]Nirbheek Chauhan2-0/+15
2018-12-05Document how to declare fallback-only dependencies [skip ci]Nirbheek Chauhan1-1/+3
2018-12-04Can specify keyword arguments with a dict.Jussi Pakkanen9-4/+113
2018-12-04Use correct environment for REGEN in VS backend.John Preston2-2/+34
2018-12-04pkgconfig: Improve and document generator behaviourXavier Claessens5-19/+126
2018-12-04BuildTarget: Fix typo, self.install does not existsXavier Claessens1-1/+1
2018-12-03Use more `environment.default_*` for consistencyJohn Ericson1-12/+16
2018-12-03Combine `run_tests` import lines in `run_unittests`John Ericson3-11/+15