- Mar 18, 2020
-
-
Joseph Boudreau authored
-
- Mar 16, 2020
-
-
Joseph Boudreau authored
So, it seems like DEBUG/RELEASE flags in CMakeLists.txt do enable QT_NO_DEBUG, but QT_NO_DEBUG no longer has any effect on the printout of error messages. I therefore turned OFF the m_deepDebug flag in ReadGeoModel. I also check this flag before printing out anything. In other cases I removed output to cout, or to qDebug (which will go, anyway, when we are no longer using Qt5 in this package. This cured a situation in which pages and pages of output were generated, and actually went a little further by suppressing some of the normal output which was already too verbose. Now the level of output should be almost acceptable to users.
-
- Feb 07, 2020
-
-
Marilena Bandieramonte authored
-
Riccardo Maria Bianchi authored
Add the SpecialShapes package to GeoModelIO See merge request !2
-
Marilena Bandieramonte authored
-
Marilena Bandieramonte authored
-
Marilena Bandieramonte authored
Re-introduce CxxUtils namespace to fix the failure of the CI pipeline related to slc6 and cc7 builds
-
Marilena Bandieramonte authored
-
-
-
- Feb 06, 2020
-
-
Joseph Boudreau authored
-
- Feb 05, 2020
-
-
Riccardo Maria Bianchi authored
This reverts commit adb491f4.
-
Riccardo Maria Bianchi authored
This reverts commit 590f1377.
-
Riccardo Maria Bianchi authored
This reverts commit 050d85a4.
-
Riccardo Maria Bianchi authored
-
Riccardo Maria Bianchi authored
-
Riccardo Maria Bianchi authored
-
- Feb 04, 2020
-
-
Joseph Boudreau authored
-
- Jan 30, 2020
-
-
Joseph Boudreau authored
-
Joseph Boudreau authored
-
- Jan 29, 2020
-
-
Joseph Boudreau authored
-
- Nov 16, 2019
-
-
Riccardo Maria Bianchi authored
fixes #7, the issue with files where a table is missing. Tables were tested with AND statements, so if a single table was missing, the DBManager started creating all tables. Now, we use OR clauses and the even if only one table is present (which should not occur, however) the file is considered non-empty and the creation of the tables is skipped
- Nov 15, 2019
-
-
Riccardo Maria Bianchi authored
-
Riccardo Maria Bianchi authored
-
Riccardo Maria Bianchi authored
-
Riccardo Maria Bianchi authored
-
Joseph Boudreau authored
- Nov 04, 2019
-
-
Joseph Boudreau authored
-
- Nov 01, 2019
-
-
Riccardo Maria Bianchi authored
CMake Cleanup, master branch (2019.10.30.) See merge request !1
-
- Oct 31, 2019
-
-
Attila Krasznahorkay authored
GeoModelWrite was not using this module anyway. (It does not depend on Eigen directly.)
-
Attila Krasznahorkay authored
In exactly the same way as for GeoModelCore. It should be fine-tuned later on...
-
Attila Krasznahorkay authored
Now that the base project uses the "GeoModelCore::" namespace on its exported targets...
-
Attila Krasznahorkay authored
Fixed the name of the exported version file, so that CMake would actually take it into account. Also updated the main project description file to ask for an explicit (minimum) version of GeoModelCore, and fixed the name of a variable in the file.
-
- Oct 30, 2019
-
-
Attila Krasznahorkay authored
Made the same sort of updates as in GeoModelCore. Though things had to be done in an even more complicated way in this project.
-
- Oct 19, 2019
-
- Oct 02, 2019
-