summaryrefslogtreecommitdiffstats
path: root/perl
Commit message (Collapse)AuthorAgeFilesLines
* add functionality to enable debugging flags at runtimeBenjamin Dauvergne2008-10-011-2/+0
| | | | | | | | | | | | | | | | | | | | | | 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.
* fixed various bugs with new compilation flagsDamien Laniel2008-09-161-1/+1
|
* * Add options when DEBUGGING is activated, i.e. to permit compiling when ↵Benjamin Dauvergne2008-09-121-1/+6
| | | | | | -Werror is used. It removes some of the warning for code we do not control.
* forked lasso branch for adelineBenjamin Dauvergne2008-08-011-2/+1
|
* add Makefile.in to MAINTAINERCLEANFILES in every Makefile.amBenjamin Dauvergne2008-05-271-1/+1
|
* surround parameter with quotes permitting filename with spacesBenjamin Dauvergne2008-05-271-1/+1
|
* Make Makefile.PL use TOP_SRCDIR and TOP_BUILDDIR variablesBenjamin Dauvergne2008-05-262-2/+3
|
* fix INCLUDES, remove obsolete JDK_INCLUDES definitionBenjamin Dauvergne2008-05-261-7/+7
|
* updated Copyright dates in remaining filesDamien Laniel2007-05-301-1/+1
|
* fixed usage of constant strings in Perl bindingFrederic Peters2007-04-041-2/+2
|
* Helps building outside srcdirFrederic Peters2006-03-211-1/+1
|
* swig files were split, dependencies needed to be updatedFrederic Peters2005-09-271-2/+2
|
* fixed usage of DESTDIR and PREFIXFrederic Peters2005-05-181-1/+1
|
* perl now installs and uninstalls correctly (with thanks to p.g.o)Frederic Peters2005-05-171-3/+8
|
* Updated Copyright and authors.Emmanuel Raviart2005-01-221-1/+1
|
* SWIG: Renamed constants from camelCase to UPPER_CASE.Emmanuel Raviart2005-01-221-4/+4
|
* Extracted the inheritance of nodes from SWIG in a separate file, to removeEmmanuel Raviart2005-01-171-1/+2
| | | | | | its duplication in Lasso.i. Reorganized Lasso.i.
* SWIG: Renamed getitem to getItem. Idem for setitem.Emmanuel Raviart2005-01-151-66/+72
| | | | | Java: Added a third binding test. PHP: Corrected header of binding test.
* Updated authors.Emmanuel Raviart2005-01-151-1/+24
| | | | | | Changed authors & copyright in SWIG and unit tests headers. Extracted binding_tests.py from profiles_tests.py, so that each language has a binding specific test.
* Corrected Perl binding and added test program.Emmanuel Raviart2005-01-141-0/+229
|
* don't pass prefix to install-perlFrederic Peters2005-01-131-1/+1
|
* install and uninstall correctly files (distcheck once again ok)Frederic Peters2005-01-121-2/+2
|
* fixed maintainer-clean target for Perl bindingFrederic Peters2005-01-081-9/+9
|
* makefile perl magic to get distcheck running (disabled installation)Frederic Peters2005-01-041-6/+14
|
* more perl files to ignoreFrederic Peters2005-01-031-0/+6
|
* use choosen CC and CFLAGS when compiling the perl moduleFrederic Peters2005-01-022-1/+3
|
* Perl module builds and links correctly.Frederic Peters2005-01-022-4/+29
|
* building the perl bindingFrederic Peters2005-01-022-1/+59
|
* first step to perl bindings (they still need to be compiled and installedFrederic Peters2005-01-022-0/+22
correctly)