Skip to content
Snippets Groups Projects
  1. Feb 02, 2023
  2. Jan 26, 2023
  3. Jan 20, 2023
  4. Jan 19, 2023
  5. Jan 05, 2023
  6. Dec 20, 2022
  7. Dec 12, 2022
  8. Dec 08, 2022
  9. Dec 02, 2022
  10. Dec 01, 2022
  11. Nov 28, 2022
  12. Nov 21, 2022
  13. Nov 16, 2022
  14. Nov 11, 2022
    • Martin Christoph Hierholzer's avatar
      Mac OS compatibility (#265) · cfb2a3fe
      Martin Christoph Hierholzer authored
      
      * Use correct of version pthread_setname_np depending on platform.
      
      On Linux, this function takes two parameters. On most other platforms
      (including all BSD-based platforms) it only takes a single parameter.
      
      * Omit -Wl,--export-dynamic flag on macOS.
      
      This flag is not supported on Clang / LLVM and on macOS it is not needed
      anway because exporting all symbols is the default behavior.
      
      When using Clang on other platforms (e.g. Linux) --export_dynamic or
      -rdynamic might have to be specified instead.
      
      * clang compiler compatibility
      
      Co-authored-by: default avatarSebastian Marsching <sebastian.marsching-git-2016@aquenos.com>
      Unverified
      cfb2a3fe
  15. Nov 10, 2022
  16. Nov 09, 2022
  17. Nov 08, 2022
Loading