| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Binding python: factorize value freeing generation code | Benjamin Dauvergne | 2010-02-17 | 1 | -3/+31 |
| * | in idwsf2_tests.py, merge test case for metadata registering, add test case f... | Benjamin Dauvergne | 2010-02-17 | 1 | -144/+178 |
| * | Binding python: fix leak in string getters | Benjamin Dauvergne | 2010-02-15 | 1 | -1/+1 |
| * | Bindings python: udpate id-wsf 2.0 test file | Benjamin Dauvergne | 2010-02-15 | 1 | -122/+105 |
| * | Bindings python: remove default argument if there is parameters without defau... | Benjamin Dauvergne | 2010-02-12 | 1 | -0/+25 |
| * | Bindings: restore ID-WSF constants, improve python getters, | Benjamin Dauvergne | 2010-02-04 | 1 | -80/+62 |
| * | Binding python: fix getter for non-object fields | Benjamin Dauvergne | 2010-02-04 | 1 | -5/+13 |
| * | Bindings: use lasso_return_xxx macros instead of GLib ones | Benjamin Dauvergne | 2010-02-01 | 1 | -3/+3 |
| * | Bindings: make binding generation more silent | Benjamin Dauvergne | 2010-02-01 | 1 | -1/+1 |
| * | Binding python: make a better use of default value annotation for creating me... | Benjamin Dauvergne | 2010-01-29 | 1 | -1/+4 |
| * | Bindings python ID-WSF 1.0 tests: update PP HREF symbol | Benjamin Dauvergne | 2010-01-28 | 1 | -9/+9 |
| * | Binding python ID-WSF 2.0 tests: update some tests | Benjamin Dauvergne | 2010-01-28 | 1 | -2/+6 |
| * | Binding Python ID-WSF 2.0: comment out test | Benjamin Dauvergne | 2010-01-28 | 1 | -1/+1 |
| * | Bindings: java, php5, python simplify logic in binding generator | Benjamin Dauvergne | 2010-01-28 | 3 | -148/+205 |
| * | Add bindings/python/examples to dist file | Benjamin Dauvergne | 2010-01-16 | 1 | -1/+1 |
| * | Bindings python: use is_cstring for matching GList element type | Benjamin Dauvergne | 2010-01-14 | 1 | -1/+1 |
| * | Bindings: add support for time_t to bindings, add support for 'string' type f... | Benjamin Dauvergne | 2010-01-12 | 1 | -1/+1 |
| * | Binding python: provide old binding name for set_encryptionMode | Benjamin Dauvergne | 2010-01-12 | 1 | -0/+1 |
| * | Bindings: simplify GList handling | Benjamin Dauvergne | 2010-01-04 | 1 | -36/+56 |
| * | Bindings: in bindings/python/Makefile.am, precise generated files dependencies | Benjamin Dauvergne | 2010-01-04 | 1 | -0/+2 |
| * | Python binding: update test scripts to new ID-WSF API | Benjamin Dauvergne | 2010-01-04 | 2 | -34/+61 |
| * | Python binding: add a pyobject->time_t conversion function | Benjamin Dauvergne | 2010-01-04 | 1 | -2/+20 |
| * | Bindings python: in wrapper_top.c, mark internal function as potentially unused | Benjamin Dauvergne | 2010-01-04 | 1 | -13/+14 |
| * | Bindings: make the binding infrastructure understand GObject-introspections a... | Benjamin Dauvergne | 2010-01-04 | 4 | -103/+153 |
| * | Bindings: add support for guchar | Benjamin Dauvergne | 2009-09-11 | 1 | -5/+5 |
| * | Python Binding: fix bug of uninitialized ppos argument to PyDict_Next | Benjamin Dauvergne | 2009-06-15 | 1 | -2/+3 |
| * | Fix leak in python binding | Benjamin Dauvergne | 2009-04-30 | 1 | -3/+3 |
| * | Fix python 2.4 binding build | Jerome Schneider | 2009-04-17 | 1 | -0/+6 |
| * | Fix build issues on amd64 / gcc 4.3 | Jerome Schneider | 2009-04-09 | 1 | -1/+1 |
| * | ID-WSF 2.0: make it work with --enabe-debugging | Benjamin Dauvergne | 2009-03-27 | 1 | -6/+0 |
| * | All: Fix missing field initializer problems | Benjamin Dauvergne | 2009-01-24 | 1 | -3/+5 |
| * | Remove use of xmlFreeDoc for lasso_release_doc | Benjamin Dauvergne | 2008-11-04 | 1 | -1/+2 |
| * | Clean generated files in bindings | Benjamin Dauvergne | 2008-11-04 | 1 | -0/+1 |
| * | add functionality to enable debugging flags at runtime | Benjamin Dauvergne | 2008-10-01 | 1 | -6/+7 |
| * | * Remove ending blanks | Benjamin Dauvergne | 2008-09-12 | 8 | -60/+60 |
| * | * When --enable-debugging is used, add -Wno-xxx options to AM_CFLAGS so that | Benjamin Dauvergne | 2008-09-12 | 1 | -1/+1 |
| * | * Add G_GNUC_UNUSED for unused parameter we can't remove (python wrappers). | Benjamin Dauvergne | 2008-09-12 | 2 | -4/+4 |
| * | Lookup wrapper_{top,bottom}.c files in the src_dir, useful for VPATH build | Benjamin Dauvergne | 2008-08-05 | 1 | -2/+3 |
| * | * Fix blanks mismatch (space in *.c and *h files or tabs in *.py files) and f... | Benjamin Dauvergne | 2008-08-05 | 2 | -3/+4 |
| * | add moved files to EXTRA_DIST | Benjamin Dauvergne | 2008-08-05 | 1 | -0/+2 |
| * | Add a module init file to python directory. | Benjamin Dauvergne | 2008-08-05 | 1 | -0/+0 |
| * | Move all python binding related files inside the python subdirectory | Benjamin Dauvergne | 2008-08-05 | 4 | -1/+1408 |
| * | * bindings/python/tests/Makefile.am: make running of iwsf{1,2}_tests.py condi... | Benjamin Dauvergne | 2008-08-05 | 1 | -2/+6 |
| * | * bindings/bindings.py: support const modifier on this argument | Benjamin Dauvergne | 2008-08-01 | 2 | -3/+3 |
| * | reflects change inside lasso/id-ff/identity.c in assertions | Benjamin Dauvergne | 2008-08-01 | 1 | -4/+6 |
| * | add Makefile.in to MAINTAINERCLEANFILES in every Makefile.am | Benjamin Dauvergne | 2008-05-27 | 2 | -0/+2 |
| * | fix INCLUDES var, put top_builddir first | Benjamin Dauvergne | 2008-05-26 | 1 | -1/+2 |
| * | import main test file | Damien Laniel | 2008-05-20 | 3 | -1/+178 |
| * | added a discovery remove test case | Damien Laniel | 2008-05-20 | 1 | -3/+39 |
| * | added id-wsf 2.0 tests for new bindings | Damien Laniel | 2008-05-20 | 1 | -0/+1790 |