Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GeoModelIO
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
GeoModelDev
GeoModelIO
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
master-drop-qt5
Select Git revision
Branches
11
deprecate-custom-shape-bundle
fillCustomShapeParameters
master
default
protected
master-21
master-add-tests
master-drop-qt5
master-json-interface
master-nico-temporary-hack
master-parallel-io
master-specialshape-geomodelg4
master-specialshape-io
Tags
10
3.2.0
3.1.3
3.1.2
3.1.1
2.0.1
2.0.0
1.3
1.2
1.1
1.0
21 results
Begin with the selected commit
Created with Raphaël 2.2.0
13
Jun
10
9
8
5
4
3
31
May
29
28
27
22
20
18
17
11
10
8
7
6
5
4
3
30
Apr
28
24
7
6
3
30
Mar
27
24
19
18
16
5
2
14
Feb
7
6
5
4
30
Jan
29
28
Nov
27
16
15
4
1
31
Oct
30
19
2
1
30
Sep
25
24
23
22
4
22
Jul
5
4
28
Feb
27
comment debug utility function requiring C++17
master-21
master-21
Make find_package(nlohmann) QUIET because the system lib can be used as well
master
master
Clean obsolete Qt5-related CMake settings.
3.2.0
3.2.0
Fix link to sqlite3 if the lib is not installed with CMake.
removing old Qt5 settings
Merge branch 'master-drop-qt5' into 'master'
CMake and code cleaning
master-drop-qt5
master-drop-qt5
Merge branch 'master-drop-qt5' into 'master'
clean CMake
Merge branch 'master-drop-qt5' into 'master'
Merge branch 'master' of ssh://gitlab.cern.ch:7999/GeoModelDev/GeoModelIO into master-drop-qt5
cleaning from old Qt5 relics
GeoModelDBManager is now free from Qt5 too. Only the sqlite3 C++ bindings are used.
Removed all QSqlQuery instances. First working point free of Qt5
CI: fix sqlite install on CC7/SLC6
Start to implement SQLite queries with the interface library instead of the QtSql driver
Add the 'fmt' library to the project, as headers-only lib
CI: add dev package for sqlite
CI: add sqlite3 dev package
CI: add sqlite to CC7 and SLC6 docker images
CI: add sqlite to CC7 and SLC6 docker images
working point before droppint QSql in favor of sqlite3 library
cleaning
cleaning the code from old methods. Preparing to move to sqlite3 library.
Port new GeoModelDBManager changes to GeoModelRead
Fix Centos7 and SLC6 compilation
Drop Qt5 from GeoModelWrite and from the GeoModelDBManager API
Starting removing Qt5 from GeoModelWrite
Fix conflict with CMake exported targets, especially in CI pipelines.
CI: update compiler versions to cope with LCG_95
CI: update compiler versions both for CC7 and SLC6. Fixes the SLC6 CI build.
CI: allow the SLC6 build to fail
Fix GCC error about vector iterator (not seen with Clang). Should fixes the CI
CI: Update GCC version in setup_lcg.sh
Merge branch 'master-parallel-io' into 'master'
set serial
master-parallel…
master-parallel-io
Merge branch 'master' of ssh://gitlab.cern.ch:7999/GeoModelDev/GeoModelIO into master-parallel-io
Removed last use of QString in GeoModelRead
Drop use of QString from GeoModelRead. Also, added new no-Qt methods to GeoModelDBManager.
cleaning code.
Loading