| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Started to bind class LassoIsInteractionRequest to process it in interaction ↵ | Nicolas Clapies | 2005-01-13 | 1 | -0/+79 | |
| | | | | | profile service class. | |||||
| * | don't pass prefix to install-perl | Frederic Peters | 2005-01-13 | 1 | -1/+1 | |
| | | ||||||
| * | Removed class LassoAbstractService. | Nicolas Clapies | 2005-01-13 | 3 | -173/+0 | |
| | | ||||||
| * | Swig PHP: Added test to accept NULL for dynamic arguments. | Emmanuel Raviart | 2005-01-13 | 2 | -8/+99 | |
| | | ||||||
| * | Added program to test PHP binding. | Emmanuel Raviart | 2005-01-13 | 1 | -0/+199 | |
| | | ||||||
| * | Corrected patch to SWIG PHP output. | Emmanuel Raviart | 2005-01-13 | 1 | -4/+1 | |
| | | ||||||
| * | safe against unfound strings | Frederic Peters | 2005-01-13 | 2 | -0/+5 | |
| | | ||||||
| * | Swig PHP: Corrected LassoNode conversion for input arguments. | Emmanuel Raviart | 2005-01-13 | 1 | -2/+2 | |
| | | ||||||
| * | Fixed error in xmlNewNs() call : first param must be xmlnode instead of NULL. | Nicolas Clapies | 2005-01-13 | 1 | -1/+1 | |
| | | ||||||
| * | Removed pp_msg_contact.c pp_msg_contact.h. | Nicolas Clapies | 2005-01-13 | 1 | -2/+0 | |
| | | ||||||
| * | Removed LassoPPMsgContact class. Updated binding too.lasso/xml/Makefile.am | Nicolas Clapies | 2005-01-13 | 3 | -283/+0 | |
| | | ||||||
| * | Removed specific class LassoPersonalProfileService. Added generic web ↵ | Nicolas Clapies | 2005-01-13 | 5 | -264/+256 | |
| | | | | | service class LassoProfileService. | |||||
| * | PHP Binding: Added support for NULL return value. | Emmanuel Raviart | 2005-01-13 | 3 | -44/+113 | |
| | | ||||||
| * | removed uncommited profile_service.[ch] from Makefile.am | Frederic Peters | 2005-01-12 | 1 | -2/+0 | |
| | | ||||||
| * | Added support of interaction profile service. | Nicolas Clapies | 2005-01-12 | 1 | -0/+4 | |
| | | ||||||
| * | Started to implement interaction service profile. | Nicolas Clapies | 2005-01-12 | 2 | -0/+221 | |
| | | ||||||
| * | Added lasso_*_new_from_message() method to rebuild objects from xml dump. | Nicolas Clapies | 2005-01-12 | 4 | -0/+28 | |
| | | ||||||
| * | forgotten commit of new is* classes to Makefile.am. | Frederic Peters | 2005-01-12 | 1 | -0/+24 | |
| | | ||||||
| * | removed unused variable | Frederic Peters | 2005-01-12 | 1 | -1/+0 | |
| | | ||||||
| * | moved errors.[ch] up; as requested. | Frederic Peters | 2005-01-12 | 6 | -8/+6 | |
| | | ||||||
| * | Added low level classes for interaction service specification. | Nicolas Clapies | 2005-01-12 | 24 | -0/+2197 | |
| | | ||||||
| * | Added name space constant for interaction service. Added interaction rule ↵ | Nicolas Clapies | 2005-01-12 | 1 | -0/+8 | |
| | | | | | constants for interaction service UserInteraction element. | |||||
| * | remove duplicate declaration of namespace (bug#398) | Frederic Peters | 2005-01-12 | 3 | -4/+7 | |
| | | ||||||
| * | Swig: Removed attribute responseStatus (now private). Corrected LassoProfile | Emmanuel Raviart | 2005-01-12 | 1 | -53/+71 | |
| | | | | | | request and response attributes. Corrected handling of NULL pointers in dynamic casting. | |||||
| * | Added Python tests for XML lists and nodes inside nodes. | Emmanuel Raviart | 2005-01-12 | 1 | -0/+72 | |
| | | ||||||
| * | sync documentation sections with current functions | Frederic Peters | 2005-01-12 | 2 | -15/+1 | |
| | | ||||||
| * | made lasso_profile_set_response_status into a private function | Frederic Peters | 2005-01-12 | 7 | -5/+48 | |
| | | ||||||
| * | removed lasso_check_version_exact and lasso_check_version macros; renamed | Frederic Peters | 2005-01-12 | 2 | -40/+17 | |
| | | | | | lasso_check_version_ext to lasso_check_version. | |||||
| * | install and uninstall correctly files (distcheck once again ok) | Frederic Peters | 2005-01-12 | 3 | -4/+6 | |
| | | ||||||
| * | added a new bunch of files to ignore | Frederic Peters | 2005-01-12 | 1 | -0/+13 | |
| | | ||||||
| * | replaced malloc by strdup; that was stupid. | Frederic Peters | 2005-01-12 | 1 | -1/+1 | |
| | | ||||||
| * | no longer allows NULL to get the first known remote provider id | Frederic Peters | 2005-01-12 | 2 | -6/+2 | |
| | | ||||||
| * | define check variables | Frederic Peters | 2005-01-12 | 1 | -0/+4 | |
| | | ||||||
| * | don't use am_path_check since it fails when check is not available (while it | Frederic Peters | 2005-01-12 | 1 | -3/+3 | |
| | | | | | should continue and disable the test suite) | |||||
| * | added support for SNIPPET_OPTIONAL (for use with SNIPPET_INTEGER or | Frederic Peters | 2005-01-12 | 2 | -2/+5 | |
| | | | | | SNIPPET_BOOLEAN) (not that really tested) | |||||
| * | updated list of java swig generated files | Frederic Peters | 2005-01-12 | 1 | -3/+2 | |
| | | ||||||
| * | Python: Added tests for list of nodes. | Emmanuel Raviart | 2005-01-12 | 1 | -0/+52 | |
| | | ||||||
| * | use snippts in #LassoProvider and #LassoServer | Frederic Peters | 2005-01-12 | 2 | -61/+47 | |
| | | ||||||
| * | Corrected SWIG PHP output patch to be pre-C99 compatible. | Emmanuel Raviart | 2005-01-11 | 1 | -15/+4 | |
| | | ||||||
| * | Swig: Cancel a %newobject getitem, because a %newobject getitem applies to | Emmanuel Raviart | 2005-01-11 | 1 | -0/+3 | |
| | | | | | | every method getitem in every classes below. This caused an "interesting" memory handling bug. | |||||
| * | Beginning to add binding specific tests. The objective is to port these | Emmanuel Raviart | 2005-01-11 | 1 | -6/+84 | |
| | | | | | | tests to every binding. Discovered a binding bug in list handling. | |||||
| * | homogenous quoting for "x" comparisons | Frederic Peters | 2005-01-11 | 1 | -12/+12 | |
| | | ||||||
| * | even more files to ignore | Frederic Peters | 2005-01-11 | 1 | -0/+3 | |
| | | ||||||
| * | include new java files (note that I also modified the buildbox, it was not | Frederic Peters | 2005-01-11 | 2 | -1/+20 | |
| | | | | | checking lasso.jar file, it does now and will therefore fail, too bad) | |||||
| * | documented lasso_node_get_xmlNode | Frederic Peters | 2005-01-10 | 1 | -1/+11 | |
| | | ||||||
| * | Reserved space for private_data expansion, so it will be possible to maintain | Frederic Peters | 2005-01-10 | 7 | -4/+41 | |
| | | | | | | ABI compatibility if changes are needed. Documented some functions (and switched some destroy to use lasso_node_destroy). | |||||
| * | integrate patch_swig_output.py in PHP swig module build process | Frederic Peters | 2005-01-10 | 1 | -0/+2 | |
| | | ||||||
| * | changed php swig patch script to use stdin and stdout | Frederic Peters | 2005-01-10 | 1 | -6/+4 | |
| | | ||||||
| * | Swig: Added a patch to PHP, so that it handles correctly dynamic cast of | Emmanuel Raviart | 2005-01-09 | 2 | -0/+158 | |
| | | | | | | function results. [Note: Patch is not integrated in Makefile.am.] | |||||
| * | fixed comment about gcc 2.95 | Frederic Peters | 2005-01-09 | 1 | -1/+1 | |
| | | ||||||
