summaryrefslogtreecommitdiffstats
path: root/bindings/python
Commit message (Expand)AuthorAgeFilesLines
...
* Binding python: factorize value freeing generation codeBenjamin Dauvergne2010-02-171-3/+31
* in idwsf2_tests.py, merge test case for metadata registering, add test case f...Benjamin Dauvergne2010-02-171-144/+178
* Binding python: fix leak in string gettersBenjamin Dauvergne2010-02-151-1/+1
* Bindings python: udpate id-wsf 2.0 test fileBenjamin Dauvergne2010-02-151-122/+105
* Bindings python: remove default argument if there is parameters without defau...Benjamin Dauvergne2010-02-121-0/+25
* Bindings: restore ID-WSF constants, improve python getters,Benjamin Dauvergne2010-02-041-80/+62
* Binding python: fix getter for non-object fieldsBenjamin Dauvergne2010-02-041-5/+13
* Bindings: use lasso_return_xxx macros instead of GLib onesBenjamin Dauvergne2010-02-011-3/+3
* Bindings: make binding generation more silentBenjamin Dauvergne2010-02-011-1/+1
* Binding python: make a better use of default value annotation for creating me...Benjamin Dauvergne2010-01-291-1/+4
* Bindings python ID-WSF 1.0 tests: update PP HREF symbolBenjamin Dauvergne2010-01-281-9/+9
* Binding python ID-WSF 2.0 tests: update some testsBenjamin Dauvergne2010-01-281-2/+6
* Binding Python ID-WSF 2.0: comment out testBenjamin Dauvergne2010-01-281-1/+1
* Bindings: java, php5, python simplify logic in binding generatorBenjamin Dauvergne2010-01-283-148/+205
* Add bindings/python/examples to dist fileBenjamin Dauvergne2010-01-161-1/+1
* Bindings python: use is_cstring for matching GList element typeBenjamin Dauvergne2010-01-141-1/+1
* Bindings: add support for time_t to bindings, add support for 'string' type f...Benjamin Dauvergne2010-01-121-1/+1
* Binding python: provide old binding name for set_encryptionModeBenjamin Dauvergne2010-01-121-0/+1
* Bindings: simplify GList handlingBenjamin Dauvergne2010-01-041-36/+56
* Bindings: in bindings/python/Makefile.am, precise generated files dependenciesBenjamin Dauvergne2010-01-041-0/+2
* Python binding: update test scripts to new ID-WSF APIBenjamin Dauvergne2010-01-042-34/+61
* Python binding: add a pyobject->time_t conversion functionBenjamin Dauvergne2010-01-041-2/+20
* Bindings python: in wrapper_top.c, mark internal function as potentially unusedBenjamin Dauvergne2010-01-041-13/+14
* Bindings: make the binding infrastructure understand GObject-introspections a...Benjamin Dauvergne2010-01-044-103/+153
* Bindings: add support for gucharBenjamin Dauvergne2009-09-111-5/+5
* Python Binding: fix bug of uninitialized ppos argument to PyDict_NextBenjamin Dauvergne2009-06-151-2/+3
* Fix leak in python bindingBenjamin Dauvergne2009-04-301-3/+3
* Fix python 2.4 binding buildJerome Schneider2009-04-171-0/+6
* Fix build issues on amd64 / gcc 4.3Jerome Schneider2009-04-091-1/+1
* ID-WSF 2.0: make it work with --enabe-debuggingBenjamin Dauvergne2009-03-271-6/+0
* All: Fix missing field initializer problemsBenjamin Dauvergne2009-01-241-3/+5
* Remove use of xmlFreeDoc for lasso_release_docBenjamin Dauvergne2008-11-041-1/+2
* Clean generated files in bindingsBenjamin Dauvergne2008-11-041-0/+1
* add functionality to enable debugging flags at runtimeBenjamin Dauvergne2008-10-011-6/+7
* * Remove ending blanksBenjamin Dauvergne2008-09-128-60/+60
* * When --enable-debugging is used, add -Wno-xxx options to AM_CFLAGS so thatBenjamin Dauvergne2008-09-121-1/+1
* * Add G_GNUC_UNUSED for unused parameter we can't remove (python wrappers).Benjamin Dauvergne2008-09-122-4/+4
* Lookup wrapper_{top,bottom}.c files in the src_dir, useful for VPATH buildBenjamin Dauvergne2008-08-051-2/+3
* * Fix blanks mismatch (space in *.c and *h files or tabs in *.py files) and f...Benjamin Dauvergne2008-08-052-3/+4
* add moved files to EXTRA_DISTBenjamin Dauvergne2008-08-051-0/+2
* Add a module init file to python directory.Benjamin Dauvergne2008-08-051-0/+0
* Move all python binding related files inside the python subdirectoryBenjamin Dauvergne2008-08-054-1/+1408
* * bindings/python/tests/Makefile.am: make running of iwsf{1,2}_tests.py condi...Benjamin Dauvergne2008-08-051-2/+6
* * bindings/bindings.py: support const modifier on this argumentBenjamin Dauvergne2008-08-012-3/+3
* reflects change inside lasso/id-ff/identity.c in assertionsBenjamin Dauvergne2008-08-011-4/+6
* add Makefile.in to MAINTAINERCLEANFILES in every Makefile.amBenjamin Dauvergne2008-05-272-0/+2
* fix INCLUDES var, put top_builddir firstBenjamin Dauvergne2008-05-261-1/+2
* import main test fileDamien Laniel2008-05-203-1/+178
* added a discovery remove test caseDamien Laniel2008-05-201-3/+39
* added id-wsf 2.0 tests for new bindingsDamien Laniel2008-05-201-0/+1790