Compare commits

..

No commits in common. "main" and "89e3b7250bf16652b2e8d4e492bad3e4c04d4a80" have entirely different histories.

2 changed files with 14 additions and 6 deletions

View File

@ -5,8 +5,8 @@
"description":"Stylizer for C++ test", "description":"Stylizer for C++ test",
"license":"MPL-2", "license":"MPL-2",
"license-file":"file://LICENCE.txt", "license-file":"file://LICENCE.txt",
"maintainer":"file://author.txt", "maintainer":"file://authors.txt",
"author":"file://author.txt", "author":"file://authors.txt",
"version":"file://version.txt", "version":"file://version.txt",
"code-quality":"MEDIUM", "code-quality":"MEDIUM",
@ -29,11 +29,18 @@
"test/testVariable.cpp", "test/testVariable.cpp",
"test/testWhile.cpp" "test/testWhile.cpp"
], ],
"header": [
"algue/base64.hpp",
"algue/sha1.hpp",
"algue/sha512.hpp",
"algue/md5.hpp"
],
"path":[ "path":[
"test" "test"
], ],
"compilation-version": { "compilation-version": {
"c++": 2017 "language": "c++",
"version": 2017
}, },
"dependency": [ "dependency": [
"estyle", "estyle",

View File

@ -4,8 +4,8 @@
"description":"style checker/updater for C++", "description":"style checker/updater for C++",
"license":"MPL-2", "license":"MPL-2",
"license-file":"file://LICENCE.txt", "license-file":"file://LICENCE.txt",
"maintainer":"file://author.txt", "maintainer":"file://authors.txt",
"author":"file://author.txt", "author":"file://authors.txt",
"version":"file://version.txt", "version":"file://version.txt",
"code-quality":"MEDIUM", "code-quality":"MEDIUM",
@ -29,7 +29,8 @@
"." "."
], ],
"compilation-version": { "compilation-version": {
"c++": 2017 "language": "c++",
"version": 2017
}, },
"dependency": [ "dependency": [
"etk", "etk",