summaryrefslogtreecommitdiffstats
path: root/lasso/lasso.c
Commit message (Collapse)AuthorAgeFilesLines
* get away from G_LOG_LEVEL_ERROR since they cause abort()Frederic Peters2004-08-141-5/+5
|
* Moved '#include <lasso/lasso_config.h> into lasso.cValery Febvre2004-08-041-0/+1
| | | | Added also in py_lasso.c
* Added a missing #includeValery Febvre2004-07-301-0/+1
|
* use message functions to show message (fix #217)Frederic Peters2004-07-251-5/+5
|
* Added 2 missing #include (for xmlsec)Valery Febvre2004-07-241-0/+3
|
* Migrated windows.h inclusion from lasso.c to lasso.h.Romain Chantereay2004-07-231-1/+0
|
* Added Nicolas to authors.Emmanuel Raviart2004-07-221-1/+2
|
* C (before C99) didn't allow // as comments; trying to be kindFrederic Peters2004-07-211-3/+3
|
* Added Cygwin/Windows compilation support.Romain Chantereay2004-07-161-0/+29
| | | | | | | | | | | | | | Now: just: ./autogen --hots=i686-pc-mingw32 make make dll make install dll Of course you will need to install the dependencies libraries in /usr/local in order to compile. And next the DLL in Windows %SYSTEM% directory.
* replaced C++ // comments with C /* */ comments before we fall on a pre-C99Frederic Peters2004-07-151-3/+3
| | | | compiler.
* *** empty log message ***Valery Febvre2004-07-081-3/+3
|
* Many many memory leaks fixedValery Febvre2004-05-151-1/+1
|
* *** empty log message ***Valery Febvre2004-04-131-10/+14
|
* Fct lasso_shutdown() now return int values.Valery Febvre2004-04-021-2/+10
|
* Initial revisionValery Febvre2004-03-231-0/+144