Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libqmi-glib: message traces compiled always | Aleksander Morgado | 2012-10-09 | 1 | -11/+0 |
| | | | | | | | | Message traces have been very useful when debugging issues in the protocol, and we should avoid requiring a full recompilation in order to get them enabled. Instead, we provide two new API methods, `qmi_utils_(get|set)_traces_enabled()', which allow specifying whether traces should be dumped with g_debug() or not. | ||||
* | build: compile all generated code into a non-installable library | Aleksander Morgado | 2012-10-09 | 1 | -0/+1 |
| | | | | | Also simplify the build by using BUILT_SOURCES to avoid needing to specify custom dependency rules. | ||||
* | use $PKG_CONFIG | Mike Frysinger | 2012-09-24 | 1 | -1/+1 |
| | | | | | | | The build system sets up this variable for us, so use it rather than hardcoding "pkg-config" which might be the wrong one. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | build: minor indentation fixes | Aleksander Morgado | 2012-08-28 | 1 | -4/+4 |
| | |||||
* | build: add --with-traces=yes to enable -DMESSAGE_ENABLE_TRACE | Dan Williams | 2012-08-22 | 1 | -0/+11 |
| | |||||
* | docs: setup initial gtk-doc documentation | Aleksander Morgado | 2012-08-03 | 1 | -1/+19 |
| | |||||
* | cli: new helper method to get raw binary data as a printable string | Aleksander Morgado | 2012-07-16 | 1 | -0/+1 |
| | |||||
* | libqmi-glib,test: new unit tests for the integer read/write operations | Aleksander Morgado | 2012-07-04 | 1 | -0/+14 |
| | |||||
* | build: prepare sources to treat `libqmi-glib' not as the only library | Aleksander Morgado | 2012-07-03 | 1 | -6/+6 |
| | | | | | | | Instead of keeping the libqmi-glib sources under `src', we'll have a more specific `libqmi-glib' directory instead. Also, update autotools to reflect as `libqmi' the name of the project. | ||||
* | qmi-codegen: use `g_array_set_clear_func()' to clear array contents | Aleksander Morgado | 2012-07-03 | 1 | -1/+1 |
| | | | | | | | Bumped required glib version to 2.32. Actually... there is no real issue with keeping 2.28 as minimum required version, as for now there's no array element which requires clearing, but anyway, given that QMI is to be used in quite recent kernels, it shouldn't be a big issue to require a recent glib as well. | ||||
* | build: provide pkg-config setup for the library | Aleksander Morgado | 2012-07-03 | 1 | -0/+2 |
| | |||||
* | data: add database of CTL messages | Aleksander Morgado | 2012-07-03 | 1 | -0/+1 |
| | |||||
* | codegen: new `qmi-codegen' build utility | Aleksander Morgado | 2012-07-03 | 1 | -0/+1 |
| | | | | | It will try to generate message creator/parsers from a manually maintained JSON-encoded database. | ||||
* | build-aux: move header/source templates to its own `template' directory | Aleksander Morgado | 2012-07-03 | 1 | -0/+1 |
| | |||||
* | build: by default compile with most warnings enabled and -Werror | Aleksander Morgado | 2012-07-03 | 1 | -0/+3 |
| | |||||
* | utils: new `qmi-network' script which helps starting/stopping the network | Aleksander Morgado | 2012-07-03 | 1 | -1/+2 |
| | |||||
* | build: require a recent enough glib (2.28) | Aleksander Morgado | 2012-07-03 | 1 | -2/+2 |
| | | | | | We'll base our development on glib 2.28 for now; 2.30 included too many new things. | ||||
* | build: fix package name in configure output report | Aleksander Morgado | 2012-07-03 | 1 | -1/+1 |
| | |||||
* | cli: new `qmicli' command line utility | Aleksander Morgado | 2012-07-03 | 1 | -1/+10 |
| | |||||
* | errors: setup a new QMI core error domain | Aleksander Morgado | 2012-07-03 | 1 | -0/+4 |
| | |||||
* | build: setup autotools | Aleksander Morgado | 2012-07-03 | 1 | -0/+45 |