aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-10android: Add build target 'libfruit'master-cuttlefish-testing-releaseIgor Murashkin
2018-08-10android: Import fruit from upstreamIgor Murashkin
2018-07-24Also allow MSVC 2015's error message in test_move_partial_component.Marco Poletti
2018-07-24Bump the version to 3.2.0.Marco Poletti
2018-07-24Disable the test test_register_factory_abstract_class_with_no_virtual_destruc...Marco Poletti
2018-07-24Set the correct expected compile error for MSVC in test_move_partial_component.Marco Poletti
2018-07-24No longer install docker on Travis CI, assume that it's provided by the envir...Marco Poletti
2018-07-24Make PartialComponent non-movable. This catches at compile-time some cases wh...Marco Poletti
2018-04-22Disable the check on the error message's line number in the test where we exp...Marco Poletti
2018-04-22Ignore warnings in a test about a base class with no virtual destructor. Some...Marco Poletti
2018-04-22Remove an unnecessary list of flags when testing compiler features, it's alre...Marco Poletti
2018-03-04Cast explicitly from node_iterator to const_node_iterator (otherwise MSVC cho...Marco Poletti
2018-03-04Add a SemistaticGraph::node_iterator -> SemistaticGraph::const_node_iterator ...Marco Poletti
2018-03-04Run "brew upgrade python" instead of "brew install python3" (brew now require...Marco Poletti
2018-03-04Make Fruit injectors accessible concurrently from multiple threads. This comm...Marco Poletti
2018-03-04Merge pull request #61 from binarytom/conan_packagepoletti-marco
2018-03-04Basic conanfile.pyTom Molesworth
2018-02-27Initial empty repository(raulenrique)
2018-01-13Bump the Fruit version to 3.1.1.Marco Poletti
2018-01-13Add another workaround for the MSVC 2017 bug.Marco Poletti
2018-01-13Workaround a regression in the MSVC 2017 15.5 compiler.Marco Poletti
2017-12-27Add a missing import to fix compilation of Fruit tests.Marco Poletti
2017-12-27Document the vulnerability reporting process.poletti-marco
2017-12-27Mention test and code style requirements in the "Sending pull requests" secti...poletti-marco
2017-12-27Add a .clang-format config file and reformat all C++ source code using that. ...Marco Poletti
2017-12-27Try to workaround some Visual Studio ICEs that appeared in the last Appveyor ...Marco Poletti
2017-11-19Add a table with the (stripped) executable size to tables/fruit_wiki.yml.Marco Poletti
2017-11-19Use μs instead of us as a unit for microseconds.Marco Poletti
2017-11-19Bump the version to 3.1.0.Marco Poletti
2017-11-19Re-add the explicit "-T host=x64" CMake param to Appveyor release builds usin...Marco Poletti
2017-11-18Use the standalone CMake installation instead of the one shipped with MSVC 20...Marco Poletti
2017-11-18Disable ASan/UBSan when testing with GCC in Travis CI. ATM they fail due to h...Marco Poletti
2017-11-18Make the Fruit tests pass with recent versions of Bazel (e.g. 0.7.0).Marco Poletti
2017-11-18No longer test under Valgrind in Travis CI, it's too slow and the build now t...Marco Poletti
2017-11-18Fix the Clang 4.0 executable name used in Travis CI tests for OS X.Marco Poletti
2017-11-12Remove the explicit "-T host=x64" CMake param from Appveyor release builds us...Marco Poletti
2017-11-12A few more fixes to make Fruit work under MSVC 2015 and 2017 in Appveyor.Marco Poletti
2017-11-12Another attempt to make Fruit work with MSVC (2015 and 2017) in Appveyor.Marco Poletti
2017-11-11Fix the string concatenation in postsubmit.bat using delayed var expansion.Marco Poletti
2017-11-11Keep all PATH dirs that contain desired executables (in order) instead of jus...Marco Poletti
2017-11-11No longer print CMakeOutput.log, it's too verbose.Marco Poletti
2017-11-11Clean up unnecessary flags and debug prints from the Appveyor config.Marco Poletti
2017-11-11Make sure powershell.exe is in PATH when building Fruit in Appveyor.Marco Poletti
2017-11-11Print CMakeError.log and CMakeOutput.log in the Appveyor build log (to debug ...Marco Poletti
2017-11-11Print even more debug information in postsubmit.bat.Marco Poletti
2017-11-11Yet another attempt to fix the Appveyor build.Marco Poletti
2017-11-11Print more debugging information in postsubmit.bat, to help debug build failu...Marco Poletti
2017-11-11Another attempt to fix the build in Appveyor.Marco Poletti
2017-11-11(Hopefully) fix the CI build on Windows (Appveyor).Marco Poletti
2017-11-11Fix compilation under MSVC 2017.Marco Poletti