1. e769ce0 Set -fsanitize=undefined,address consistently in Debug mode (before it was not set in tests). by Marco Poletti · 9 years ago
  2. 85dba84 Add -fsanitize=undefined,address to debug builds (except GCC<4.9 where it's not supported). by Marco Poletti · 9 years ago
  3. 4c0308f Fix GCC-only test failures by fixing the tests. Also change 1 test to be Clang-only since that scenario can't happen with GCC. by Marco Poletti · 9 years ago
  4. 34f5048 Set the test timeout in CTest instead of using `timeout' directly. by Marco Poletti · 9 years ago
  5. eb92f9a Travis CI config for testing on OSX (3rd attempt). by Marco Poletti · 9 years ago
  6. 1188cfc Fix compile error occurring only with GCC5 (which does a stricter check on prototype/definition signature consistency). by Marco Poletti · 9 years ago
  7. b9aca3f Add a FRUIT_DEEP_TEMPLATE_INSTANTIATION_STACKTRACES_FOR_ERRORS switch that allows to get the full instantiation trace for Fruit errors (useful for debugging Fruit internals, not meant for general use). by Marco Poletti · 9 years ago
  8. f86df38 Fix include installation dir, was something like $DESTDIR/include/fruit/include/fruit/*.h, now it's $DESTDIR/include/fruit/*.h. by Marco Poletti · 10 years ago
  9. e267bc6 Bump version to 1.0.2. by Marco Poletti · 10 years ago
  10. d36df0f Bump version to 1.0.1. by Marco Poletti · 10 years ago
  11. 784fd21 Increase the version to 1.0.0. by Marco Poletti · 10 years ago
  12. 050d600 Optimize SemistaticGraph using shallow copy semantics to share data with the NormalizedComponent. Decreases injection time by ~15%. by Marco Poletti · 10 years ago
  13. dd8a677 Factor out the proof tree/forest implementation from metaprogramming/component.h into a separate proof_trees.h. by Marco Poletti · 10 years ago
  14. 81e03d5 Add a macro that disables compile-time dep checking for benchmarking purposes. by Marco Poletti · 10 years ago
  15. 23d852c Increase version to 0.9.6. by Marco Poletti · 10 years ago
  16. 71c36de Fix some warnings in release mode, and set debug-only compiler flags properly. by Marco Poletti · 10 years ago
  17. 2f4a41c Improve the benchmark to make the per-request time more stable. by Marco Poletti · 10 years ago
  18. ac0fe96 Fix compilation warnings/issues with GCC 4.9.1. by Marco Poletti · 10 years ago
  19. 1fb101f Minor changes to CMakeLists files: enable FORTIFY_SOURCE, avoid CMake warning. by Marco Poletti · 10 years ago
  20. b996741 Use a plain C array instead of an std::array in ComponentStorage. by Marco Poletti · 10 years ago
  21. 06a1d1e Add a custom map implementation, which improves injection performance by ~20%. This also removes the dependency on the sparsehash library. by Marco Poletti · 10 years ago
  22. ada8d03 Set version to 0.9.5. by Marco Poletti · 10 years ago
  23. adea5ec Update version number to 0.9.4. by Marco Poletti · 10 years ago
  24. b935924 Set version to 0.9.3. by Marco Poletti · 10 years ago
  25. e467279 Remove force-set of clang as compiler. by Marco Poletti · 10 years ago
  26. 89d6878 Set version to 0.9.2. by Marco Poletti · 10 years ago
  27. cc3a623 Track scripts used for packaging (using the Opensuse Build Service). by Marco Poletti · 10 years ago
  28. 5bc9876 Minor changes: move code between classes, split PartialComponent out of ComponentImpl, fix Clang warnings, add comments. by Marco Poletti · 10 years ago
  29. 5d84929 Implement factory bindings. by Marco Poletti · 10 years ago
  30. d5dc2eb Add some LaTeX files used to generate the first 2 images in the online documentation. by Marco Poletti · 10 years ago
  31. 65d8eb9 Implement multibindings. by Marco Poletti · 10 years ago
  32. e66e1e7 Add cmake variables to allow overriding the installation directories. by Marco Poletti · 10 years ago
  33. cf798fa Initial commit. by Marco Poletti · 10 years ago