summaryrefslogtreecommitdiff
path: root/libpurple/circularbuffer.c
Commit message (Collapse)AuthorAgeFilesLines
* Bump C standard to C99 for libpurple files and fix warningsElliott Sales de Andrade2022-12-111-1/+1
| | | | | | | Testing Done: Touched all source files and compiled; saw no new warnings. Reviewed at https://reviews.imfreedom.org/r/2122/
* Stop including internal.h everywhere when we really don't need it.Gary Kramlich2022-09-121-1/+0
| | | | | | | Testing Done: Compiled, but didn't test on windows. As such I left all the networking stuff untouched as that's where windows will really need it and that can be done in another rr. Reviewed at https://reviews.imfreedom.org/r/1764/
* Add source files to GObject introspectionElliott Sales de Andrade2022-08-021-9/+8
| | | | | | | | | And also fix all properties/signals/non-docs that were incorrect. Testing Done: Built docs and found no new warnings. Checked some docs for newly-available property/signal docs. Reviewed at https://reviews.imfreedom.org/r/1568/
* Fix circular buffer on 32-bit machines.Elliott Sales de Andrade2020-10-301-1/+1
| | | | | | | | | | Here, sizeof(gsize) < sizeof(guint64), and the varargs to `g_object_new` become out of sync. Testing Done: Compile and run tests on cross armv7hl. Reviewed at https://reviews.imfreedom.org/r/182/
* Remove glibcompat.h from all the files that don't actually need it.Gary Kramlich2019-11-151-1/+0
|
* Fix several type conversion warnings on Windows.Elliott Sales de Andrade2019-10-101-19/+12
|
* libpurple: Port almost self-contained code from g_type_class_add_private()Mike Ruprecht2018-12-061-45/+27
| | | | | | | | This patch ports the almost self-contained libpurple GObjects away from the deprecated g_type_class_add_private() function in favor of the G_DEFINE_TYPE_WITH_PRIVATE() macro. None of these require changes to anything other than their own .c and .h files. It removes the const qualifier from some of the functions for simplicity.
* Merge with release-2.x.yElliott Sales de Andrade2014-11-131-2/+2
|
* Remove @file from .c filesAnkit Vani2014-02-041-5/+0
|
* Assorted whitespace fixes.Mark Doliner2013-12-061-3/+3
| | | | | Mostly deleting some stray whitespace. Also a few spaces to tabs, and indent more than 1 tab on wrapped lines.
* libpurple: use g_object_class_install_properties instead of repeated ↵Ankit Vani2013-11-241-8/+2
| | | | g_object_class_install_property
* libpurple: started changing g_object_notify to g_object_notify_by_pspecAnkit Vani2013-11-201-21/+28
|
* Added doc comments for new PurpleCircularBuffer functions. Removed ↵Ankit Vani2013-11-181-11/+11
| | | | purple_circular_buffer_get_input from public API.
* libpurple: Use G_PARAM_STATIC_STRINGS and ensure g_object_notify is always ↵Ankit Vani2013-11-171-5/+27
| | | | called
* Added doc comments for PurpleCirclularBufferPrivate membersAnkit Vani2013-11-161-1/+15
|
* Fixed a typo in circularbuffer that caused a crashAnkit Vani2013-11-161-1/+1
|
* Merged default branchAnkit Vani2013-08-231-5/+5
|
* Fixed GValue type to get in PurpleCircularBufferAnkit Vani2013-07-121-1/+1
|
* Rename circbuffer files to circularbuffer files to match the object nameAnkit Vani2013-06-161-0/+444