summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* build: cleanup gitignore after meson portAleksander Morgado2021-09-131-79/+0
| | | | | | When using meson all builds are out of the source tree, so we can skip the need of ignoring specific files as we required when using autotools.
* build: fix distcheck with new gtk-docAleksander Morgado2020-11-261-0/+1
| | | | | | | | The .actions file is generated by newer gtk-doc releases, we just treat it as e.g. the .signals or .types files. This is also already fixed in upstream gtk-doc: https://gitlab.gnome.org/GNOME/gtk-doc/-/merge_requests/61
* build: update list of ignored filesAleksander Morgado2020-05-131-29/+18
|
* build: ignore built test fileAleksander Morgado2018-01-201-0/+2
|
* build: import gtk-doc supportAleksander Morgado2017-09-131-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | Remove the need to run `gtkdocize' when building from git; this should be an operation done by the maintainer when modernizing the gtk-doc setup (think of e.g. gettextize), no need to do it unconditionally. This makes it easier for platforms without gtk-doc to build from git. When trying to build with documentation enabled and gtk-doc isn't found, we get some nice warnings and errors in the configure report: checking for gtk-doc... no configure: WARNING: You will not be able to create source packages with 'make dist' because gtk-doc >= 1.0 is not found. checking for gtkdoc-check... no checking for gtkdoc-check... no checking for gtkdoc-rebase... no checking for gtkdoc-mkpdf... no checking whether to build gtk-doc documentation... yes configure: error: You must have gtk-doc >= 1.0 installed to build documentation for ModemManager. Please install gtk-doc or disable building the documentation by adding '--disable-gtk-doc' to './configure'. Files generated with gtkdocize (gtk-doc) 1.26.1.
* build: use absolute paths for the ignored files in subdirsAleksander Morgado2015-01-131-45/+45
|
* build: ignore built filesAleksander Morgado2014-12-301-0/+1
|
* libmbim-glib,test: setup proxy helper testsAleksander Morgado2014-07-311-0/+1
|
* build: fix several coding style issuesAleksander Morgado2014-07-311-1/+1
|
* libmbim: Add mbim-proxy supportGreg Suarez2014-07-311-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch implements the mbim-proxy support to allow mulitple clients to have concurrent access to the MBIM device through libmbim. The implementation is heavily based on qmi-proxy. The function mbim_device_open_full() is provided for clients to specify that the device should be opened through the mbim-proxy via the flag MBIM_DEVICE_OPEN_FLAGS_PROXY. The function mbim_device_open() will behave as it has before and open the device directly. Proxy Control: A new service UUID is created to allow for clients to control the proxy. This service is currently only used to pass on the device path (/dev/cdc-wdm*) the client is requesting to open. In the future CIDs will be added to allow for setting the MaxControlMessage size and setting timeout for specific messages. Unknown UUIDs: Currently the mbim-proxy will allow messages with unknown UUIDs to pass through. The proxy will track unknown UUIDs sent by the client and device notifications matching the tracked UUID will be sent to the client. Device notifications of known UUIDs will be sent to all connected clients. Signed-off-by: Greg Suarez <gsuarez@smithmicro.com>
* build: ignore python cacheAleksander Morgado2014-01-201-0/+1
|
* build: move source code under src/Aleksander Morgado2013-12-101-21/+21
|
* build: generate manpage for 'mbim-network'Aleksander Morgado2013-09-131-0/+1
|
* mbim-network: implement --help and --versionAleksander Morgado2013-09-131-0/+2
|
* build: generate manpage for 'mbimcli'Aleksander Morgado2013-09-131-0/+2
|
* build: provide README fileAleksander Morgado2013-08-141-1/+0
|
* libmbim-glib,test: rename parser and builder testsAleksander Morgado2013-06-231-2/+2
|
* build: use gtester testing support and remove '--with-tests' configure switchAleksander Morgado2013-06-211-0/+3
|
* libmbim-glib,api: provide version infoAleksander Morgado2013-06-131-0/+1
|
* docs: setup building documentationAleksander Morgado2013-05-211-0/+16
|
* build: look for gtk-docAleksander Morgado2013-05-211-0/+1
|
* libmbim-glib: new command message builderAleksander Morgado2013-04-211-0/+1
|
* pkg-config: build and distribute pkg-config file for libmbim-glibAleksander Morgado2013-04-061-0/+2
|
* libmbim-glib: new tests for real message contents retrievalAleksander Morgado2013-02-021-0/+1
|
* mbim-codegen: setup code generatorAleksander Morgado2013-02-021-0/+3
| | | | Setup code generation for the request creator and the response getters.
* libmbim-glib,test: implement unit tests for per-service CIDsAleksander Morgado2013-01-211-0/+1
|
* cli: setup new 'mbimcli' to access the MBIM device from the commandlineAleksander Morgado2013-01-211-1/+5
|
* libmbim-glib,test: add unit tests for the message fragment handlingAleksander Morgado2013-01-211-0/+1
|
* libmbim-glib,test: add unit tests for the 'Open' and 'Open Done' message typesAleksander Morgado2013-01-211-0/+1
|
* libmbim-glib: setup core, status and protocol error typesAleksander Morgado2013-01-211-0/+5
|
* libmbim-glib,test: add unit tests for the 'MbimUuid' typeAleksander Morgado2013-01-211-1/+5
|
* libmbim-glib: setup compilation of the libraryAleksander Morgado2013-01-181-0/+3
|
* build: setup autotoolsAleksander Morgado2013-01-111-0/+29