aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* libqmi-glib: message traces compiled alwaysAleksander Morgado2012-10-091-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 libraryAleksander Morgado2012-10-091-0/+1
| | | | | Also simplify the build by using BUILT_SOURCES to avoid needing to specify custom dependency rules.
* use $PKG_CONFIGMike Frysinger2012-09-241-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 fixesAleksander Morgado2012-08-281-4/+4
|
* build: add --with-traces=yes to enable -DMESSAGE_ENABLE_TRACEDan Williams2012-08-221-0/+11
|
* docs: setup initial gtk-doc documentationAleksander Morgado2012-08-031-1/+19
|
* cli: new helper method to get raw binary data as a printable stringAleksander Morgado2012-07-161-0/+1
|
* libqmi-glib,test: new unit tests for the integer read/write operationsAleksander Morgado2012-07-041-0/+14
|
* build: prepare sources to treat `libqmi-glib' not as the only libraryAleksander Morgado2012-07-031-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 contentsAleksander Morgado2012-07-031-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 libraryAleksander Morgado2012-07-031-0/+2
|
* data: add database of CTL messagesAleksander Morgado2012-07-031-0/+1
|
* codegen: new `qmi-codegen' build utilityAleksander Morgado2012-07-031-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' directoryAleksander Morgado2012-07-031-0/+1
|
* build: by default compile with most warnings enabled and -WerrorAleksander Morgado2012-07-031-0/+3
|
* utils: new `qmi-network' script which helps starting/stopping the networkAleksander Morgado2012-07-031-1/+2
|
* build: require a recent enough glib (2.28)Aleksander Morgado2012-07-031-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 reportAleksander Morgado2012-07-031-1/+1
|
* cli: new `qmicli' command line utilityAleksander Morgado2012-07-031-1/+10
|
* errors: setup a new QMI core error domainAleksander Morgado2012-07-031-0/+4
|
* build: setup autotoolsAleksander Morgado2012-07-031-0/+45