Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add an execute_command with warning | Robert Tari | 2023-10-02 | 1 | -0/+2 |
| | |||||
* | src/CMakeLists.txt: Build .gir and .typelib when Vala is not present | Robert Tari | 2021-12-14 | 1 | -0/+4 |
| | | | | fixes https://github.com/AyatanaIndicators/libayatana-common/issues/53 | ||||
* | Add ENABLE_LOMIRI_FEATURES switch | Robert Tari | 2021-12-09 | 1 | -4/+3 |
| | |||||
* | Fix missing ayatana-common library during GIR scanning | Robert Tari | 2021-08-29 | 1 | -0/+1 |
| | |||||
* | Whitespace fix | Robert Tari | 2021-08-29 | 1 | -43/+43 |
| | |||||
* | src/CMakeLists.txt: Also generate binary typelib file (and set nsversion for ↵ | Mike Gabriel | 2021-08-28 | 1 | -5/+21 |
| | | | | this). | ||||
* | GIR and Vala bindings: Properly detect GObjectIntrospection and Vala and ↵ | Mike Gabriel | 2021-08-28 | 1 | -32/+34 |
| | | | | disable GIR and Vala if not found. | ||||
* | Add Vala Bindings | Robert Tari | 2021-08-18 | 1 | -0/+41 |
| | | | | | | | | | | | | - src/utils.h: Replace defined strings with static const chars - src/CMakeLists.txt: Add .gir and .vapi generation code - tetsts/CMakeLists.txt: Compile tst_utils_vala + add as test - CMakeLists.txt: Add tst_utils_vala to tests + add modules from cmake/ - cmake/FindGObjectIntrospection.cmake: Add file - cmake/FindVala.cmake.cmake: Add file - .build.yml: Add libgirepository1.0-dev, gobject-introspection, valac dependencies fixes https://github.com/AyatanaIndicators/libayatana-common/issues/22 | ||||
* | src/CMakeLists.txt: Use CMAKE_INSTALL_FULL_*DIR locations | Robert Tari | 2021-06-08 | 1 | -3/+3 |
| | |||||
* | src/CMakeLists.txt: Drop PUBLIC_HEADER from set_target_properties to avoid ↵ | Mike Gabriel | 2021-04-12 | 1 | -1/+0 |
| | | | | utils.h in <libdir>. | ||||
* | Explicitly set ABI_VERSION / API_VERSION and use ABI_VERSION in the .so ↵ | Mike Gabriel | 2021-01-15 | 1 | -0/+7 |
| | | | | filename. | ||||
* | Inital commit | Marius Gripsgard | 2021-01-12 | 1 | -0/+23 |