Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cellframe-sdk
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
16
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
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
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cellframe
cellframe-sdk
Compare revisions
2d3cc18ea3eb01369aa95e5de4d926d27e694c10 to 3cbb19cd5483dfee7c1bb68bbe88027e2be9a282
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
cellframe/cellframe-sdk
Select target project
No results found
3cbb19cd5483dfee7c1bb68bbe88027e2be9a282
Select Git revision
Swap
Target
cellframe/cellframe-sdk
Select target project
cellframe/cellframe-sdk
MIKA83/cellframe-sdk
2 results
2d3cc18ea3eb01369aa95e5de4d926d27e694c10
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
...
· 3cbb19cd
Dmitriy A. Gerasimov
authored
4 years ago
3cbb19cd
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
libdap
+1
-1
1 addition, 1 deletion
libdap
libdap-chain
+1
-1
1 addition, 1 deletion
libdap-chain
libdap-chain-net
+1
-1
1 addition, 1 deletion
libdap-chain-net
with
4 additions
and
4 deletions
CMakeLists.txt
View file @
3cbb19cd
...
...
@@ -2,7 +2,7 @@ project(cellframe-sdk C)
cmake_minimum_required
(
VERSION 2.8
)
set
(
CMAKE_C_STANDARD 11
)
set
(
CELLFRAME_SDK_NATIVE_VERSION
"1.2-
5
"
)
set
(
CELLFRAME_SDK_NATIVE_VERSION
"1.2-
6
"
)
include
(
cmake/OS_Detection.cmake
)
add_definitions
(
"-DCELLFRAME_SDK_VERSION=
\"
${
CELLFRAME_SDK_NATIVE_VERSION
}
\"
"
)
...
...
This diff is collapsed.
Click to expand it.
libdap
@
9d2f6f58
Compare
1e2a8565
...
9d2f6f58
Subproject commit
1e2a856513089e62f17d827398c74ed9848b5a4d
Subproject commit
9d2f6f58336f4555a0cc68d11a46b64fddc574e2
This diff is collapsed.
Click to expand it.
libdap-chain
@
28a2ac9f
Compare
aa95a911
...
28a2ac9f
Subproject commit
aa95a9117e7491c6543e30dd8482738277c63141
Subproject commit
28a2ac9fb57cdc01ed124c659f604efab8d5ed02
This diff is collapsed.
Click to expand it.
libdap-chain-net
@
e3b3bc97
Compare
8af34017
...
e3b3bc97
Subproject commit
8af34017f1a544e4f398a8c86806eac655db2535
Subproject commit
e3b3bc97d80a3483ddb2e0b28e1ee7ddb60c1c92
This diff is collapsed.
Click to expand it.