@@ -3,7 +3,7 @@ cmake_cxx_standard: 11
33cmake_minimum_required : 3.0
44
55name : wsjcpp-core
6- version : v0.1.7
6+ version : v0.2.1
77description : Basic Utils for wsjcpp
88issues : https://github.com/wsjcpp/wsjcpp-core/issues
99repositories :
@@ -16,33 +16,36 @@ keywords:
1616authors :
1717 - name : Evgenii Sopov
1818 email : mrseakg@gmail.com
19-
2019distribution :
2120 - source-file : src/wsjcpp_core.cpp
2221 target-file : wsjcpp_core.cpp
2322 type : " source-code"
23+ sha1 : " 09ef821bbc090fc1cd8a15bc4a57a9a2ce8ae00d"
2424 - source-file : src/wsjcpp_core.h
2525 target-file : wsjcpp_core.h
2626 type : " source-code" # todo must be header-file
27+ sha1 : " e6e4ab2067d3c942db08e3b79862486eaf851e4b"
2728 - source-file : " src/wsjcpp_unit_tests.cpp"
2829 target-file : " wsjcpp_unit_tests.cpp"
2930 type : " unit-tests"
31+ sha1 : " fd5989d1a83c8b90bdc4d5e9bc9c3051eaa1e6d2"
3032 - source-file : " src/wsjcpp_unit_tests.h"
3133 target-file : " wsjcpp_unit_tests.h"
3234 type : " unit-tests"
35+ sha1 : " 83d4b6e046b6b58c42882ccae4be413e03c401c1"
3336 - source-file : " src/wsjcpp_unit_tests_main.cpp"
3437 target-file : " wsjcpp_unit_tests_main.cpp"
3538 type : " unit-tests"
36- - source-file : " scripts.wsjcpp/generate.Class"
37- target-file : " generate.Class"
39+ sha1 : " 388ae269b325c5e161f6c3a5c598575714a4bffc"
40+ - source-file : " scripts.wsjcpp/generate.WsjcppUnitTest.wsjcpp-script"
41+ target-file : " generate.WsjcppUnitTest.wsjcpp-script"
42+ type : " safe-scripting-generate"
43+ sha1 : " a7c9c2d19bf81c5b00e659384b0b92a99319a4c1"
44+ - source-file : " scripts.wsjcpp/generate.Class.wsjcpp-script"
45+ target-file : " generate.Class.wsjcpp-script"
3846 type : " safe-scripting-generate"
39- - source-file : " src/wsjcpp_resources_manager.h"
40- target-file : " wsjcpp_resources_manager.h"
41- type : " source-code"
42- - source-file : " src/wsjcpp_resources_manager.cpp"
43- target-file : " wsjcpp_resources_manager.cpp"
44- type : " source-code"
4547
48+ sha1 : " de1799907c685d606b93e08b821b540c2faa2db1"
4649unit-tests :
4750 cases :
4851 - name : CoreNormalizePath
@@ -79,3 +82,9 @@ unit-tests:
7982 description : " Test basic resources"
8083 - name : " ListOfDirs"
8184 description : " Check list of directories"
85+ - name : " FilePermissions"
86+ description : " "
87+ - name : " StringPadding"
88+ description : " "
89+ - name : " DateTimeFormat"
90+ description : " "
0 commit comments