- Feb 11, 2019
-
-
Anatolii Koval authored
[Description] - Docker infrastructure for the project; - Compilation script; - Build project against C++17 standart;
-
- Mar 21, 2018
-
-
Nabil Chouika authored
-
Nabil Chouika authored
-
- Aug 11, 2017
-
-
Nabil Chouika authored
Implement version information See merge request !2
-
Pawel Sznajder authored
-
- Aug 09, 2017
-
-
Pawel Sznajder authored
-
- Jul 25, 2017
-
-
Hervé Moutarde authored
The doxygen @brief is either added or given further details
-
- Jul 19, 2017
-
-
Pawel Sznajder authored
-
- Jul 10, 2017
-
-
Nabil Chouika authored
-
- Jul 07, 2017
-
-
Nabil Chouika authored
-
- Jul 06, 2017
-
-
Nabil Chouika authored
-
Nabil Chouika authored
18 doxygen See merge request !1
-
Nabil Chouika authored
-
Nabil Chouika authored
-
- Jul 05, 2017
-
-
Pawel Sznajder authored
- Add layout scheme to match PARTONS - Apply current style - Update doxyfile - update titles - update mathjax script - make it similar to PARTONS doxyfile
-
- Jun 30, 2017
-
-
Pawel Sznajder authored
-
- Jun 29, 2017
-
-
Pawel Sznajder authored
-
- Jun 14, 2017
-
-
Nabil Chouika authored
-
- May 23, 2017
-
-
Nabil Chouika authored
-
- May 16, 2017
-
-
Nabil Chouika authored
- Generate tagfile to be used by NumA and PARTONS documentations. - Some fixed to avoid conflicts with namespaces in documentation.
-
- May 12, 2017
-
-
Nabil Chouika authored
-
- Apr 25, 2017
-
-
Nabil Chouika authored
In ALL (trunk): - Improvements on the previous cmake commits.
-
- Apr 24, 2017
-
-
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.
-
- Apr 01, 2017
-
-
Bryan Berthou authored
In ElementaryUtils (trunk) : - Add a clear() method in Formatter class.
-
- Dec 05, 2016
-
-
Nabil Chouika authored
In ElementaryUtils (trunk): - Better implementation of the precision in Formatter and GenericType.
-
- Nov 30, 2016
-
-
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...
-
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.
-
- Nov 23, 2016
-
-
Nabil Chouika authored
In ElemUtils: - Cosmetics in LoggerManager
-
Bryan Berthou authored
In ElementaryUtils (trunk) : - In FileUtils correct throw exception in read() method.
-
Bryan Berthou authored
In ElementaryUtils (trunk) : - Now closed message is handling by LoggerManager class as a log message instead of a std::cout message.
-
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.
-
Nabil Chouika authored
In ElemUtils: - Fix initialization of CustomException.
-
Bryan Berthou authored
In ElementaryUtils (trunk) : - Correct what() implementation.
-
Bryan Berthou authored
In ElementaryUtils (trunk) : - Correct memory allocation in CustomException what() implementation.
-
Nabil Chouika authored
In ElemUtils: - Fix CustomException to avoid random error message due to string object being destroyed in the what() method.
-
Nabil Chouika authored
In ElemUtils: - some changes to CustomException
-
- Nov 21, 2016
-
-
Bryan Berthou authored
In ElementaryUtils (trunk) : - Improve XMLParser : remove XMLAttribute class.
-
- Nov 17, 2016
-
-
Bryan Berthou authored
In ElementaryUtils (trunk) : - Improve XMLParser : add emptyStartElement(...) method.
-
Nabil Chouika authored
In ElementaryUtils: - Automatic cast from Formatter to stringstream.
-
- Nov 15, 2016
-
-
Bryan Berthou authored
In ElementaryUtils (trunk) : - In StringUtils correct stuff find pattern in string.
-