summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-24backends: maemo: fix syntax error and automakeHEADmasterMerlijn Wajer2-3/+3
2021-03-21autotools, NEWS: SyncEvolution 2.0.0Patrick Ohly2-1/+24
2021-03-21log2html.py: support writing UTF-8 to stdoutPatrick Ohly1-2/+3
2021-03-21Revert "C++: instantiate some templates once in libsyncevolution"Patrick Ohly2-13/+0
2021-02-061.99.2 pre-releasePatrick Ohly1-1/+1
2021-02-06C++: better types for loop variablesPatrick Ohly20-33/+33
2021-02-06test: prefer more recent D-Bus configPatrick Ohly1-1/+1
2021-02-06GTK UI: avoid G_TYPE_INSTANCE_GET_PRIVATEPatrick Ohly2-6/+6
2021-02-06test: remove unchecked dynamic castPatrick Ohly1-2/+2
2021-02-06gnome: remove libsecret include hackPatrick Ohly1-2/+0
2021-02-06akonadi: avoid link error on Fedora RawhidePatrick Ohly1-1/+1
2021-01-24build: boost::placeholdersMilan Crha6-19/+19
2020-12-28.github: mirror from gitlab.freedesktop.orgPatrick Ohly1-0/+27
2020-12-28test: refresh valgrind suppressionsPatrick Ohly2-7440/+26
2020-12-22GTK3 sync-ui: drop dependency on libuniquePatrick Ohly1-98/+21
2020-12-22test: drop useless "set -x"Patrick Ohly1-2/+3
2020-12-22build: only link against libcppunit if neededPatrick Ohly1-2/+8
2020-12-22build: stop building useless KDE debPatrick Ohly1-1/+2
2020-12-22sys.supp: more general gnutls_x509_trust_list_add_trust_filePatrick Ohly1-1/+0
2020-12-191.99.1 pre-releasePatrick Ohly1-1/+1
2020-12-18tde: fix "make dist" issuePatrick Ohly1-4/+14
2020-12-17sys.supp: add gnutls_x509_trust_list_add_trust_filePatrick Ohly1-0/+27
2020-12-06tdepim: various changesdeloptes14-482/+117
2020-12-05OBEX: additional debug outputPatrick Ohly1-1/+5
2020-12-05EDS: avoid dead code warnings when disabledPatrick Ohly2-0/+4
2020-12-05build: avoid deprecation warningPatrick Ohly1-1/+5
2020-12-05test: fix compiler warning about return code of symlinkPatrick Ohly1-2/+4
2020-12-05EDS: EDS 3.33.2, libecal 2.0 supportMilan Crha6-27/+356
2020-12-05SyncSource.h: fix compiler warningPatrick Ohly1-0/+1
2020-12-05c++: add missing va_endPatrick Ohly1-0/+1
2020-12-05c++: avoid slicing exceptionPatrick Ohly2-4/+4
2020-12-05gdbus: replace helper class with normal glib classesPatrick Ohly5-220/+20
2020-12-05C++: automatically determine iterator typesPatrick Ohly41-121/+119
2020-12-05C++: instantiate some templates once in libsyncevolutionPatrick Ohly2-0/+13
2020-12-05util.h: remove unused ToString()Patrick Ohly2-12/+2
2020-12-05C++: avoid NULLPatrick Ohly117-897/+897
2020-12-05C++: replace BOOST_TYPEOFPatrick Ohly3-11/+6
2020-12-05C++: remove more boost headers (tuple, assign, utility)Patrick Ohly17-82/+65
2020-12-05C++: replace pcrecpp with std::regexPatrick Ohly21-152/+240
2020-12-05C++: avoid boost::scope_ptr/array and plain pointersPatrick Ohly35-377/+288
2020-12-05src/async.patch: remove obsolete patchPatrick Ohly1-532/+0
2020-12-05C++: replace boost::shared_ptr, boost::function, boost::bindPatrick Ohly154-3775/+3272
2020-12-05C++: avoid "using namespace std"Patrick Ohly25-328/+305
2020-12-05C++: simpler for loopsPatrick Ohly64-531/+463
2020-12-05C++: lambdas instead of static methodsPatrick Ohly10-178/+135
2020-12-05C++: more modern timeout.hPatrick Ohly1-44/+44
2020-12-05C++: variadic connectSignal()Patrick Ohly3-133/+54
2020-12-05C++: variadic templates in D-Bus bindingsPatrick Ohly27-3471/+513
2020-12-05SyncSource.h: variadic templatesPatrick Ohly1-381/+31
2020-12-05C++: use lambdas instead of boost::lambda, std::exception_ptrPatrick Ohly9-225/+111