summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-01-31C++: automatically determine iterator typescxx-futurePatrick Ohly41-121/+119
2018-01-31C++: instantiate some templates once in libsyncevolutionPatrick Ohly2-0/+13
2018-01-31util.h: remove unused ToString()Patrick Ohly2-12/+2
2018-01-30C++: avoid NULLPatrick Ohly117-900/+900
2018-01-30C++: replace BOOST_TYPEOFPatrick Ohly3-11/+6
2018-01-30C++: remove more boost headers (tuple, assign, utility)Patrick Ohly17-82/+65
2018-01-30C++: replace pcrecpp with std::regexPatrick Ohly21-152/+240
2018-01-30C++: avoid boost::scope_ptr/array and plain pointersPatrick Ohly35-377/+288
2018-01-29src/async.patch: remove obsolete patchPatrick Ohly1-532/+0
2018-01-29C++: replace boost::shared_ptr, boost::function, boost::bindPatrick Ohly154-3755/+3252
2018-01-29C++: avoid "using namespace std"Patrick Ohly25-328/+305
2018-01-29C++: simpler for loopsPatrick Ohly64-532/+464
2018-01-29C++: lambdas instead of static methodsPatrick Ohly10-178/+135
2018-01-29C++: more modern timeout.hPatrick Ohly1-44/+44
2018-01-29C++: variadic connectSignal()Patrick Ohly3-133/+54
2018-01-29C++: variadic templates in D-Bus bindingsPatrick Ohly27-3471/+513
2018-01-29SyncSource.h: variadic templatesPatrick Ohly1-381/+31
2018-01-29C++: use lambdas instead of boost::lambda, std::exception_ptrPatrick Ohly9-227/+109
2018-01-29syncevo-dbus-server: remove virtual address book featurePatrick Ohly34-14576/+0
2018-01-29gdbus: remove old libdbus-based implementationPatrick Ohly21-8752/+3
2018-01-29connection.cpp: better check for obex-bt:// URLsPatrick Ohly1-1/+1
2018-01-29installcheck-local.sh: test with C++14Patrick Ohly1-2/+6
2018-01-29timeout.h: include glib.hPatrick Ohly1-0/+2
2018-01-29installcheck-local.sh: test with glib enabledPatrick Ohly1-2/+2
2018-01-09autotools, NEWS: SyncEvolution 1.5.3HEADsyncevolution-1-5-3masterPatrick Ohly3-2/+63
2018-01-09gdb-dump-stack: automatic stack dumpsPatrick Ohly1-0/+79
2018-01-09sys.supp: more dl suppressionsPatrick Ohly1-0/+20
2018-01-09EDS: more generic open retry handlingPatrick Ohly1-9/+7
2018-01-09sys.supp: suppress EDS/glib closure issuePatrick Ohly1-0/+30
2018-01-09oauth2.cpp: fix usage of curlPatrick Ohly1-1/+3
2018-01-09autotools: be more selective about suppressing deprecation warningsPatrick Ohly4-5/+10
2018-01-09SoupTransportAgent: require libsoup 2.42, no deprecated methodsPatrick Ohly5-39/+56
2018-01-09timeout.h: move from D-Bus server to syncevoPatrick Ohly8-6/+7
2018-01-03C++: replace auto_ptr with unique_ptrPatrick Ohly19-78/+1140
2018-01-03C++: try to use C++14, rely on C++11Patrick Ohly1-0/+8
2018-01-03test: honor warning flagsPatrick Ohly1-1/+1
2018-01-03testing: work around Google CalDAV RECURRENCE-IDPatrick Ohly2-44/+18
2018-01-03testing: exclude PHOTO data from Google Contacts sync testsPatrick Ohly16-358/+5
2018-01-03autotools: let caller suppress automatic lib dependenciesPatrick Ohly3-10/+2
2018-01-03autotools: building of binaries optionalPatrick Ohly3-4/+27
2018-01-03C++: initialize all members of SyncSourceEventPatrick Ohly1-1/+4
2018-01-03TDEPIMNotesSource.h: remove unused kn_dcopPatrick Ohly1-1/+0
2018-01-03icaltz-util.c: avoid undefined signed int shiftingPatrick Ohly1-1/+1
2018-01-03SynthesisDBPlugin.cpp: fix error pathPatrick Ohly1-1/+1
2018-01-03C++: const and const ref enhancementsPatrick Ohly3-5/+4
2018-01-03C++: implement missing copy operatorPatrick Ohly3-0/+14
2018-01-03C++: avoid non-standard typeofPatrick Ohly6-22/+31
2018-01-03ClientTest.cpp: clean cppcheck warningsPatrick Ohly1-78/+54
2018-01-03runtests.py: suppress m_source cppcheck warningPatrick Ohly1-1/+3
2018-01-03wrappercheck.sh: detect premature exit while waiting for D-Bus daemonPatrick Ohly1-5/+4