aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-22Use os.getcwd() instead of env["PWD"] in testing code so that tests also work...Marco Poletti
2019-12-22Install absl-py when running CI tests on Appveyor.Marco Poletti
2019-12-22Switch back to testing with Clang 8 instead of Clang 9 in OS X CI tests, the ...Marco Poletti
2019-12-22Fix typo in the Clang 9 symlink created when running CI tests on OS X.Marco Poletti
2019-12-22Create an extra symlink for Clang 9 when running CI tests on OX X.Marco Poletti
2019-12-22Don't try to create a simlink that already exists in OS X CI tests with Clang...Marco Poletti
2019-12-22Run OS X CI tests with XCode 9.4 instead of 9.3.Marco Poletti
2019-12-22No longer run CI tests using XCode 10.3. 9.3 and 11.4 should be enough, and 1...Marco Poletti
2019-12-22Support Clang 9 in the CI scripts.Marco Poletti
2019-12-22Use clang[++]-6.0 as symlink names on OS X too, to match the names under Ubun...Marco Poletti
2019-12-22Test against Clang 9 instead of Clang 8 in OS X CI tests.Marco Poletti
2019-12-22More changes to try getting OS X CI tests to work again.Marco Poletti
2019-12-22Really run "brew link" for keg-only packages.Marco Poletti
2019-12-22Bump the minimum version of OS X used in CI tests to 10.13. Older versions no...Marco Poletti
2019-12-22Bump the minimum clang version used in OS X CI tests to 6.0. Clang 4.0 no lon...Marco Poletti
2019-12-22No longer use PCHs when running OS X CI tests with GCC 9, it does not work.Marco Poletti
2019-12-22Make sure all brew-installed packages are linked in /usr/local. Some aren't b...Marco Poletti
2019-12-22Set a build flag to help debug an "Invalid PCH" error when running tests in T...Marco Poletti
2019-09-02Remove a debug print from the CI test script.Marco Poletti
2019-09-02Set the correct Boost include flags for OS X CI tests.Marco Poletti
2019-09-02No longer run 'brew update' in the OS X CI test script. It takes a long time ...Marco Poletti
2019-09-02Remove obsolete arguments for brew install llvm.Marco Poletti
2019-09-02Remove an obsolete special-case handling of Clang 4.0 in the OS X CI test scr...Marco Poletti
2019-09-02Use GCC 6 as minimum GCC version in OS X CI tests. The GCC 5 brew package now...Marco Poletti
2019-09-02Actually list the boost dir's contents in the OS X test script. /usr/local/in...Marco Poletti
2019-09-02Add support for GCC 9 to the OS X CI test script.Marco Poletti
2019-09-02Only run libc++ tests with Clang 8, packages for earlier versions don't have ...Marco Poletti
2019-09-02Install absl-py in OS X CI tests.Marco Poletti
2019-09-02Run Clang/GCC OS X tests on the latest OS X available.Marco Poletti
2019-09-02Fix a regression in the CI test script for OS X, we no longer installed some ...Marco Poletti
2019-09-01Install libc++ in docker images.Marco Poletti
2019-09-01Add a more complex test case for name demangling.Marco Poletti
2019-08-31Add a CI test with libc++ with the latest Ubuntu/Clang.Marco Poletti
2019-08-31Update the OS X versions used in CI testing. Notably retire 7.x and add 11.x.Marco Poletti
2019-08-31In OSX CI tests: always attempt to install and upgrade any package. Before th...Marco Poletti
2019-08-31Use 16.04 as the oldest Ubuntu version for CI testing instead of 14.04.Marco Poletti
2019-08-31Add a script to rebuild/reupload docker images.Marco Poletti
2019-08-31Install absl-py in the docker images used for CI testing of Fruit.Marco Poletti
2019-08-31Delete old dockerfiles for Ubuntu distributions that are no longer supported.Marco Poletti
2019-07-20Migrate tests to absl.testing, mainly to make Bazel test sharding work.Marco Poletti
2019-07-20No longer mention Bazel's --python_path=/usr/bin/python3 arg in the documenta...Marco Poletti
2019-07-20Print the env for commands executed in tests, to help debugging env-related i...Marco Poletti
2019-07-20Fix test failures in Bazel when using sandboxing.Marco Poletti
2019-07-20Fix test failures with recent versions of Bazel.Marco Poletti
2019-06-09Use Bazel's CC variable instead of hardcoding g++.Marco Poletti
2019-06-09Set a 'toolchains' param in a BUILD rule. This is needed for the code to comp...Marco Poletti
2019-06-09Make the deploy_to_bintray.sh script executable.Marco Poletti
2019-05-07Use float comparison for Conan compiler min versionPh1ll
2019-04-28Add a debug print to try to understand where Boost headers live in OSX.Marco Poletti
2019-04-27Try 'brew upgrade' if 'brew install' fails when running CI tests on OS X.Marco Poletti