Commit 1d79983
APV versioning changes (#97)
* Added reading library version from file in CMakeLists.txt
Signed-off-by: Dawid Kozinski <d.kozinski@samsung.com>
* Refactor version functions
- Implement versioning functions with conditional compilation
- Added oapv_version to generate version string using OAPV_VERSION_MAJOR, OAPV_VERSION_MINOR, and OAPV_VERSION_PATCH.
- Added oapv_libversion function to return library version using OAPV_LIB_VERSION_MAJOR, OAPV_LIB_VERSION_MINOR, and OAPV_LIB_VERSION_PATCH.
Signed-off-by: Dawid Kozinski <d.kozinski@samsung.com>
* Updated library version to 1.0.0
- Changed the version in library_version.txt to v1.0.0
- Updated the version definition in oapv.c.
Signed-off-by: Dawid Kozinski <d.kozinski@samsung.com>
* Update CPack version settings to use LIB_VERSION and added missing inc/oapv_version.h.in file
Signed-off-by: Dawid Kozinski <d.kozinski@samsung.com>
* Exposed oapv_libversion() finction
Signed-off-by: Dawid Kozinski <d.kozinski@samsung.com>
* Refactor version handling to use unsigned integers
- Updated the oapv_version and oapv_libversion functions to return unsigned integers instead of strings
Signed-off-by: Dawid Kozinski <d.kozinski@samsung.com>
* Update versioning for project and library
- Refactor versioning strategy based on feedback from maintainer
Signed-off-by: Dawid Kozinski <d.kozinski@samsung.com>
* Removed obsolete library version checks from CMakeLists.txt
Signed-off-by: Dawid Kozinski <d.kozinski@samsung.com>
* Added comment to oapv_version function for Android versioning
Signed-off-by: Dawid Kozinski <d.kozinski@samsung.com>
* Update versioning scheme in CMakeLists.txt and pkgconfig file
- Changed CPACK_PACKAGE_VERSION to use VERSION_APISET, VERSION_MAJOR, VERSION_MINOR, and VERSION_PATCH for better version management.
- Updated oapv.pc.in to reflect the new versioning format.
Signed-off-by: Dawid Kozinski <d.kozinski@samsung.com>
* Refactor versioning messages and declarations
Signed-off-by: Dawid Kozinski <d.kozinski@samsung.com>
* refactoring code to avoid a symbol conflict. moved version string conversion code to application
Signed-off-by: kp5.choi@samsung.com <kp5.choi@samsung.com>
* the candidate of consensus
Signed-off-by: kp5.choi@samsung.com <kp5.choi@samsung.com>
* refactor CMakeLists.txt: Extract version information from oapv.h instead of version.txt
- Removed the function for retrieving version from git tags and version.txt.
- Added checks to ensure the existence of oapv.h and extract version information using regex.
- Updated project versioning to use values defined in oapv.h.
Signed-off-by: Dawid Kozinski <d.kozinski@samsung.com>
* Further refactoring related to version handling
- Removed the inclusion of oapv_version.h in oapv.h.
- Changed the return type of oapv_version function from char* to const char*.
- Deleted the oapv_version.h.in file as it is no longer needed.
- Updated CMakeLists.txt to remove references to the version header file.
Signed-off-by: Dawid Kozinski <d.kozinski@samsung.com>
* Added oapv_version_int function that returns the version as an unsigned int
Signed-off-by: Dawid Kozinski <d.kozinski@samsung.com>
* Removed oapv_version_int function that returns the version as an unsigned int
-The function was redundant because there is a macro OAPV_VER_SET that does this
Signed-off-by: Dawid Kozinski <d.kozinski@samsung.com>
---------
Signed-off-by: Dawid Kozinski <d.kozinski@samsung.com>
Signed-off-by: kp5.choi@samsung.com <kp5.choi@samsung.com>
Co-authored-by: kp5.choi@samsung.com <kp5.choi@samsung.com>1 parent f1f43a6 commit 1d79983
File tree
9 files changed
+80
-202
lines changed- inc
- pkgconfig
- src
9 files changed
+80
-202
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
42 | 31 | | |
| 32 | + | |
| 33 | + | |
43 | 34 | | |
44 | | - | |
45 | | - | |
46 | | - | |
| 35 | + | |
47 | 36 | | |
48 | 37 | | |
49 | | - | |
50 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
51 | 42 | | |
52 | 43 | | |
53 | | - | |
54 | | - | |
55 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
56 | 48 | | |
57 | | - | |
58 | 49 | | |
59 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
60 | 59 | | |
61 | 60 | | |
62 | 61 | | |
| |||
219 | 218 | | |
220 | 219 | | |
221 | 220 | | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
| 221 | + | |
226 | 222 | | |
227 | 223 | | |
228 | 224 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
| 39 | + | |
| 40 | + | |
47 | 41 | | |
48 | | - | |
| 42 | + | |
49 | 43 | | |
50 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
51 | 67 | | |
52 | 68 | | |
53 | 69 | | |
| |||
664 | 680 | | |
665 | 681 | | |
666 | 682 | | |
667 | | - | |
| 683 | + | |
668 | 684 | | |
669 | 685 | | |
670 | 686 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | 3 | | |
8 | 4 | | |
9 | 5 | | |
| |||
15 | 11 | | |
16 | 12 | | |
17 | 13 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | 14 | | |
23 | 15 | | |
24 | 16 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | 17 | | |
30 | 18 | | |
31 | 19 | | |
| |||
67 | 55 | | |
68 | 56 | | |
69 | 57 | | |
70 | | - | |
| 58 | + | |
71 | 59 | | |
72 | 60 | | |
73 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2153 | 2153 | | |
2154 | 2154 | | |
2155 | 2155 | | |
2156 | | - | |
2157 | | - | |
| 2156 | + | |
| 2157 | + | |
| 2158 | + | |
| 2159 | + | |
| 2160 | + | |
| 2161 | + | |
| 2162 | + | |
This file was deleted.
0 commit comments