Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-24 | docs,api: provide per-version indices | Aleksander Morgado | |
2018-01-25 | *: Spelling fixes | Ville Skyttä | |
2017-06-28 | compat: add compatibility definitions for old MM_MODEM_BAND_EUTRAN_* values | Ben Chan | |
Those Roman numeral suffixes in MM_MODEM_BAND_EUTRAN_* were replaced with 1, 2, 3, ..., etc. This patch adds a compatibility header, ModemManager-compat.h, to alias the old MM_MODEM_BAND_EUTRAN_* values to the new values. | |||
2013-06-13 | api,header: setup and export MM version symbols in the API | Aleksander Morgado | |
2012-10-04 | api: only allow including `ModemManager.h' directly | Aleksander Morgado | |
2012-03-16 | api,header: cleanup public header file | Aleksander Morgado | |
2012-03-15 | build: chain up new 0.6 API and link against libmm-common | Aleksander Morgado | |
Also removed the MMSerialError implementation from `src/mm-errors.[h|c]', as it is now included in the new `include/ModemManager-errors.h' header file. All the other enums and errors without clashing names will be ported afterwards to the new base code. | |||
2012-03-15 | build: disable autogeneration of the 0.5 API header file | Aleksander Morgado | |
But keep it around as a static file, while we do the migration to the new interface. |