Skip to content
Snippets Groups Projects
  1. Feb 11, 2019
    • Anatolii Koval's avatar
      Docker. GCC 8.2.0. C++17 · 5a619123
      Anatolii Koval authored
      [Description]
      - Docker infrastructure for the project;
      - Compilation script;
      - Build project against C++17 standart;
      5a619123
  2. Mar 21, 2018
  3. Aug 11, 2017
  4. Aug 09, 2017
  5. Jul 25, 2017
  6. Jul 19, 2017
  7. Jul 10, 2017
  8. Jul 07, 2017
  9. Jul 06, 2017
  10. Jul 05, 2017
  11. Jun 30, 2017
  12. Jun 29, 2017
  13. Jun 14, 2017
  14. May 23, 2017
  15. May 16, 2017
    • Nabil Chouika's avatar
      Documentation · e02c83aa
      Nabil Chouika authored
      - Generate tagfile to be used by NumA and PARTONS documentations.
      - Some fixed to avoid conflicts with namespaces in documentation.
      e02c83aa
  16. May 12, 2017
  17. Apr 25, 2017
    • Nabil Chouika's avatar
      refs#16 · 38a5547e
      Nabil Chouika authored
      In ALL (trunk):
      - Improvements on the previous cmake commits.
      38a5547e
  18. Apr 24, 2017
    • Nabil Chouika's avatar
      refs#16 · 3887a00f
      Nabil Chouika authored
      In Elementary_utils (trunk):
      - Add the installation routines in CMakeLists.
      - Add doxyfile.
      
      In NumA++ (trunk):
      - Add the installation routines in CMakeLists.
      - Add FindElementaryUtils.cmake module and adapt CMakeLists.
      
      In NumA++_Tests (trunk):
      - Add FindElementaryUtils.cmake & FindNumA++.cmake modules and adapt CMakeLists.
      
      In PARTONS (trunk):
      - Add the installation routines in CMakeLists.
      - Add FindElementaryUtils.cmake & FindNumA++.cmake modules and adapt CMakeLists.
      
      In PARTONS_exe, PARTONS_release, PARTONS_Tests, PARTONS_Fits (trunk):
      - Add FindElementaryUtils.cmake, FindNumA++.cmake & FindPARTONS.cmake modules and adapt CMakeLists.
      3887a00f
  19. Apr 01, 2017
    • Bryan Berthou's avatar
      refs#16 · c1def164
      Bryan Berthou authored
      In ElementaryUtils (trunk) :
      - Add a clear() method in Formatter class.
      c1def164
  20. Dec 05, 2016
    • Nabil Chouika's avatar
      refs#16 · 3116cb54
      Nabil Chouika authored
      In ElementaryUtils (trunk):
      - Better implementation of the precision in Formatter and GenericType.
      3116cb54
  21. Nov 30, 2016
    • Nabil Chouika's avatar
      refs#16 · 5a40dc3b
      Nabil Chouika authored
      In ElementaryUtils (trunk):
      - Change GenericType and Formatter precision to 16 instead of 17, to avoid messy numbers in formatting.
      
      In NumA++ (trunk):
      - Change some std::runtime_error to CustonException. A lot more to change...
      - Time monitoring in LSMR.
      
      In PARTONS:
      - Inherit IncompleteGPDModule from GPDModule to be able to use GPDService. Lot of useless code commented.
      - Some changes in Radon inversion modules...
      5a40dc3b
    • Bryan Berthou's avatar
      refs#16 · 2413d6d6
      Bryan Berthou authored
      In ElementaryUtils (trunk) :
      - Move formatDate(...) from LoggerMessage class to StringUtils class.
      - Update LoggerManager : now it creates one log file / day.
      - Update logger properties.
      2413d6d6
  22. Nov 23, 2016
    • Nabil Chouika's avatar
      refs#16 · 1569c977
      Nabil Chouika authored
      In ElemUtils:
      - Cosmetics in LoggerManager
      1569c977
    • Bryan Berthou's avatar
      refs#16 · 38fe0bfb
      Bryan Berthou authored
      In ElementaryUtils (trunk) :
      - In FileUtils correct throw exception in read() method.
      38fe0bfb
    • Bryan Berthou's avatar
      refs#16 · 2719d01f
      Bryan Berthou authored
      In ElementaryUtils (trunk) :
      - Now closed message is handling by LoggerManager class as a log message instead of a std::cout message.
      2719d01f
    • Bryan Berthou's avatar
      refs#16 · 87492daa
      Bryan Berthou authored
      In ElementaryUtils (trunk) :
      - Correct CustomException class implementation : now inherit from std::exception.
      - Update CMakeLists to force C++11 : problem with SFML compiled library -> doesn't support C++98.
      87492daa
    • Nabil Chouika's avatar
      refs#16 · 5cef8de7
      Nabil Chouika authored
      In ElemUtils:
      - Fix initialization of CustomException.
      5cef8de7
    • Bryan Berthou's avatar
      refs#16 · 6e4a5a4e
      Bryan Berthou authored
      In ElementaryUtils (trunk) :
      - Correct what() implementation.
      6e4a5a4e
    • Bryan Berthou's avatar
      refs#16 · a68c0796
      Bryan Berthou authored
      In ElementaryUtils (trunk) :
      - Correct memory allocation in CustomException what() implementation.
      a68c0796
    • Nabil Chouika's avatar
      refs#16 · babec0ec
      Nabil Chouika authored
      In ElemUtils:
      - Fix CustomException to avoid random error message due to string object being destroyed in the what() method.
      babec0ec
    • Nabil Chouika's avatar
      refs#16 · d7f387e5
      Nabil Chouika authored
      In ElemUtils:
      - some changes to CustomException
      d7f387e5
  23. Nov 21, 2016
    • Bryan Berthou's avatar
      refs#16 · 721b87bd
      Bryan Berthou authored
      In ElementaryUtils (trunk) :
      - Improve XMLParser : remove XMLAttribute class.
      721b87bd
  24. Nov 17, 2016
    • Bryan Berthou's avatar
      refs#16 · 629ac4c1
      Bryan Berthou authored
      In ElementaryUtils (trunk) :
      - Improve XMLParser : add emptyStartElement(...) method.
      629ac4c1
    • Nabil Chouika's avatar
      refs#16 · 50c292e4
      Nabil Chouika authored
      In ElementaryUtils:
      - Automatic cast from Formatter to stringstream.
      50c292e4
  25. Nov 15, 2016
    • Bryan Berthou's avatar
      refs#16 · 38312f60
      Bryan Berthou authored
      In ElementaryUtils (trunk) :
      - In StringUtils correct stuff find pattern in string.
      38312f60
Loading