summaryrefslogtreecommitdiff
path: root/gio/src/memoryinputstream.ccg
Commit message (Expand)AuthorAgeFilesLines
* Gio: Use callback functions with C linkageKjell Ahlstedt2023-03-271-2/+6
* Update the Free Software Foundation address in copyright noticesKjell Ahlstedt2017-08-301-4/+1
* MemoryInputStream: SlotWithData: Make non-copyableMurray Cumming2016-12-121-0/+3
* Remove deprecated API.Murray Cumming2016-11-141-23/+0
* Run clang-format on the .ccg files.Murray Cumming2016-02-261-11/+15
* Gio: Use of nullptr instead of 0.Murray Cumming2015-11-201-1/+1
* C++11: Use nullptr.Murray Cumming2015-07-161-1/+1
* C++11: Some use of the auto keyword.Murray Cumming2015-07-151-3/+3
* Gio::MemoryInputStream: Add add_data() taking a sigc::slotKjell Ahlstedt2014-02-121-3/+46
* MemoryInputStream: Correct data loss/corruption with binary data.Alexey Kosilin2010-03-231-1/+1
* Correct the if condition in Gio::MemoryInputStream::add_data().José Alburquerque2009-07-271-1/+1
* Fix a build error in MemoryInputStreamJonathon Jongsma2009-07-261-2/+2
* Fix MemoryInputStream::addData (Bug #589683)Jonathon Jongsma2009-07-261-2/+16
* Change license header to mention Lesser General Public License version 2.1Deng Xiyue2009-01-191-4/+4
* Regenerated with h2defs.pyMurray Cumming2008-02-201-4/+10
* add MemoryInputStream classJonathon Jongsma2008-02-031-0/+30