-
Notifications
You must be signed in to change notification settings - Fork 376
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
Introduce C headers in data #765
base: main
Are you sure you want to change the base?
Introduce C headers in data #765
Conversation
a3f5f8a
to
6019edd
Compare
6019edd
to
51bafce
Compare
b6f6c38
to
eac856b
Compare
There was the macro `LWM2M_VERSION_1_1` to make a distinction between LwM2M version 1.1 and 1.1.1. This was removed to make the code easier to maintain.
Some tests can not be compiled if the corresponding defines are not set. They are only enabled if these preprocessor macros are defined.
This makes the project more modular and better to maintain.
This makes the project more modular and better to maintain.
This makes the project more modular and better to maintain.
This makes the project more modular and better to maintain.
This makes the project more modular and better to maintain.
This makes the project more modular and better to maintain.
This makes the project more modular and better to maintain.
eac856b
to
26cf15a
Compare
Quality Gate passedIssues Measures |
* Contributors: | ||
* Lukas Woodtli, GARDENA GmbH - Please refer to git log |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we really want to keep this for new files? I think it is not useful, or even worse.
* The Eclipse Public License is available at | ||
* http://www.eclipse.org/legal/epl-v20.html | ||
* The Eclipse Distribution License is available at | ||
* http://www.eclipse.org/org/documents/edl-v10.php. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about starting to use SPDX identifiers? If you agree, I'll create a PR to migrate all existing code.
This is a small step in making a more modular and maintainable C project.