Nantes Université

Skip to content
Extraits de code Groupes Projets
  1. mai 17, 2023
  2. 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.
  3. fév. 28, 2022
  4. 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()
  5. mars 17, 2021
  6. fév. 24, 2021
  7. juil. 18, 2019
  8. sept. 18, 2018
  9. avr. 25, 2018
  10. mars 27, 2018
  11. avr. 10, 2017
  12. nov. 25, 2016
  13. fév. 04, 2016
  14. nov. 21, 2015
  15. oct. 19, 2015
  16. oct. 18, 2015
  17. oct. 16, 2015
Chargement en cours