| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bindings: remove all SWIG bindings and SWIG related files | Benjamin Dauvergne | 2010-01-25 | 1 | -231/+0 |
| | | |||||
| * | add Makefile.in to MAINTAINERCLEANFILES in every Makefile.am | Benjamin Dauvergne | 2008-05-27 | 1 | -1/+1 |
| | | |||||
| * | fix INCLUDES, remove obsolete JDK_INCLUDES definition | Benjamin Dauvergne | 2008-05-26 | 1 | -3/+2 |
| | | |||||
| * | add -fno-strict-aliasing to CFLAGS to remove bad code genereation on amd64 ↵ | Benjamin Dauvergne | 2008-05-26 | 1 | -2/+2 |
| | | | | | and warnings on all platforms | ||||
| * | re-add swig/java binding to makefile, make it use the JAVA_INCLUDE path, ↵ | Benjamin Dauvergne | 2008-05-23 | 1 | -2/+2 |
| | | | | | JDK_INCLUDES does not exist | ||||
| * | added missing Saml2AttributeValue.java to distributed files | Frederic Peters | 2008-02-17 | 1 | -0/+1 |
| | | |||||
| * | removed obsolete file from Makefile.am | Frederic Peters | 2008-02-17 | 1 | -1/+0 |
| | | |||||
| * | removed LassoSignatureType | Frederic Peters | 2007-08-21 | 1 | -1/+0 |
| | | |||||
| * | updated with current list of swig generated files | Frederic Peters | 2007-08-13 | 1 | -15/+18 |
| | | |||||
| * | tarball have to ship two new Java file | Frederic Peters | 2006-12-08 | 1 | -0/+2 |
| | | |||||
| * | Helps building outside srcdir | Frederic Peters | 2006-03-21 | 1 | -1/+1 |
| | | |||||
| * | updated generated java files list | Frederic Peters | 2006-03-06 | 1 | -19/+101 |
| | | |||||
| * | swig files were split, dependencies needed to be updated | Frederic Peters | 2005-09-27 | 1 | -3/+2 |
| | | |||||
| * | Replaced ProfileService.java by DataService.java | Nicolas Clapies | 2005-08-25 | 1 | -1/+1 |
| | | |||||
| * | bring wsf files on make dist | Frederic Peters | 2005-05-25 | 1 | -2/+62 |
| | | |||||
| * | Fix a syntax error only reported by MSVC. | Romain Chantereay | 2005-02-16 | 1 | -0/+3 |
| | | | | | Create a void pointer in an empty structure declaration. | ||||
| * | doesn't mention wsf files for now; a better solution will be devised in time | Frederic Peters | 2005-01-30 | 1 | -14/+6 |
| | | |||||
| * | Added binding for saml:AttributeValue. | Emmanuel Raviart | 2005-01-29 | 1 | -1/+1 |
| | | | | | Corrected use of constant LASSO_WSF_ENABLED in binding. | ||||
| * | every morning I distcheck and fix java and csharp classes; oh yeah. | Frederic Peters | 2005-01-26 | 1 | -31/+29 |
| | | |||||
| * | updated swig generated file list | Frederic Peters | 2005-01-25 | 1 | -32/+31 |
| | | |||||
| * | fixed DowncastableNode.java filename | Frederic Peters | 2005-01-25 | 1 | -1/+1 |
| | | |||||
| * | Extracted the inheritance of nodes from SWIG in a separate file, to remove | Emmanuel Raviart | 2005-01-17 | 1 | -1/+2 |
| | | | | | | | its duplication in Lasso.i. Reorganized Lasso.i. | ||||
| * | SWIG: Added support for dynamic casting in Java. It works, but it has been | Emmanuel Raviart | 2005-01-17 | 1 | -1/+1 |
| | | | | | | only implemented for SamlpRequestAbstract. It will soon be generalized to LassoNode. | ||||
| * | updated list of java swig generated files | Frederic Peters | 2005-01-12 | 1 | -3/+2 |
| | | |||||
| * | include new java files (note that I also modified the buildbox, it was not | Frederic Peters | 2005-01-11 | 1 | -1/+8 |
| | | | | | checking lasso.jar file, it does now and will therefore fail, too bad) | ||||
| * | Renamed NodeArray (resp. StringArray) to NodeList (resp. StringList). | Emmanuel Raviart | 2005-01-08 | 1 | -2/+2 |
| | | |||||
| * | updated swig generated java files list to have a working make distcheck | Frederic Peters | 2005-01-03 | 1 | -10/+25 |
| | | |||||
| * | don't use $< since it fails with BSD make. | Frederic Peters | 2004-12-29 | 1 | -1/+2 |
| | | |||||
| * | Commited Nicolas SWIG binding for WSF since he is on vacation. | Frederic Peters | 2004-12-23 | 1 | -1/+1 |
| | | |||||
| * | Updated list of files generated by SWIG in C# and Java bindings; fixed PHP | Frederic Peters | 2004-12-21 | 1 | -11/+9 |
| | | | | | | Makefile.am; use $(srcdir) to get correct directory in code generation python scrips. make distcheck works after that. | ||||
| * | Isolated CFLAGS to be used when compiling Lasso in LASSO_CORE_CFLAGS; don't use | Frederic Peters | 2004-12-17 | 1 | -2/+2 |
| | | | | | | those when compiling tests in order to catch errors in headers. Also moved a few things in header files; need more thinking about that. | ||||
| * | merged late 0.5 changes to java/ and csharp/ Makefile.am | Frederic Peters | 2004-11-22 | 1 | -1/+5 |
| | | |||||
| * | Add windows linker --add-stdcall-alias in order to permit failsafe use of DLLs. | Romain Chantereay | 2004-09-07 | 1 | -1/+2 |
| | | |||||
| * | Another way to test, ugly, but safe. | Romain Chantereay | 2004-09-07 | 1 | -4/+9 |
| | | |||||
| * | Ok, now a module undex Win32, and a lib under Linux (and other OS). | Romain Chantereay | 2004-09-07 | 1 | -0/+4 |
| | | |||||
| * | Now module is a module. | Romain Chantereay | 2004-09-07 | 1 | -5/+5 |
| | | |||||
| * | Now, we use the detected JAR program instead of an harcoded 'jar' command. | Romain Chantereay | 2004-09-06 | 1 | -1/+1 |
| | | |||||
| * | Added new object Assertion to C# & Java bindings. | Emmanuel Raviart | 2004-09-04 | 1 | -1/+2 |
| | | |||||
| * | Corrected Java. | Emmanuel Raviart | 2004-09-04 | 1 | -1/+2 |
| | | |||||
| * | things were overcomplicated; simplify a bit (for example the DEPDIR dirty | Frederic Peters | 2004-09-02 | 1 | -32/+19 |
| | | | | | | things was necessary because variables were overused; ask me for details if you want) | ||||
| * | SWIG high-level binding now uses camelCase. | Emmanuel Raviart | 2004-08-29 | 1 | -26/+10 |
| | | | | | | | | | | Updated SWIG binding to support Java high-level classes. Simplified java/Makefile.am (but now, it needs to be reworked by an autotools expert). ColdFusion simple Java test compiles ok. | ||||
| * | SWIG should now generate a high-level binding with classes, so I have | Emmanuel Raviart | 2004-08-29 | 1 | -1/+1 |
| | | | | | removed the -noproxy option. | ||||
| * | Removed SWIG Lasso.c file. | Emmanuel Raviart | 2004-08-27 | 1 | -2/+2 |
| | | | | | Added a Python test for defederation (currently it aborts). | ||||
| * | Cleaned a little the automake files. | Romain Chantereay | 2004-08-23 | 1 | -7/+9 |
| | | | | | | | | | Proper use of $(top_srcdir). Proper use of $DEPDIR. Added $(top_srcdir)/swig/Lasso.c to java shared object compilation. | ||||
| * | The local clean rule now remove the package sub directory (com). | Romain Chantereay | 2004-08-20 | 1 | -1/+2 |
| | | | | | | | The dirty rule now have a little goldy spray that test the existence of the com/entrouvert/lasso/lasso.java source file before trying to copy it from the distribution. | ||||
| * | Removed an useless inclusion directory. | Romain Chantereay | 2004-08-20 | 1 | -3/+5 |
| | | | | | | Coded mechanisms in order to permit distcheck to work cleanly. It is a little dirty, but... Perphas using libtool facilities. | ||||
| * | cleaned Makefile.am (I'm curious about the NULL= idiom; where did it come ↵ | Frederic Peters | 2004-08-20 | 1 | -39/+23 |
| | | | | | from ?) | ||||
| * | errors propagate; fixes follow them. | Frederic Peters | 2004-08-20 | 1 | -1/+1 |
| | | |||||
| * | Also look for include files in top_src_dir/lasso. As for the python binding. | Frederic Peters | 2004-08-20 | 1 | -1/+1 |
| | | | | | | I actually think this is a bug; why should lasso_wrap.c include lasso.h and not <lasso/lasso.h> ? | ||||
| * | include top source dir | Frederic Peters | 2004-08-20 | 1 | -1/+1 |
| | | |||||
