Nantes Université

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