summaryrefslogtreecommitdiff
path: root/backends/libsocialweb
AgeCommit message (Expand)AuthorFilesLines
2014-01-29backends: Fix calls to ImDetails.normalise_im_address()Philip Withnall1-3/+2
2013-12-09backends: Add [freeze|thaw]_notify() calls to [un]prepare() in backendsPhilip Withnall1-0/+5
2013-12-09build: Allow backend libraries to have individual API versionsPhilip Withnall2-31/+3
2013-12-09build: Factor common backends/*/lib makefilery into backend-library.mkPhilip Withnall1-113/+13
2013-12-09build: Minor build simplificationPhilip Withnall1-2/+1
2013-12-09build: Allow backend libraries to have separate LT versions from libfolks.soPhilip Withnall1-1/+1
2013-11-27build: Move backend.mk inclusions to the top of the filesPhilip Withnall1-1/+1
2013-11-27build: Rename AM_VALAFLAGS to TARGET_VALAFLAGS in configure.acPhilip Withnall1-0/+1
2013-11-08build: Build backend libraries before the backend modules themselvesPhilip Withnall1-1/+1
2013-10-29build: Fix PKG_CONFIG_PATH for calls to g-ir-scannerPhilip Withnall1-0/+4
2013-10-28backends: Fix paths in *-uninstalled.pc.in pkg-config filesPhilip Withnall1-1/+1
2013-10-28build: Factor common automakery out of backends’ Makefile.amsPhilip Withnall1-37/+12
2013-10-28backends: Remove BackendFactory classesPhilip Withnall1-19/+6
2013-10-25build: Disable some GCC warnings for generated C codePhilip Withnall2-0/+6
2013-10-25build: Whitespace cleanup in various Makefile.am filesPhilip Withnall1-8/+8
2013-10-21backends: Work around a Vala const-array null-termination bugPhilip Withnall1-1/+2
2013-09-24build: Generate backends’ GIR files using valac rather than g-ir-scannerPhilip Withnall1-31/+9
2013-07-08Revert "build: Don’t build Vala headers in a subdirectory unnecessarily"Philip Withnall1-3/+3
2013-07-05build: Makefile whitespace fixesPhilip Withnall1-1/+1
2013-07-05build: Don’t build Vala headers in a subdirectory unnecessarilyPhilip Withnall1-3/+3
2013-07-05build: Remove generated C/H/vapi/stamp files from MAINTAINERCLEANFILESPhilip Withnall1-13/+2
2013-07-05build: Use target-specific VALAFLAGS rather than AM_VALAFLAGSPhilip Withnall2-34/+23
2013-07-04build: Remove redundant entries from GITIGNOREFILESPhilip Withnall1-6/+0
2013-07-02Link the support library GIRs against libfolksEmilio Pozuelo Monfort1-1/+4
2013-07-01Add namespace and version to libfolks-libsocialweb GIRTravis Reitter2-0/+31
2013-06-24Generate FolksLibsocialweb gir fileTravis Reitter1-0/+57
2013-04-12Include ERROR_CFLAGS everywhere we compile C codeSimon McVittie2-0/+3
2013-04-04folks, backends: use "small sets" instead of hash sets most of the timeSimon McVittie2-2/+3
2013-04-03Do not explicitly link libfolks-internal.la into thingsSimon McVittie1-1/+0
2013-03-18all Makefiles: don't ignore or clean .c files not corresponding to ValaSimon McVittie1-1/+1
2013-03-13Don't do manual memory management for libsocialweb Contact structsSimon McVittie1-8/+2
2013-03-12Do not assign to VALAFLAGSSimon McVittie1-2/+1
2013-03-06Add -I$(top_srcdir) throughoutSimon McVittie2-0/+2
2013-02-17Release version 0.9.0FOLKS_0_9_0Travis Reitter1-5/+5
2013-02-10Port folks to libgee 0.8.Travis Reitter5-11/+11
2012-12-30documentation: Document which yielding methods are safe to call concurrentlyPhilip Withnall1-0/+4
2012-11-24lsw: Add enable|disable_persona_store api to libsocialweb backend.Jeremy Whiting1-9/+112
2012-08-14Access static class members through class, not instance.Travis Reitter2-6/+6
2012-08-14docs: Use correct Valadoc syntax for monospaced contentPhilip Withnall2-4/+4
2012-08-10docs: Various small fixes and expansions of documentationPhilip Withnall2-0/+4
2012-07-24Revert "Change libgee dependency from 0.6 to 0.8."Jeremy Whiting4-5/+5
2012-07-24Revert "Port folks to libgee 0.8."Jeremy Whiting1-6/+5
2012-07-23Remove extra calls to set this._prepare_pending to false.Jeremy Whiting2-5/+2
2012-07-23Removed locks in trf-persona-store that are not needed.Jeremy Whiting2-34/+48
2012-07-23Remove additional locks around this._is_prepared.Jeremy Whiting1-41/+43
2012-07-23Cut unnecessary Swf.PersonaStore._is_prepared locking.Travis Reitter1-77/+74
2012-07-06Port folks to libgee 0.8.Jeremy Whiting1-5/+6
2012-07-05Change libgee dependency from 0.6 to 0.8.Jeremy Whiting4-5/+5
2012-06-28Add folks-internal to libsocialweb backend library vapi.Jeremy Whiting1-0/+1
2012-06-27core: Add a profiling API and implement some profiling pointsPhilip Withnall3-0/+16