Skip to content
Snippets Groups Projects
  1. Jan 03, 2024
  2. Jan 02, 2024
  3. Dec 26, 2023
  4. Dec 22, 2023
    • Lionel GUEZ's avatar
      Fetch cmake modules at configure-time · 4fab07f3
      Lionel GUEZ authored
      Instead of using a submodule. See Scott (2023 k1077, § 39.6.2 "Sharing
      CMake Modules And Commands"). The drawbacks are: the directory cmake
      is duplicated in each build directory; configuration requires a
      network connection. The advantages are: it is easier to download the
      project without git; we can more easily package a release.
      4fab07f3
  5. Dec 21, 2023
  6. Dec 20, 2023
  7. Dec 01, 2023
  8. Nov 30, 2023
  9. Nov 28, 2023
  10. Nov 23, 2023
  11. Nov 22, 2023
  12. Nov 21, 2023
  13. Oct 12, 2023
    • Lionel GUEZ's avatar
      Use property map for out-degree · 311c0598
      Lionel GUEZ authored
      This seems to be a little faster, even if we do not use out-degree for
      all the nodes. For `Global_1993_2023/Graph_anti`, this commit reduces the time
      to define `traj_prop` from 23 s to 20 s.
      311c0598
    • Lionel GUEZ's avatar
      Use property map for in-degree · 86e7612c
      Lionel GUEZ authored
      We know that we are going to need in-degree for every node of the
      graph. For `Global_1993_2023/Graph_anti`, this commit reduces the time
      to define `traj_prop` from 31 s to 25 s.
      86e7612c
Loading