aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-24[automerger skipped] DO NOT MERGE - Merge pi-dev@5234907 into stage-aosp-masterandroid-mainline-10.0.0_r9android-mainline-10.0.0_r7android-mainline-10.0.0_r5android-mainline-10.0.0_r4android-mainline-10.0.0_r10android-10.0.0_r9android-10.0.0_r8android-10.0.0_r7android-10.0.0_r45android-10.0.0_r44android-10.0.0_r43android-10.0.0_r42android-10.0.0_r41android-10.0.0_r40android-10.0.0_r39android-10.0.0_r38android-10.0.0_r37android-10.0.0_r36android-10.0.0_r35android-10.0.0_r34android-10.0.0_r33android-10.0.0_r32android-10.0.0_r31android-10.0.0_r30android-10.0.0_r29android-10.0.0_r28android-10.0.0_r27android-10.0.0_r26android-10.0.0_r25android-10.0.0_r24android-10.0.0_r23android-10.0.0_r22android-10.0.0_r21android-10.0.0_r20android-10.0.0_r19android-10.0.0_r18android-10.0.0_r16android-10.0.0_r15android-10.0.0_r14android-10.0.0_r13android-10.0.0_r12android10-qpr3-s1-releaseandroid10-qpr3-releaseandroid10-qpr2-s4-releaseandroid10-qpr2-s3-releaseandroid10-qpr2-s2-releaseandroid10-qpr2-s1-releaseandroid10-qpr2-releaseandroid10-qpr1-releaseandroid10-qpr1-mainline-releaseandroid10-qpr1-d-releaseandroid10-qpr1-c-s1-releaseandroid10-qpr1-c-releaseandroid10-qpr1-b-s1-releaseandroid10-qpr1-b-releaseandroid10-mainline-media-releaseandroid10-devandroid10-d4-s1-releaseandroid10-d4-releaseandroid10-c2f2-s2-releaseandroid10-c2f2-s1-releaseandroid10-c2f2-releaseXin Li
2019-02-20DO NOT MERGE - Merge pi-dev@5234907 into stage-aosp-masterXin Li
2019-01-07Add default active developers into OWNERS am: dc3d3adffc am: fc824663b7Chih-Hung Hsieh
2019-01-07Add default active developers into OWNERS am: dc3d3adffcChih-Hung Hsieh
2019-01-07Add default active developers into OWNERSChih-Hung Hsieh
2019-01-07Add default active developers into OWNERSandroid-q-preview-6android-q-preview-5android-q-preview-4android-q-preview-2.5android-q-preview-1Chih-Hung Hsieh
2018-10-29Merge remote-tracking branch 'aosp/upstream-master' into HEAD am: b4524887e7 ...Elliott Hughes
2018-10-29Merge remote-tracking branch 'aosp/upstream-master' into HEAD am: b4524887e7Elliott Hughes
2018-10-29Merge remote-tracking branch 'aosp/upstream-master' into HEADElliott Hughes
2018-10-29Merge remote-tracking branch 'aosp/upstream-master' into HEADandroid-wear-8.0.0_r2Elliott Hughes
2018-10-20Run Travis CI tests with the latest versions of GCC, Clang, Ubuntu.Marco Poletti
2018-09-16No longer run Ubuntu ARM tests on Travis CI. It doesn't work after all (while...Marco Poletti
2018-09-15No longer run tests on Ubuntu ARM with Clang, it doesn't work (GCC works thou...Marco Poletti
2018-09-15Add a batch file to deploy to Bintray on Windows.Marco Poletti
2018-09-15Add a script to deploy Fruit as a Conan package to Bintray.Marco Poletti
2018-09-15(try to) fix the Travis CI config for ARM.Marco Poletti
2018-09-15Some fixes to the CI configuration.Marco Poletti
2018-09-15Some improvements to the Conan packaging, in preparation for publishing Conan...Marco Poletti
2018-09-15Run Travis CI tests under Ubuntu 18.04 instead of 17.10. Also run in addition...Marco Poletti
2018-09-15Add Dockerfiles for: Ubuntu 18.04 (x64), Ubuntu 16.04 (ARM), Ubuntu 17.10 (ARM)Marco Poletti
2018-09-14Remove "new" when talking about C++11. It's not really that new anymore.poletti-marco
2018-09-13Run tests under Clang 4.0 as the minimum version (instead of 3.9) on OS X.Marco Poletti
2018-09-13Run tests under Clang 3.9 instead of 3.7 on OS X. The 3.7 homebrew formula ha...Marco Poletti
2018-09-12Bump the version to 3.4.0.Marco Poletti
2018-09-12Implement a variant of the executable size 'benchmark' that disables exceptio...Marco Poletti
2018-09-12Revert part of commit f06151, that part actually made Fruit slightly slower n...Marco Poletti
2018-09-11Rename the metric for incremental compile time, so that it's separate from th...Marco Poletti
2018-09-11Run the startup benchs 1K times per iteration, otherwise there's too little p...Marco Poletti
2018-09-11Strip the binary before the startup tests, to prevent the non-stripped binary...Marco Poletti
2018-09-11Remove the componentNormalizationTime benchs, the new startup benchs are more...Marco Poletti
2018-09-11Some small optimizations when constructing a SemistaticMap.Marco Poletti
2018-09-11Double the size of SemistaticMap's hash table, with the previous size there c...Marco Poletti
2018-09-09Mark the -dev/-devel packages as suggested by the main one, so that people do...Marco Poletti
2018-09-09Bump the version to 3.3.0.Marco Poletti
2018-09-09Set timeout=long on pytest tests, otherwise they sometimes time out on Travis...Marco Poletti
2018-09-09Add more real-world benchmarks of startup time, with/without DI frameworks.Marco Poletti
2018-09-09Run the MSVC 2015 tests first in Appveyor since it's the most likely to break.Marco Poletti
2018-09-09Remove a friend declaration that's no longer used.Marco Poletti
2018-09-09Make componentFunction() work with MSVC 2015.Marco Poletti
2018-09-09(try to) workaround a MSVC 2015 bug on overload resolution with a variadic ty...Marco Poletti
2018-09-09Print a Hello world in the example benchmarks (except the runtime ones) to si...Marco Poletti
2018-09-09Don't generate runtime bench code in compile benchmarks and executable size b...Marco Poletti
2018-09-08Also run the Boost.DI bench with 1000 classes now that it works.Marco Poletti
2018-09-08Update the benchmark suite definitions with the latest compiler versions.Marco Poletti
2018-09-08Increase the template recursion depth to allow the Boost.DI benchmarks with 1...Marco Poletti
2018-09-08Fix an #include in the benchmarks to use the correct filename for Boost 1.0.2.Marco Poletti
2018-09-08Add networkx to the dockerfiles.Marco Poletti
2018-09-08Several improvements to the benchmarking code.Marco Poletti
2018-09-01Run AppVeyor MinGW tests using the MSVC 2017 image instead of the 2015 one.Marco Poletti
2018-09-01Another attempt at improving the error messages for componentFunction() misus...Marco Poletti