| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Binding PHP5 tests: fix assertion dump test | Benjamin Dauvergne | 2010-03-02 | 1 | -17/+1 |
| * | Bindings java: do not mask errors from the code generator | Benjamin Dauvergne | 2010-03-02 | 1 | -1/+1 |
| * | ID-WSF 2.0 python tests: finish tests for new ID-WSF 2.0 API | Benjamin Dauvergne | 2010-03-02 | 1 | -26/+157 |
| * | Binding python: accept a functio as setter, if it has only two arguments | Benjamin Dauvergne | 2010-03-02 | 1 | -1/+1 |
| * | Binding perl: add support for out parameters | Benjamin Dauvergne | 2010-02-22 | 2 | -17/+38 |
| * | Bindings python: use more accessors from utils.py | Benjamin Dauvergne | 2010-02-22 | 1 | -41/+31 |
| * | Bindings: make is_int more robust, and fix remove_modifiers | Benjamin Dauvergne | 2010-02-22 | 1 | -6/+9 |
| * | Bindings php5: use accessort from bindings/utils.py | Benjamin Dauvergne | 2010-02-22 | 1 | -29/+38 |
| * | Binding python: add pickling support to LassoNode | Benjamin Dauvergne | 2010-02-22 | 1 | -0/+10 |
| * | Bindings python tests: update idwsf2_tests.py | Benjamin Dauvergne | 2010-02-22 | 1 | -1359/+160 |
| * | Bindings: in utils.py, make clean_type handle None value | Benjamin Dauvergne | 2010-02-22 | 1 | -0/+2 |
| * | Current state of ID-WSF 2.0 python test | Benjamin Dauvergne | 2010-02-17 | 1 | -6/+76 |
| * | Binding php5: fix generation of list freeing | Benjamin Dauvergne | 2010-02-17 | 1 | -2/+2 |
| * | Current state of idwsf2 tests | Benjamin Dauvergne | 2010-02-17 | 1 | -44/+59 |
| * | Binding python: simplify special constructor, use cptrToPy | Benjamin Dauvergne | 2010-02-17 | 1 | -5/+1 |
| * | Binding python tests: adapt test to use TOP_SRCDIR env var | Benjamin Dauvergne | 2010-02-17 | 2 | -4/+4 |
| * | 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 |
| * | Bindings: parse defines refering to other defines | Benjamin Dauvergne | 2010-02-17 | 1 | -1/+7 |
| * | 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 perl: prevent unused functio warning for array_to_glist_gobject | Benjamin Dauvergne | 2010-02-10 | 1 | -1/+1 |
| * | Tests perl: raise number of tests | Benjamin Dauvergne | 2010-02-10 | 1 | -1/+1 |
| * | fix bad operation in bindings.py | Benjamin Dauvergne | 2010-02-05 | 1 | -1/+1 |
| * | Bindings: restore ID-WSF constants, improve python getters, | Benjamin Dauvergne | 2010-02-04 | 4 | -89/+89 |
| * | Binding python: fix getter for non-object fields | Benjamin Dauvergne | 2010-02-04 | 1 | -5/+13 |
| * | Binding java: Makefile.am has multiple target rules, it cannot support parall... | Benjamin Dauvergne | 2010-02-04 | 1 | -0/+2 |
| * | Binding perl: add cleanup for temporary data of trampoline code | Benjamin Dauvergne | 2010-02-04 | 1 | -13/+25 |
| * | Binding perl: many improvements | Benjamin Dauvergne | 2010-02-01 | 5 | -149/+75 |
| * | Bindings: re-add binding for lasso_session_get_assertions for perl, special c... | Benjamin Dauvergne | 2010-02-01 | 2 | -1/+1 |
| * | Bindings: use lasso_return_xxx macros instead of GLib ones | Benjamin Dauvergne | 2010-02-01 | 4 | -43/+43 |
| * | Bindings: os.path.relpath is only present since python 2.6, add a local imple... | Benjamin Dauvergne | 2010-02-01 | 1 | -0/+16 |
| * | Bindings: make binding generation more silent | Benjamin Dauvergne | 2010-02-01 | 4 | -20/+29 |
| * | Binding java: use eager evalutation to get list of sources files | Benjamin Dauvergne | 2010-02-01 | 1 | -1/+1 |
| * | Bindings: use 'absolute' header paths to produces bindings | Benjamin Dauvergne | 2010-01-29 | 1 | -11/+21 |
| * | Bindings perl: simplify Makefile.PL | Benjamin Dauvergne | 2010-01-29 | 2 | -25/+16 |
| * | Binding perl: special case for lasso_check_version | Benjamin Dauvergne | 2010-01-29 | 2 | -3/+12 |
| * | Binding perl: remove warning when passing Null to croak | Benjamin Dauvergne | 2010-01-29 | 1 | -1/+2 |
| * | in bindings.py, change header paths | Benjamin Dauvergne | 2010-01-29 | 1 | -2/+1 |
| * | Binding python: make a better use of default value annotation for creating me... | Benjamin Dauvergne | 2010-01-29 | 1 | -1/+4 |
| * | Binding perl: many improvements | Benjamin Dauvergne | 2010-01-29 | 9 | -33/+292 |
| * | Bindings: in bindings.py, fix regexp and annotation parsing for optional argu... | Benjamin Dauvergne | 2010-01-29 | 1 | -16/+16 |
| * | Bindings python ID-WSF 1.0 tests: update PP HREF symbol | Benjamin Dauvergne | 2010-01-28 | 1 | -9/+9 |
| * | Bindings php5: string hashtable methods are only used by ID-WSF bindings, mar... | Benjamin Dauvergne | 2010-01-28 | 1 | -2/+2 |
| * | Bindings java: use utils.py methods, make set_hash_of_objects more robust | Benjamin Dauvergne | 2010-01-28 | 2 | -264/+267 |
| * | Bindings: add time_t to integer types, add unpointerize method | Benjamin Dauvergne | 2010-01-28 | 1 | -1/+4 |
| * | 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 | 7 | -367/+439 |