Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
modmedLog
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MODMED
modmedLog
Commits
205594e6
Commit
205594e6
authored
Aug 08, 2019
by
EXT Arnaud Clère
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
05aff862
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
tests/QBind/README.md
tests/QBind/README.md
+4
-4
No files found.
tests/QBind/README.md
View file @
205594e6
...
...
@@ -3,10 +3,6 @@
QBind was developed to demonstrate the feasibility and advantages of a novel (de)serialization mechanism on top of
existing
[
Qt
](
http://qt.io
)
data formats (Settings, QDataStream, Json, Cbor, Xml) and generic data types (containers, QVariant, QMetaObject, etc.).
> **DISLAIMER** It is not currently unit-tested but provided with a [sample and benchmark](main.cpp). Also, the
> implementation is written in a concise style that supported the multiple refactorings but does not help explaining it.
> The README and [design](design.md) documentation should be read before trying to understand the implementation.
QBind requirements are convenient for most (de)serialization use cases but become necessary to analyse how software
is used in the field and diagnose complex issues:
-
QDebug is conveniently used for debugging. But it may not be enough time- or space- efficient for running software
...
...
@@ -29,6 +25,10 @@ See below:
-
[
The results
](
#results
)
-
[
Our conclusion
](
#conclusion
)
> **DISLAIMER** It is not currently unit-tested but provided with a [sample and benchmark](main.cpp). Also, the
> implementation is written in a concise style that supported the multiple refactorings but does not help explaining it.
> The README and [design](design.md) documentation should be read before trying to understand the implementation.
## The requirements
### Write (serialization)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment