pboettch / json-schema-validator

JSON schema validator for JSON for Modern C++
Other
463 stars 133 forks source link

Renaming cmake project, targets, etc. #272

Open LecrisUT opened 11 months ago

LecrisUT commented 11 months ago

Tldr

Things that will be renamed:


Details

The naming convention is getting out of hand and it should be simplified. For now this issue is gathering the targets to be renamed. Will update the details down below.

pboettch commented 11 months ago

The naming convention is getting out of hand. [..]

rofl

But you're right. KISS.

pboettch commented 11 months ago

This could go along with namespace refactoring.

LecrisUT commented 11 months ago

CMake project name

Proposed nlohmann_json_schema_validator -> Json_Validator

Affects

Cautions

Notes


Main library

Proposed nlohmann_json_schema_validator -> json-validator.so

Affects


Targets

Proposed:

Affects

Notes

LecrisUT commented 11 months ago

I don't know about bazel/conan side if there is anything to be discussed there.