aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
And link to Gtk+ master branch instead of wip/meson.
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
This reverts commit aab7ada356e02033e4030143cf363d06d975283b, reversing changes made to e1b24765afd9e7d2d8043a408d69c7ad814d3551.
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 ↵Jussi Pakkanen1-1/+6
CI machines do not seem to have it.
2017-07-17unittests: Don't pass /nologo to `cl` during detectionNirbheek Chauhan1-1/+1
This causes it to not output the version information to stderr, which we need to extract the version and the architecture. Found by Jussi.
2017-07-17msvc: Split stderr by line and raise exception if emptyNirbheek Chauhan1-1/+4
std.split() splits on whitespace, but we want the first line.
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 ↵Jussi Pakkanen9-4/+40
__builtin_cpu_supports.
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
2017-07-17Add AVX support.Jussi Pakkanen3-1/+33
2017-07-17Add SSE4.2 support.Jussi Pakkanen4-2/+38
2017-07-17Add SSE4.1 support.Jussi Pakkanen4-1/+38
2017-07-17Added SSSE3 support of sorts.Jussi Pakkanen4-1/+40
2017-07-17Added SSE3 support.Jussi Pakkanen4-2/+39
2017-07-17Added SSE2 support.Jussi Pakkanen3-10/+46
2017-07-17Added SSE support.Jussi Pakkanen4-5/+47
2017-07-17Some more arches.Jussi Pakkanen1-0/+24
2017-07-17Add support for MMX checking.Jussi Pakkanen5-11/+70
2017-07-17The beginning of a test that checks for various SIMD implementations.Jussi Pakkanen4-0/+66
2017-07-17Merge pull request #2072 from centricular/fix-gtkdoc-rpathJussi Pakkanen3-9/+12
Various gtkdoc fixes
2017-07-17Merge pull request #1931 from centricular/use-patched-ninjaJussi Pakkanen6-16/+26
CI: Use QuLogic's Ninja patches
2017-07-17Removed minor typos in documentation.Alexis Jeandet3-3/+3
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
2017-07-17appveyor: Don't skip doc-only buildsNirbheek Chauhan1-4/+0
This was a good idea in theory, but in practice it has made Codecov completely useless because doc-only commits would reduce the coverage calculated by Codecov and PRs would randomly have messages saying that the coverage has gone up or down by a random percentage simply because the windows builds weren't run in the last commit. Till Codecov also has an option to skip doc-only commits, we cannot make this change. To skip all CI, you can put "[skip ci]" or "[ci skip]" in the commit message. This will also work with Codecov.
2017-07-17ninja backend: Detect ninja only once and log itNirbheek Chauhan2-7/+9
Needed for the CI, but good to have in general too.
2017-07-17Added a missing closing parenthesis in the last exampleAlexis Jeandet1-1/+1
There was a missing parenthesis at the end of the last example.
2017-07-17tests: Restore sleep for ninja on HFS+ (macOS)Nirbheek Chauhan1-1/+4
QuLogic discovered that HFS+ only stores dates in uint32 seconds since the epoch, so ninja cannot report sub-1s resolution timestamps there. Sometime in the future Apple FS will become widely-available and we will have to add a filesystem check at startup. https://developer.apple.com/legacy/library/technotes/tn/tn1150.html#HFSPlusDates
2017-07-17Add an additional Cygwin package repo with patched ninjaJon Turney1-1/+3
2017-07-17CI: Use QuLogic's Ninja patchesNirbheek Chauhan3-4/+11
This way we get some testing for the patches, and speed up our builds. My server is hosted on a UK Linode, so it should have good uptimes. However, we should likely move this into the Docker image at least for Linux, and perhaps put it in a CI cache for the rest.
2017-07-17gnome module: Add -lfoo after -Lbar LDFLAGSNirbheek Chauhan1-4/+5
Otherwise they won't take effect
2017-07-17gnome.gtkdoc: Handle absolute install_dirs correctlyNirbheek Chauhan2-5/+7
Must prepend DESTDIR in case it's absolute. Also document that by default it is relative to the gtk-doc html directory.
2017-07-17Merge pull request #2070 from mesonbuild/lgtmfixexJussi Pakkanen7-19/+12
Static analyzer fixes
2017-07-16Fix typoChocobo11-1/+1
profile guide optimization -> profile guided optimization