Summary
- Adding a way to compute routes sequentially by defining `HIGH_DEPTH_ROUTING_ALGORITHM`. (details)
- Refactoring and fix some missing bypassroute resolutions, and unwanted redundancies in routes links. (details)
- fix links order in routes (details)
- fix 'Moving a temporary object prevents copy elision' (details)
- Add test for the new routing algorithm with asymetrical nested zones (details)
- Rename get_englobing_zones to get_all_englobing_zones to avoid confusions. (details)
- Minor edit of some comments. (details)
- Minor exception log edit (details)
- Refactoring the routing algorithm to be more understandable. (details)
- Work around a gcc bug even if the warnings are not enabled (details)
- Fix make distcheck (details)
- let new test use the new API (details)
- gitlab ci: always cache the ccache, even on error (details)
- gitlab CI: add a proper key to retrieve the gitlab cache (details)
- gitlab ci: use the local docker registery instead of hammering transcontinental cables (details)
- gitlab ci: Actually trigger the docker_build job (details)
- grmbl (details)
- Rebuild the docker image everytime, but after pulling it to use the docker caching mechanisme (details)
- remove some stuff from the build-deps image to speedup builds (details)
- cache the docker image of the intelCC to survive when intel breaks their repo (and to speed things up) (details)
- Fix some typos around the docker image of intel CC (details)
- docker's bummer (details)
- try harder to not rebuild the docker file when it's not needed. It's getting ugly (details)
- time to sleep :( (details)
- I hate alpine and I hate busybox (details)
- add freebsd runner (details)
- typo in variables (details)