summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't force --enable-gtk-doc --enable-handle-leak-debug when running autogen.shsplit-from-telepathy-gabbleBranch_telepathy-gabble_to_create_telepathy-glibSimon McVittie2007-04-191-1/+1
* Use ${MAKE} -C instead of make -CSimon McVittie2007-04-192-2/+7
* Generate telepathy-glib's spec-gen.am inside _gen. Remove the old spec-gen.amSimon McVittie2007-04-193-196/+9
* Update _boringSimon McVittie2007-04-191-1/+3
* Remove lib/spec/spec-gen.am from darcsSimon McVittie2007-04-191-66/+0
* Remove gtk-doc bits (autogen.sh will copy them in now)Simon McVittie2007-04-192-208/+0
* Add autogen.sh which runs gtkdocize, update-spec-gen-am.sh, stable-interfacs....Simon McVittie2007-04-191-0/+12
* Make libtelepathy-glib sharedSimon McVittie2007-04-193-14/+33
* Rename _gen/svc-unstable.h to _gen/unstable-svc.h so the pattern rule for svc...Simon McVittie2007-04-192-3/+3
* Make _gen/svc-whatever.h depend on Makefile.am now there's significant logic ...Simon McVittie2007-04-191-1/+1
* Add missing signals marshalling files to BUILT_SOURCESSimon McVittie2007-04-191-0/+3
* Give tp-glib-unstable its own set of signal marshallers because when we make ...Simon McVittie2007-04-191-4/+21
* Install the right unstable headers to the right placesSimon McVittie2007-04-191-2/+5
* Add a comment explaining why lib/docs/reference/Makefile.am cares about out-o...Simon McVittie2007-04-191-0/+5
* Include stable-interfaces.txt in CLEANFILESSimon McVittie2007-04-191-1/+2
* Fix variable reference in generation of _gen/svc-unstable.hSimon McVittie2007-04-191-1/+1
* Move the unstable interfaces' names and enums to svc-unstable documentationSimon McVittie2007-04-191-11/+13
* Allow docstrings to contain < and > without breaking gtkdoc (in a very hackis...Simon McVittie2007-04-191-7/+6
* Actually include interfaces and enums in the docsSimon McVittie2007-04-191-0/+2
* Regenerate lib/telepathy-glib/spec-gen.amSimon McVittie2007-04-191-1/+3
* Remove lib/stable-interfaces.txt (no longer used)Simon McVittie2007-04-191-0/+0
* Move svc-unstable interfaces to their own section in the docsSimon McVittie2007-04-194-128/+130
* Improve build system for unstable interfaces:Simon McVittie2007-04-198-45/+111
* Regenerate lib/spec/spec-gen.amSimon McVittie2007-04-191-175/+61
* update-spec-gen-am.sh.in: If no generated-code directory is given, don't outp...Simon McVittie2007-04-191-18/+35
* lib/tools/identity.xsl: Add an XSLT identity transformationSimon McVittie2007-04-192-0/+8
* Adapt genginterface.py to remove all the Telepathy-specific bits. Put them in...Simon McVittie2007-04-182-22/+65
* If doing an out of tree build, scan the build directory for generated source ...Simon McVittie2007-04-182-0/+11
* Regenerate spec-gen.am with ContactInfo marked as unstableSimon McVittie2007-04-182-12/+12
* Add a .pc file for libtelepathy-glib-unstable.aSimon McVittie2007-04-183-0/+16
* Add comment noting that the "stable" libtelepathy-glib has all the signal mar...Simon McVittie2007-04-181-0/+4
* Don't duplicate signals marshallers and error handling in -unstableSimon McVittie2007-04-181-4/+0
* Correct sense of assertionSimon McVittie2007-04-181-1/+1
* Remove ContactInfo from the "stable interfaces" whitelist - it isn'tSimon McVittie2007-04-181-1/+0
* Validate Gabble CM parameters using callbacksSimon McVittie2007-04-181-58/+49
* Add CM parameter validation using callbacksSimon McVittie2007-04-183-2/+102
* Make DEBUG expand to non-empty under --disable-debugSimon McVittie2007-04-181-1/+1
* Reinstate code to avoid emitting passwords in debug output, but this time hav...Simon McVittie2007-04-181-1/+7
* Don't emit debug output from parse_parameters when parsing a user-specified v...Simon McVittie2007-04-181-28/+0
* When setting parameters from defaults, don't go via a useless GValueSimon McVittie2007-04-181-9/+55
* Move responsibility for ignoring obsolete provided parametersSimon McVittie2007-04-181-6/+7
* param_default_value: Don't return an invalid GValue if there is no default - ...Simon McVittie2007-04-181-7/+7
* Improve debugging in base-connection-manager by having a debug flag for param...Simon McVittie2007-04-183-14/+34
* If PARAM_FLAG_HAS_DEFAULT, set the struct member to the default valueSimon McVittie2007-04-171-0/+12
* Instead of asserting that things with REQUIRED and REGISTER have no default, ...Simon McVittie2007-04-171-4/+1
* In Gabble, verify that string parameters aren't empty if they shouldn't be, s...Simon McVittie2007-04-111-0/+39
* Allow string CM parameters to be empty; if the params structure allocator set...Simon McVittie2007-04-111-8/+10
* Allocate enough memory for the NULL terminator in tp_base_connection_manager_...Simon McVittie2007-04-181-1/+1
* Update spec-gen.amSimon McVittie2007-04-172-326/+350
* Split telepathy-glib into stable and unstable partsSimon McVittie2007-04-174-40/+87