aboutsummaryrefslogtreecommitdiffstats
path: root/libical/examples
Commit message (Collapse)AuthorAgeFilesLines
* Remove libical from this tree, it resides in e-d-s now.JP Rosevear2003-11-1911-1002/+0
| | | | svn path=/trunk/; revision=23417
* Fixed INCLUDES and don't autogenerate ical.h, no need to. Plus it causedJeffrey Stedfast2003-10-107-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-10-09 Jeffrey Stedfast <fejj@ximian.com> * src/libical/Makefile.am: Fixed INCLUDES and don't autogenerate ical.h, no need to. Plus it caused problems anyways. * src/libical/*.[c,h]: Fixed the #includes * src/libicalss/Makefile.am: Fixed INCLUDES and don't autogenerate icalss.h, no need to. Plus it caused problems anyways. * src/libicalss/*.[c,h]: Fixed the #includes * tests/*.c: #include <libical/ical.h> rather than "ical.h" * tests/Makefile.am: Fixed INCLUDES * examples/*.c: #include <libical/ical.h> rather than "ical.h" * examples/Makefile.am: Fixed INCLUDES * src/libicalvcal/icalvcal.h: #include <libical/ical.h> which is no longer autogenerated. * src/libicalvcal/icalvcal.c (icalvcal_convert_with_defaults): Use the proper macro names from config.h svn path=/trunk/; revision=22844
* ignore Makefile.inJeffrey Stedfast2003-09-271-0/+1
| | | | svn path=/trunk/; revision=22723
* libical.la -> libical-evolution.laHans Petter Jansson2003-09-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-09-22 Hans Petter Jansson <hpj@ximian.com> * calendar/cal-util/Makefile.am (libical_util_la_LIBADD): libical.la -> libical-evolution.la * calendar/importers/Makefile.am (libevolution_calendar_importers_la_LIBADD): libicalvcal.la -> libicalvcal-evolution.la * shell/Makefile.am (evolution_LDADD): libical.la -> libical-evolution.la * libical/configure.in: Require flex 2.5.31 and add a test for it. Rename WITH_CXX conditional to WITH_CXX_BINDINGS. * libical/examples/Makefile.am (doesnothing_LDADD): Add -evolution to lib names. * libical/src/test/Makefile.am: WITH_CXX -> WITH_CXX_BINDINGS. Add -evolution to lib names. * libical/src/test/regression.c (main): WITH_CXX -> WITH_CXX_BINDINGS. * libical/src/libicalcap/Makefile.am: Add -evolution to lib names. Install to Evolution's priv dirs. * libical/src/libicalvcal/Makefile.am: Ditto. * libical/src/libical/Makefile.am: WITH_CXX -> WITH_CXX_BINDINGS. Add -evolution to lib names. Install in privlibdir. Install includes to $(privincludedir)/libical. * libical/src/libicalss/Makefile.am: Ditto. * libical/src/libicalss/icalsslexer.l: Replace option reentrant-bison with reentrant and bison-bridge. Use new Flex variable names. * libical/src/libical/icallexer.l: * libical/src/libical/icalyacc.y: * libical/src/libicalss/icalsslexer.c: * libical/src/libicalss/icalssyacc.c: * libical/src/libicalss/icalssyacc.h: Removed from repository. svn path=/trunk/; revision=22633
* Import new libical from mainline HEAD and make appropriate changes toHans Petter2003-09-127-9/+377
| | | | | | Evolution. svn path=/trunk/; revision=22538
* Removing autogenerated filesJP Rosevear2001-04-181-341/+0
| | | | | | | | 2001-04-17 JP Rosevear <jpr@ximian.com> * Removing autogenerated files svn path=/trunk/; revision=9421
* Initial revisionJP Rosevear2001-04-181-0/+341
| | | | svn path=/trunk/; revision=9413
* Import clean upJP Rosevear2001-01-242-3/+5
| | | | svn path=/trunk/; revision=7751
* This commit was generated by cvs2svn to compensate for changes in r7747,JP Rosevear2001-01-242-10/+6
| | | | | | which included commits to RCS files with non-trunk default branches. svn path=/trunk/; revision=7748
* More fixage - FedericoFederico Mena Quintero2000-12-121-1/+1
| | | | svn path=/trunk/; revision=6939
* Fix fucking CVS conflicts because fucking CVS is a fucking big doofus - FedericoFederico Mena Quintero2000-12-121-3/+2
| | | | svn path=/trunk/; revision=6920
* This commit was generated by cvs2svn to compensate for changes in r6917,Federico Mena Quintero2000-12-124-37/+33
| | | | | | which included commits to RCS files with non-trunk default branches. svn path=/trunk/; revision=6918
* Kill old fileJP Rosevear2000-09-011-0/+5
| | | | | | | | | | | | | | | | 2000-08-31 JP Rosevear <jpr@helixcode.com> * src/pvl/Makefile: Kill old file * src/test/usecases.c: Kill old file * src/test/.cvsignore: Update * src/libicalvcal/.cvsignore: Update * examples/.cvsignore: Shut up svn path=/trunk/; revision=5144
* builddir != srcdir fixes.Ettore Perazzoli2000-08-271-1/+1
| | | | svn path=/trunk/; revision=5063
* Got rid of some warnings.Christopher James Lahey2000-08-261-0/+1
| | | | | | | | | | | 2000-08-25 Christopher James Lahey <clahey@helixcode.com> * examples/access_properties_and_parameters.c, src/libicalvcal/vcc.y: Got rid of some warnings. * src/libicalvcal/vcc.c: Checking in generated C file. svn path=/trunk/; revision=5059
* More import tidying.JP Rosevear2000-08-251-301/+0
| | | | svn path=/trunk/; revision=5023
* Initial revisionJP Rosevear2000-08-257-0/+935
svn path=/trunk/; revision=5011