Skip to content
Snippets Groups Projects
  1. Nov 04, 2024
  2. Nov 01, 2024
  3. Sep 09, 2024
  4. Aug 26, 2024
  5. Aug 17, 2024
  6. Aug 15, 2024
    • David Thompson's avatar
      Bump the library version number. · f1931739
      David Thompson authored
      f1931739
    • David Thompson's avatar
      Fix for `token::Singletons()` when built statically. · bf7bc6bf
      David Thompson authored
      You should avoid building the token library statically,
      but if you must, this may prevent issues with the order
      in which initializers are invoked.
      
      The singleton is guarded with a mutex, but you must
      still use the returned container with care in threads
      as the container itself is not thread-safe. However,
      if your application can guarantee no threads insert/delete
      objects in the container, many threads can fetch objects
      from it simultaneously.
      bf7bc6bf
  7. Dec 01, 2023
  8. Nov 03, 2023
  9. Sep 21, 2023
  10. Sep 20, 2023
  11. Sep 13, 2023
Loading