Nantes Université

Skip to content
Extraits de code Groupes Projets
  1. juin 25, 2023
  2. mai 26, 2023
  3. mai 25, 2023
  4. mai 23, 2023
  5. mai 17, 2023
  6. mai 06, 2023
  7. avr. 20, 2023
  8. mai 16, 2022
  9. mai 05, 2022
  10. mars 31, 2022
  11. mars 30, 2022
  12. 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
  13. fév. 28, 2022
  14. fév. 18, 2022
  15. fév. 16, 2022
  16. oct. 23, 2021
  17. 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
  18. août 30, 2021
  19. août 26, 2021
    • qykth-git's avatar
      Multi byte char support for non-ASCII path name (#65) · 478f74d8
      qykth-git a rédigé
      * Use "L" notation for wide character
      
      * Remove unneeded cast
      
      PrintMessage() now uses const pointer
      
      * C++11 accepts std::string for std::wifstream
      
      * C++11 accepts std::string for std::wifstream
      
      * Use mbstowcs()/wcstombs() to convert character class
      
      This fix works when file path includes non-ASCII characters.
      
      * Revert "Use mbstowcs()/wcstombs() to convert character class"
      
      This reverts commit 7fd150a1570b8d6de246da352688daaeadcda998.
      
      mbstowcs()/wcstombs() is not so secure, and recommends mbstowcs_s()/wcstombs_s().
      But these secure variants are not supported by some C libraries.
      478f74d8
    • Jacek Czerwonka's avatar
      Fixing a bunch of enum-related warnings (#69) · 271bf4f3
      Jacek Czerwonka a rédigé
      * Fixing DataType enum warnings
      
      * Fixing enum warnings in ValidationErrType, TokenType, Relation, TermDataType, SyntaxErrType
      
      * Fix one last warning
      271bf4f3
    • Jacek Czerwonka's avatar
      Enum1 (#68) · baaae8f6
      Jacek Czerwonka a rédigé
      * Fix warning about the array delete
      
      * Fix ErrorCode enum
      
      * Fixing unintalized vars
      baaae8f6
    • Jacek Czerwonka's avatar
      More fixes to enum-related warnings (#67) · d3efe9d6
      Jacek Czerwonka a rédigé
      * Fix warnings pertaining to EncodingType.
      
      * More fixes to enum related warnings
      d3efe9d6
Chargement en cours