/haiku/src/apps/haikudepot/server/schema/ |
H A D | dumpexportrepository.json | 81dab2139ece4278ca3b22670628dbb9f50f5ce0 Thu Jan 03 23:46:33 UTC 2019 Andrew Lindesay <apl@lindesay.co.nz> HaikuDepot : Generate Server Model + Parser
The server uses JSON schema to generate some data-transfer-object (DTO) models for communication with other systems. This same schema can be used to generate the C++ .cpp and .h files for use in HaikuDepot. So far these have been generated by hand and then manually added to the Haiku repo. Now the schema files can be copied over and from those, the sources are generated.
Change-Id: Ia288cb7a50843e5e2bc403a6ce55508a04218c04 Reviewed-on: https://review.haiku-os.org/c/858 Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
|
H A D | dumpexportpkg.json | 81dab2139ece4278ca3b22670628dbb9f50f5ce0 Thu Jan 03 23:46:33 UTC 2019 Andrew Lindesay <apl@lindesay.co.nz> HaikuDepot : Generate Server Model + Parser
The server uses JSON schema to generate some data-transfer-object (DTO) models for communication with other systems. This same schema can be used to generate the C++ .cpp and .h files for use in HaikuDepot. So far these have been generated by hand and then manually added to the Haiku repo. Now the schema files can be copied over and from those, the sources are generated.
Change-Id: Ia288cb7a50843e5e2bc403a6ce55508a04218c04 Reviewed-on: https://review.haiku-os.org/c/858 Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
|
/haiku/src/apps/haikudepot/build/scripts/ |
H A D | hdsjsonschemacommon.py | 81dab2139ece4278ca3b22670628dbb9f50f5ce0 Thu Jan 03 23:46:33 UTC 2019 Andrew Lindesay <apl@lindesay.co.nz> HaikuDepot : Generate Server Model + Parser
The server uses JSON schema to generate some data-transfer-object (DTO) models for communication with other systems. This same schema can be used to generate the C++ .cpp and .h files for use in HaikuDepot. So far these have been generated by hand and then manually added to the Haiku repo. Now the schema files can be copied over and from those, the sources are generated.
Change-Id: Ia288cb7a50843e5e2bc403a6ce55508a04218c04 Reviewed-on: https://review.haiku-os.org/c/858 Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
|
H A D | jsonschema2cppparser.py | 81dab2139ece4278ca3b22670628dbb9f50f5ce0 Thu Jan 03 23:46:33 UTC 2019 Andrew Lindesay <apl@lindesay.co.nz> HaikuDepot : Generate Server Model + Parser
The server uses JSON schema to generate some data-transfer-object (DTO) models for communication with other systems. This same schema can be used to generate the C++ .cpp and .h files for use in HaikuDepot. So far these have been generated by hand and then manually added to the Haiku repo. Now the schema files can be copied over and from those, the sources are generated.
Change-Id: Ia288cb7a50843e5e2bc403a6ce55508a04218c04 Reviewed-on: https://review.haiku-os.org/c/858 Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
|
H A D | jsonschema2cppmodel.py | 81dab2139ece4278ca3b22670628dbb9f50f5ce0 Thu Jan 03 23:46:33 UTC 2019 Andrew Lindesay <apl@lindesay.co.nz> HaikuDepot : Generate Server Model + Parser
The server uses JSON schema to generate some data-transfer-object (DTO) models for communication with other systems. This same schema can be used to generate the C++ .cpp and .h files for use in HaikuDepot. So far these have been generated by hand and then manually added to the Haiku repo. Now the schema files can be copied over and from those, the sources are generated.
Change-Id: Ia288cb7a50843e5e2bc403a6ce55508a04218c04 Reviewed-on: https://review.haiku-os.org/c/858 Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
|
/haiku/src/apps/haikudepot/build/jam/ |
H A D | HdsSchemaGenRules | 81dab2139ece4278ca3b22670628dbb9f50f5ce0 Thu Jan 03 23:46:33 UTC 2019 Andrew Lindesay <apl@lindesay.co.nz> HaikuDepot : Generate Server Model + Parser
The server uses JSON schema to generate some data-transfer-object (DTO) models for communication with other systems. This same schema can be used to generate the C++ .cpp and .h files for use in HaikuDepot. So far these have been generated by hand and then manually added to the Haiku repo. Now the schema files can be copied over and from those, the sources are generated.
Change-Id: Ia288cb7a50843e5e2bc403a6ce55508a04218c04 Reviewed-on: https://review.haiku-os.org/c/858 Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
|
/haiku/src/apps/haikudepot/server/ |
H A D | ServerPkgDataUpdateProcess.cpp | 81dab2139ece4278ca3b22670628dbb9f50f5ce0 Thu Jan 03 23:46:33 UTC 2019 Andrew Lindesay <apl@lindesay.co.nz> HaikuDepot : Generate Server Model + Parser
The server uses JSON schema to generate some data-transfer-object (DTO) models for communication with other systems. This same schema can be used to generate the C++ .cpp and .h files for use in HaikuDepot. So far these have been generated by hand and then manually added to the Haiku repo. Now the schema files can be copied over and from those, the sources are generated.
Change-Id: Ia288cb7a50843e5e2bc403a6ce55508a04218c04 Reviewed-on: https://review.haiku-os.org/c/858 Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
|
/haiku/src/apps/haikudepot/ |
H A D | Jamfile | 81dab2139ece4278ca3b22670628dbb9f50f5ce0 Thu Jan 03 23:46:33 UTC 2019 Andrew Lindesay <apl@lindesay.co.nz> HaikuDepot : Generate Server Model + Parser
The server uses JSON schema to generate some data-transfer-object (DTO) models for communication with other systems. This same schema can be used to generate the C++ .cpp and .h files for use in HaikuDepot. So far these have been generated by hand and then manually added to the Haiku repo. Now the schema files can be copied over and from those, the sources are generated.
Change-Id: Ia288cb7a50843e5e2bc403a6ce55508a04218c04 Reviewed-on: https://review.haiku-os.org/c/858 Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
|