summaryrefslogtreecommitdiffstats
path: root/bindings/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* [Bindings] accept simple string in string<->xmlNode converterBenjamin Dauvergne2010-06-291-1/+2
| | | | | | | | | | Some use case ask for passing simple libxml content node (i.e just an UTF-8 string) when a method argument or a field of the xmlNode* type. This commit add a static method in bindings/utils.c named lasso_string_fragment_to_xmlnode which does this transform by trying to parse an XML document then by trying to parse a well balanced XML fragment of only one node (if there is more than one node such as in the string " xxx <tag/> yyy ", we free the node list and return NULL).
* Bindings: add a new perl binding using the new binding infrastructureBenjamin Dauvergne2010-01-251-0/+3
| | | | | | | | | | | | | | | | * XS files is autogenerated using bindings/binding.py model of the Lasso API. All constants are in the Lasso::Constants package, the LASSO_ prefix is removed. All classes are now Lasso::ClassName, field accessor also serves as setters, i.e you can do this: $name_id = Lasso::Saml2NameID::new(); $name_id->content('coin'); print $name_id->content; Is still missing: - a lot of test files, - support for hashtables, - and throwing exceptions when return code is non-zero.
* * Select bindings in bindings/Makefile not in bindings/*/Makefile.Benjamin Dauvergne2008-09-121-1/+10
|
* Remove moved files from EXTRA_DISTBenjamin Dauvergne2008-08-051-12/+0
|
* add Makefile.in to MAINTAINERCLEANFILES in every Makefile.amBenjamin Dauvergne2008-05-271-0/+1
|
* clean *.pyc files in the bindingsBenjamin Dauvergne2008-05-271-0/+4
|
* [project @ fpeters@0d.be-20080410163456-r6a9flm66nhyap6m]Frederic Peters2008-04-291-1/+3
| | | | | | | | | Merge from bdauvergne: factorize the backward compatibility code for GHashTable, fixed placement of declarations. Original author: Frederic Peters <fpeters@0d.be> Date: 2008-04-10 18:34:56.595000+02:00
* [project @ fpeters@0d.be-20080314231256-hjz1wljuqrcbuce3]Frederic Peters2008-04-291-1/+2
| | | | | | | | merging benjamin branch Original author: Frederic Peters <fpeters@0d.be> Date: 2008-03-15 00:12:56.228000+01:00
* [project @ fpeters@0d.be-20080218085509-t0oktx26t3v393pw]Frederic Peters2008-04-291-0/+3
| | | | | | | added missing java files to distributed files Original author: Frederic Peters <fpeters@0d.be> Date: 2008-02-18 09:55:09.987000+01:00
* [project @ fpeters@0d.be-20080217115557-8qtcrc1vzb75f75c]Frederic Peters2008-04-291-1/+1
| | | | | | | | merged Benjamin branch Original author: Frederic Peters <fpeters@0d.be> Date: 2008-02-17 12:55:57.088000+01:00
* [project @ fpeters@0d.be-20071120151830-wdnobbexiv300ibb]Frederic Peters2008-04-291-0/+12
| | | | | | | | | fixed some make distcheck issues (still remaining is access to test data when srcdir != builddir) Original author: Frederic Peters <fpeters@0d.be> Date: 2007-11-20 16:18:30.814000+01:00
* [project @ fpeters@0d.be-20071028140359-qhawdgrwjhk97y32]Frederic Peters2008-04-291-0/+2
added Makefile.am files; to integrate within lasso build tree (under a bindings/ directory), this also requires to add those three lines to configure.ac AC_OUTPUT: bindings/Makefile bindings/python/Makefile bindings/php5/Makefile also changed generation script to output files in the current directory Original author: Frederic Peters <fpeters@0d.be> Date: 2007-10-28 15:03:59.480000+01:00