| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
parallel builds
|
| |
|
|
|
|
|
|
| |
* bindings/java/Makefile.am bindings/perl/Makefile.am
bindings/php5/Makefile.am bindings/python/Makefile.am:
use AM_V_GEN, or similar variable for all steps of binding
generation, normal output can be activated with the V=1 argument to
the 'make' command.
|
| |
|
|
|
|
| |
* bindings/java/Makefile.am:
use := to provoke eager evaluation so that java-list mode is not
called many times.
|
| |
|
|
|
|
|
|
| |
* bindings/java/Makefile.am:
* bindings/php5/Makefile.am:
* bindings/python/Makefile.am:
- reformat value and add generated files to the MOSTLYCLEANFILES
variable
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This code permit to set flags, separated by commas, space,
tabulations, or colons. This flags activates debug functions like,
suppressing validations of signatures or print debugging message about
deallocations.
The new flags are defined in /lasso/debug.h they can be set using an
environment variable named LASSO_FLAG or a function named
lasso_set_flag.
There are two flags currently:
- verify-signature:
To deactivate it, pass 'no-verify-signature' inside LASSO_DEBUG.
It desactivate signature verification, inside two functions:
lasso_query_verify_signature and lasso_provider_verify_signature.
- memory-debug:
It enabled reporting of memory deallocation inside generic memory
dellaocator for LassoNode objects and also in bindings.
- lasso/xml/xml.c: do not free a null hash table pointer.
|
| |
|
|
| |
bindings compile with -Werror (-Werror is activated by --enable-debugging now)
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
merging benjamin branch
Original author: Frederic Peters <fpeters@0d.be>
Date: 2008-03-26 10:47:54.384000+01:00
|
| |
|
|
|
|
|
|
| |
merging benjamin stuff and adding --enable-id-wsf when id-wsf is asked
Original author: Frederic Peters <fpeters@0d.be>
Date: 2008-03-25 18:23:46.535000+01:00
|
| |
|
|
|
|
|
|
| |
merging benjamin branch
Original author: Frederic Peters <fpeters@0d.be>
Date: 2008-03-15 00:12:56.228000+01:00
|
| |
|
|
|
|
|
| |
merging benjamin branch
Original author: Frederic Peters <fpeters@0d.be>
Date: 2008-03-10 10:33:00.592000+01:00
|
| |
|
|
|
|
|
|
| |
merging benjamin branch
Original author: Frederic Peters <fpeters@0d.be>
Date: 2008-03-09 16:28:28.854000+01:00
|
| |
|
|
|
|
|
| |
ship files required for tests/
Original author: Frederic Peters <fpeters@0d.be>
Date: 2008-02-28 09:43:31.229000+01:00
|
| |
|
|
|
|
|
| |
benjamin branch
Original author: Frederic Peters <fpeters@0d.be>
Date: 2008-02-25 13:13:34.475000+01:00
|
| |
|
|
|
|
|
| |
merging benjamin branch
Original author: Frederic Peters <fpeters@0d.be>
Date: 2008-02-22 10:36:56.421000+01:00
|
| |
|
|
|
|
|
|
| |
com_entrouvert_lasso_LassoJNI.h is built
Original author: Frederic Peters <fpeters@0d.be>
Date: 2008-02-18 09:55:19.662000+01:00
|
| |
|
|
|
|
|
|
| |
distribute GObject.java and LassoException_top.java, and fixed distcheck
Original author: Frederic Peters <fpeters@0d.be>
Date: 2008-02-17 16:44:39.322000+01:00
|
|
|
merged Benjamin branch
Original author: Frederic Peters <fpeters@0d.be>
Date: 2008-02-17 12:55:57.088000+01:00
|