Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
Submodule collection
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
ogs
Third-party libraries
Submodule collection
Compare revisions
c47c2ed91cdfba1f46f62be2f25ccb8223ec125d to d57a65125b9693556de26e1c47d8da7c5d3e776c
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
ogs/libs/collection
Select target project
No results found
d57a65125b9693556de26e1c47d8da7c5d3e776c
Select Git revision
Branches
master
removed
Swap
Target
ogs/libs/collection
Select target project
ogs/libs/collection
1 result
c47c2ed91cdfba1f46f62be2f25ccb8223ec125d
Select Git revision
Branches
master
removed
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Added fmt
· ac2bd31a
Lars Bilke
authored
1 year ago
Verified
ac2bd31a
Added spdlog
· d57a6512
Lars Bilke
authored
1 year ago
Verified
d57a6512
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitmodules
+6
-0
6 additions, 0 deletions
.gitmodules
Setup.cmake
+4
-0
4 additions, 0 deletions
Setup.cmake
fmtlib/fmt
+1
-0
1 addition, 0 deletions
fmtlib/fmt
gabime/spdlog
+1
-0
1 addition, 0 deletions
gabime/spdlog
with
12 additions
and
0 deletions
.gitmodules
View file @
d57a6512
...
...
@@ -49,3 +49,9 @@
[submodule "TheLartians/GroupSourcesByFolder.cmake"]
path = TheLartians/GroupSourcesByFolder.cmake
url = https://github.com/TheLartians/GroupSourcesByFolder.cmake
[submodule "fmtlib/fmt"]
path = fmtlib/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "gabime/spdlog"]
path = gabime/spdlog
url = https://github.com/gabime/spdlog.git
This diff is collapsed.
Click to expand it.
Setup.cmake
View file @
d57a6512
...
...
@@ -27,3 +27,7 @@ endforeach()
set
(
CPM_GroupSourcesByFolder.cmake_SOURCE
${
_collection
}
/TheLartians/GroupSourcesByFolder.cmake
)
set
(
CPM_fmt_SOURCE
${
_collection
}
/fmtlib/fmt
)
set
(
CPM_spdlog_SOURCE
${
_collection
}
/gabime/spdlog
)
This diff is collapsed.
Click to expand it.
fmt
@
e57ca2e3
Subproject commit e57ca2e3685b160617d3d95fcd9e789c4e06ca88
This diff is collapsed.
Click to expand it.
spdlog
@
7e635fca
Subproject commit 7e635fca68d014934b4af8a1cf874f63989352b7
This diff is collapsed.
Click to expand it.