aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-21added *.pyc to .gitignoreKarl-Philipp Richter1-0/+2
2017-07-21gnome: Fix wrong include pathNicolas Dufresne1-3/+1
2017-07-21Fix run_target() accepting ConfigureFile for commandPatrick Griffis3-0/+16
2017-07-21build.py: fixed a small issue where hasattr was passed only a name argument.Hagai1-1/+1
2017-07-21Renamed test dirs to remove duplicated numbers.Jussi Pakkanen6-0/+0
2017-07-21configure_file: warn in case a variable to subsitute is not present in the pa...Christoph Reiter2-3/+15
2017-07-21Merge pull request #1955 from jon-turney/exe-implibJussi Pakkanen26-111/+253
2017-07-21Make error message more informativeEmmanuele Bassi1-2/+2
2017-07-21Link to compiler properties for compiler ids listNirbheek Chauhan1-1/+1
2017-07-21Update compiler ids in Compiler-properties.mdNirbheek Chauhan1-0/+5
2017-07-21Merge pull request #2046 from martin-ejdestig/mintro_deps_name_keyJussi Pakkanen2-3/+25
2017-07-21Updates to the reference manualNirbheek Chauhan1-5/+7
2017-07-20Add to release noteJon Turney1-0/+5
2017-07-20Use full_path() rather than adding current_build_dir() as rpath in test commo...Jon Turney1-4/+1
2017-07-20Make the name of the executable implib configurableJon Turney4-10/+17
2017-07-20Consolidate windows tests which are divided between mingw and msvcJon Turney10-100/+26
2017-07-20Support implibs for executables on WindowsJon Turney15-11/+218
2017-07-20Add a mesonintrospect --dependencies testMartin Ejdestig1-0/+22
2017-07-20Modify mesonintrospect --dependencies so 1 element in list is 1 dependencyMartin Ejdestig1-3/+3
2017-07-20i18n: Fixed gettext permitted Kwargs listIñigo Martínez1-1/+1
2017-07-20gnome.genmarshal(): Include generated header in generated sourcePatrick Griffis1-1/+5
2017-07-20Allow test to depend on executable target in cross build. (#2007)FredericHamel2-0/+7
2017-07-19Merge pull request #1374 from mesonbuild/simdJussi Pakkanen25-8/+879
2017-07-19Added documentation for SIMD module.Jussi Pakkanen5-3/+91
2017-07-18docs: Add HexChat to users... againTingPing1-0/+1
2017-07-19Update Users.md: point to upstream GLib repoTim-Philipp Müller1-3/+2
2017-07-18docs: Add HexChat to list of usersTingPing1-0/+1
2017-07-18Add more projects to Users.mdNirbheek Chauhan1-2/+6
2017-07-18Turned SIMD into an unstable module.Jussi Pakkanen3-1/+5
2017-07-18Close files reliably.Jussi Pakkanen4-59/+66
2017-07-18Revert "Merge pull request #1931 from centricular/use-patched-ninja"Jussi Pakkanen6-26/+16
2017-07-17Renamed test case number to avoid dupes.Jussi Pakkanen16-1/+3
2017-07-17Renamed test dir.Jussi Pakkanen14-0/+0
2017-07-17Created merge_from method for ConfigurationData.Jussi Pakkanen2-2/+14
2017-07-17Create a new configuration data object and return it as the result.Jussi Pakkanen2-10/+8
2017-07-17Do not use AVX on OSX since we can't detect it reliably at runtime and some C...Jussi Pakkanen1-1/+6
2017-07-17unittests: Don't pass /nologo to `cl` during detectionNirbheek Chauhan1-1/+1
2017-07-17msvc: Split stderr by line and raise exception if emptyNirbheek Chauhan1-1/+4
2017-07-17unittests: Check value of cc.is_64 with MSVCNirbheek Chauhan1-0/+9
2017-07-17unittests: Ensure that the compiler version is not blankNirbheek Chauhan1-0/+4
2017-07-17Hardcode processor features on OSX because it ships a broken __builtin_cpu_su...Jussi Pakkanen9-4/+40
2017-07-17Fix MMX on 32 bit x86.Jussi Pakkanen1-1/+5
2017-07-17A few fixes for OSX and VS2010.Jussi Pakkanen2-0/+7
2017-07-17Fix checks on MinGW and VS2010.Jussi Pakkanen3-5/+21
2017-07-17Added VS support to simd detector.Jussi Pakkanen14-17/+144
2017-07-17Fix building with Clang on Raspbian.Jussi Pakkanen1-0/+6
2017-07-17Fix a few OSX "features".Jussi Pakkanen2-1/+6
2017-07-17Created simd module.Jussi Pakkanen3-40/+116
2017-07-17Added NEON support.Jussi Pakkanen4-3/+30
2017-07-17Add AVX2.Jussi Pakkanen3-0/+34