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
b94d3f89
Commit
b94d3f89
authored
3 years ago
by
florian
Browse files
Options
Downloads
Patches
Plain Diff
DOC: Add TODO and rename section in README_SETUP
parent
0ea49404
No related branches found
No related tags found
3 merge requests
!12
F consolidation
,
!9
Draft: API: remove UniqueResult, lower-case at, size for ResultSet
,
!8
ENH: Add retrieval and queries to Extern C interface
Pipeline
#11828
passed
3 years ago
Stage: info
Stage: setup
Stage: test
Stage: deploy
Pipeline: caosdb-cppinttest
#11831
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README_SETUP.md
+1
-1
1 addition, 1 deletion
README_SETUP.md
src/ccaosdb.cpp
+3
-0
3 additions, 0 deletions
src/ccaosdb.cpp
with
4 additions
and
1 deletion
README_SETUP.md
+
1
−
1
View file @
b94d3f89
...
@@ -48,7 +48,7 @@ as compiler. We use [cmake](https://cmake.org/download/) as build tool.
...
@@ -48,7 +48,7 @@ as compiler. We use [cmake](https://cmake.org/download/) as build tool.
and build the project. (You can open Tools/Command Line/Developer Command
and build the project. (You can open Tools/Command Line/Developer Command
Prompt and execute
`msbuild libcaosdb.sln /property:Configuration=Release`
)
Prompt and execute
`msbuild libcaosdb.sln /property:Configuration=Release`
)
### Creating a
L
ocal Conan
Build
##
### Creating a
l
ocal Conan
package
##
Building and installing libcaosdb with Conan is just a single command:
Building and installing libcaosdb with Conan is just a single command:
`conan create . -s "compiler.libcxx=libstdc++11"`
`conan create . -s "compiler.libcxx=libstdc++11"`
...
...
This diff is collapsed.
Click to expand it.
src/ccaosdb.cpp
+
3
−
0
View file @
b94d3f89
...
@@ -469,6 +469,9 @@ ERROR_RETURN_CODE(GENERIC_ERROR,
...
@@ -469,6 +469,9 @@ ERROR_RETURN_CODE(GENERIC_ERROR,
return
status
.
GetCode
();
return
status
.
GetCode
();
})
})
// TODO(fspreck) Results sets have to be worked over once they have
// been fixed in the cpplib. Afterwards, creation and at have to be
// re-implemented.
ERROR_RETURN_CODE
(
GENERIC_ERROR
,
ERROR_RETURN_CODE
(
GENERIC_ERROR
,
int
caosdb_transaction_transaction_get_result_set
(
int
caosdb_transaction_transaction_get_result_set
(
caosdb_transaction_transaction
*
transaction
,
caosdb_transaction_transaction
*
transaction
,
...
...
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