Nantes Université

Skip to content
Extraits de code Groupes Projets
  1. juin 21, 2024
  2. nov. 06, 2023
  3. juin 25, 2023
  4. mai 26, 2023
  5. mai 25, 2023
  6. mai 23, 2023
  7. mai 17, 2023
  8. mai 06, 2023
  9. avr. 20, 2023
  10. mai 16, 2022
  11. mai 05, 2022
  12. mars 31, 2022
  13. mars 30, 2022
  14. mars 29, 2022
    • Sumit Bhardwaj's avatar
      Adding building using CMake (#81) · c837314c
      Sumit Bhardwaj a rédigé
      This commit adds an option to build using CMake by adding
      CMakeLists.txt. CMake builds are consistent with the builds currently
      produced.
      
      For Linux build, CPack produces artifacts consistent with the current
      RPM specification.
      
      CMake is also added to the CI pipeline in main.yml.
      c837314c
  15. fév. 28, 2022
  16. fév. 18, 2022
  17. fév. 16, 2022
  18. oct. 23, 2021
  19. sept. 01, 2021
    • qykth-git's avatar
      Replace obsolete C++ API (#71) · f1840ee9
      qykth-git a rédigé
      * Use "nullptr" instead of "NULL"
      
      * Cosmetic fix
      
      * bind2nd() and ptr_fun<>() is removed since C++17
      
      bind2nd() and ptr_fun<>() are deprecated in C++11, and removed in C++17.
      These functions are not available in LLVM's "libc++".
      Use C++11 lambda expressions for them.
      
      * Break long lines
      
      * Add missing header for std::iswspace()
      f1840ee9
Chargement en cours