summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Krzysztof Dynowski [Wed, 9 Mar 2016 10:39:48 +0000 (11:39 +0100)]
cargo: join elements from std::set
[Feature] Joins set elements to string
[Cause] N/A
[Solution] Similar to join of vector
[Verification] Build, install, run tests.
Change-Id: I7ed488bde84ba6705351ffe26d03c82812fb0eaa
Krzysztof Dynowski [Mon, 22 Feb 2016 12:00:28 +0000 (13:00 +0100)]
Simplify exception construction
[Feature] Simplify/generalize exception macros
[Cause] N/A
[Solution] N/A
[Verification] Build, install, run tests.
Change-Id: I64fb800574bc84b732059695ddc33e19c3dd4b76
Krzysztof Dynowski [Tue, 2 Feb 2016 12:35:32 +0000 (13:35 +0100)]
Integration fixes & features
[Feature] removeDir, backtrace
[Cause] N/A
[Solution] N/A
[Verification] Build, install, run tests.
Change-Id: Ie91a6c3b50ff5628c40b70d37685f3022ef7915b
Maciej J. Karpiuk [Mon, 8 Feb 2016 13:12:43 +0000 (14:12 +0100)]
utils re-factoring: communicate errors via exceptions (with errno). Cleanups.
Change-Id: Ia81205e9fc425e1160e8bf9474f143db13b7c252
Dariusz Michaluk [Mon, 4 Jan 2016 14:04:33 +0000 (15:04 +0100)]
Add Cargo libraries source code.
Cargo provides json/gvartiant/sqlite/socket/fd serialization,
deserialization, data validation, IPC and logging.
Cargo repository can be found on tizen.org and github.com:
https://review.tizen.org/git/platform/core/security/cargo.git
https://github.com/Samsung/cargo.git
Cargo libraries are used by Vasum project:
https://review.tizen.org/git/platform/core/security/vasum.git
https://github.com/Samsung/vasum.git
Change-Id: Iff45718261bd180f2d3c516b94ba346f24a06b98
KyungMi Lee [Mon, 14 Dec 2015 23:29:04 +0000 (15:29 -0800)]
Initial empty repository