Skip to content
Snippets Groups Projects
  1. Feb 20, 2019
    • Maria Matejka's avatar
      Filter refactoring: dropped the recursion from the interpreter · 4c553c5a
      Maria Matejka authored
      This is a major change of how the filters are interpreted. If everything
      works how it should, it should not affect you unless you are hacking the
      filters themselves.
      
      Anyway, this change should make a huge improvement in the filter performance
      as previous benchmarks showed that our major problem lies in the
      recursion itself.
      
      There are also some changes in nest and protocols, related mostly to
      spreading const declarations throughout the whole BIRD and also to
      refactored dynamic attribute definitions. The need of these came up
      during the whole work and it is too difficult to split out these
      not-so-related changes.
      4c553c5a
  2. Feb 07, 2018
  3. May 16, 2017
  4. Jan 22, 2017
  5. Dec 07, 2016
  6. Nov 11, 2016
  7. Nov 09, 2016
    • Ondřej Zajíček's avatar
      Unit Testing for BIRD · 9b0a0ba9
      Ondřej Zajíček authored
       - Unit Testing Framework (BirdTest)
       - Integration of BirdTest into the BIRD build system
       - Tests for several BIRD modules
      
       Based on squashed Pavel Tvrdik's int-test branch, updated for
       current int-new branch.
      9b0a0ba9
Loading