summaryrefslogtreecommitdiff
path: root/gck
Commit message (Expand)AuthorAgeFilesLines
* Don't use functions which we deprecatedNiels De Graef2020-02-072-2/+2
* Mark deprecated functions with G_DEPRECATEDNiels De Graef2020-02-071-0/+21
* gck: Provide support for g_autoptr for all typesNiels De Graef2020-01-131-0/+32
* meson: Add missing feature test macro'sNiels De Graef2020-01-112-0/+3
* meson: Fix pkgconfig RequiresNiels De Graef2020-01-041-0/+1
* gck: Use G_PARAM_STATIC_STRINGSNiels De Graef2020-01-047-25/+39
* Mark GIR constants as suchNiels De Graef2020-01-035-81/+84
* Don't use deprecated (allow-none) GIR annotationNiels De Graef2020-01-036-41/+41
* gck: Avoid unaligned memory accessPetr Sumbera2020-01-031-14/+16
* Support Meson build systemNiels De Graef2019-12-3110-9/+228
* Replace pointer aliasing in unit testGregor Riepl2019-11-261-10/+26
* Use attribute_get_ulong instead of pointer aliasingGregor Riepl2019-11-261-4/+4
* Replaced pointer aliasing in gck-misc with memcpy/memcmpGregor Riepl2019-11-261-4/+9
* gck: g_type_class_add_private() is deprecatedNiels De Graef2019-05-246-23/+12
* attributes: Fix annotations syntaxMarco Trevisan (Treviño)2019-05-221-4/+4
* gck-mock: Also store objects in the order they are takenIain Lane2019-02-061-14/+61
* egg: Move mock-interaction.[ch] to egg/ directoryStef Walter2018-02-155-150/+6
* gck: Remove an unnecessary (transfer) annotationPhilip Withnall2017-01-121-1/+1
* Use Unicode in translatable stringsPiotr Drąg2016-10-183-3/+3
* Fix gck_enumerator_next_async annotationDaiki Ueno2016-03-081-1/+1
* gck: Update for p11-kit PKCS#11 URI specification changesStef Walter2015-08-031-5/+5
* Add (skip) annotation to gck_object_cache_get_attributesChristophe Fergeau2015-03-051-1/+1
* Use the g_debug() mechanism from GLib directlyStef Walter2014-09-035-326/+48
* configure: Dump required GLib version to 2.38Stef Walter2014-09-039-27/+0
* Release version 3.11.913.11.91Stef Walter2014-03-061-1/+1
* gck: Add gck_enumerator_set_object_type_full() functionStef Walter2014-03-034-9/+65
* gck-1.vapi: Removed incorrectly unowned 'weak' pointers in vapiStef Walter2014-03-031-1/+20
* gck: Add some precondition checks to gck_attributes_find_xxxx()Stef Walter2014-03-031-0/+4
* Makefile.am: Build vapi files and use vapi metadata correctlyStef Walter2014-03-031-1/+1
* gck: Help automake properly track libgck-testable.so dependenciesStef Walter2014-03-031-2/+6
* Makefile.am: Single Makefile mode and parallel-testsStef Walter2014-03-0318-189/+183
* pkcs11.vapi: Use the expected prefix for C generated codeStef Walter2014-03-031-6/+6
* Gck-1.gir: Fix the C header that should be includedStef Walter2014-03-031-1/+1
* gck: Add an accessor for GckAttribute raw value dataStef Walter2014-03-034-1/+40
* Updated FSF's addressDaniel Mustieles2014-01-3134-73/+34
* Add version checking macrosStef Walter2014-01-064-1/+99
* gck: Properly flag (out) arguments for introspectionStef Walter2014-01-051-4/+4
* gck: Define GCK_INVALID as a gulong, for easier introspectionStef Walter2014-01-052-2/+2
* gck: Properly expose introspectable gck_builder_add_only()Stef Walter2014-01-051-3/+1
* Add a basic PKCS#11 VAPI fileStef Walter2014-01-052-1/+51
* gck: Expose gck_mechanisms_check() in ValaStef Walter2014-01-051-0/+2
* Use AM_CPPFLAGS instead of INCLUDES in Makefile.am filesStef Walter2013-10-182-2/+2
* Fix spacing for silent automake rulesStef Walter2013-10-181-5/+5
* More reliable means of checking if object was finalizedStef Walter2013-08-174-17/+34
* Port to new p11-kit managed style functionsStef Walter2013-05-272-46/+14
* Add vala vapi files for Gck and Gcr librariesStef Walter2013-04-212-14/+47
* gcr: Supress warnings when building gobject-introspection Gir filesStef Walter2013-04-191-0/+2
* gck: Fix crash when hashing an unsupported attributesStef Walter2013-03-222-2/+30
* Don't install test/mock libraries unnecessarilyRico Tzschichholz2013-02-221-4/+3
* Use GObject.Object instead of GLib.Object in introspection annotationsStef Walter2013-02-121-3/+3