summaryrefslogtreecommitdiffstats
path: root/perl
Commit message (Collapse)AuthorAgeFilesLines
* 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)