Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-cpplib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
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
Code review analytics
Issue 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
caosdb
Software
caosdb-cpplib
Commits
e26f574a
Commit
e26f574a
authored
8 months ago
by
Joscha Schmiedt
Browse files
Options
Downloads
Patches
Plain Diff
Rename caosdb in cli clients
parent
33269bcd
No related branches found
No related tags found
2 merge requests
!61
Release 0.3.0
,
!55
Rename caosdb-cpplib to linkahead-cpplib
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/clinkaheadcli.c
+1
-1
1 addition, 1 deletion
src/clinkaheadcli.c
src/cxxlinkaheadcli.cpp
+3
-4
3 additions, 4 deletions
src/cxxlinkaheadcli.cpp
with
4 additions
and
5 deletions
src/clinkaheadcli.c
+
1
−
1
View file @
e26f574a
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
int
main
(
void
)
{
int
main
(
void
)
{
int
status
=
0
;
// last function return value
int
status
=
0
;
// last function return value
printf
(
"
CaosDB
C client (lib
caosdb
%d.%d.%d)
\
n
We don't miss the H of caos.
\
n\n
"
,
printf
(
"
LinkAhead
C client (lib
linkahead
%d.%d.%d)
\n\n
"
,
LIBLINKAHEAD_VERSION_MAJOR
,
LIBLINKAHEAD_VERSION_MINOR
,
LIBLINKAHEAD_VERSION_PATCH
);
LIBLINKAHEAD_VERSION_MAJOR
,
LIBLINKAHEAD_VERSION_MINOR
,
LIBLINKAHEAD_VERSION_PATCH
);
linkahead_connection_connection
connection
;
linkahead_connection_connection
connection
;
...
...
This diff is collapsed.
Click to expand it.
src/cxxlinkaheadcli.cpp
+
3
−
4
View file @
e26f574a
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
*
*
*/
*/
// A simple
caosdb
client
// A simple
linkahead
client
#include
"linkahead/connection.h"
// for Connection, ConnectionManager
#include
"linkahead/connection.h"
// for Connection, ConnectionManager
#include
"linkahead/constants.h"
// for LIBLINKAHEAD_VERSION_MINOR, LIBLINKAHEAD_V...
#include
"linkahead/constants.h"
// for LIBLINKAHEAD_VERSION_MINOR, LIBLINKAHEAD_V...
#include
"linkahead/entity.h"
// for Entity
#include
"linkahead/entity.h"
// for Entity
...
@@ -43,10 +43,9 @@ const auto logger_name = "liblinkahead";
...
@@ -43,10 +43,9 @@ const auto logger_name = "liblinkahead";
auto
main
()
->
int
{
auto
main
()
->
int
{
std
::
cout
<<
"
CaosDB
C++ client (lib
caosdb
"
<<
linkahead
::
LIBLINKAHEAD_VERSION_MINOR
<<
"."
std
::
cout
<<
"
LinkAhead
C++ client (lib
linkahead
"
<<
linkahead
::
LIBLINKAHEAD_VERSION_MINOR
<<
"."
<<
linkahead
::
LIBLINKAHEAD_VERSION_MINOR
<<
"."
<<
linkahead
::
LIBLINKAHEAD_VERSION_PATCH
<<
linkahead
::
LIBLINKAHEAD_VERSION_MINOR
<<
"."
<<
linkahead
::
LIBLINKAHEAD_VERSION_PATCH
<<
")
\n
"
<<
")
\n
"
<<
"We don't miss the H of caos.
\n
"
<<
std
::
endl
;
<<
std
::
endl
;
try
{
try
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment