-
Notifications
You must be signed in to change notification settings - Fork 78
Add CDL support #232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Add CDL support #232
Conversation
Signed-off-by: Tyler Erickson <[email protected]>
Signed-off-by: Tyler Erickson <[email protected]>
Signed-off-by: Tyler Erickson <[email protected]> # Conflicts: # .cirrus.yml # utils/C/openSeaChest/openSeaChest_Configure.c
Signed-off-by: Tyler Erickson <[email protected]>
Signed-off-by: Tyler Erickson <[email protected]>
…y have it Signed-off-by: Tyler Erickson <[email protected]>
Signed-off-by: Tyler Erickson <[email protected]>
Updating the .gitattributes file to be more consistent across projects than our previous version. It handles: C, CPP, shell, python, msvc projects/solutions, vscode, markdown, and powershell since we use a mix of these between our various projects. Signed-off-by: Tyler Erickson <[email protected]>
Making a common build script for the makefiles to execute to target windows or linux for json-c Signed-off-by: Tyler Erickson <[email protected]>
…ile build Signed-off-by: Tyler Erickson <[email protected]>
Signed-off-by: Tyler Erickson <[email protected]>
Using the json-c fork which fixes the clang-cl build and adds meson support Signed-off-by: Tyler Erickson <[email protected]>
Signed-off-by: Tyler Erickson <[email protected]>
Signed-off-by: Tyler Erickson <[email protected]>
Signed-off-by: Tyler Erickson <[email protected]>
4d28349 to
0f1dc37
Compare
|
At this point we now have everything building except the makefiles. Our makefile use is down significantly since switching most things to meson, so I'm not sure we need it to run in the CI at this time. |
Signed-off-by: Tyler Erickson <[email protected]>
No description provided.