summaryrefslogtreecommitdiff
path: root/glib/src/spawn.ccg
Commit message (Expand)AuthorAgeFilesLines
* Run clang-format on the .ccg files.Murray Cumming2016-02-261-136/+82
* Use Glib::c_str_or_nullptr()Kjell Ahlstedt2016-01-211-6/+6
* Replace ScopedPtr with make_unique_ptr_gfree().Murray Cumming2016-01-181-13/+19
* More use of nullptr instead of 0 or NULL.Murray Cumming2015-11-201-27/+27
* C++11: Use nullptr.Murray Cumming2015-07-161-8/+8
* C++11: Some use of the auto keyword.Murray Cumming2015-07-151-6/+6
* Add Glib::SlotSpawnChildSetupKjell Ahlstedt2015-01-111-13/+13
* Remove useless Subversion tags.Mark Vender2012-09-151-3/+0
* Remove the reduced API options and code, as discussed on mailing list.Murray Cumming2010-05-311-116/+0
* Treat empty Glib::spawn*() working dir as unsetDaniel Elstner2009-07-061-6/+6
* Corrected stray semicolons to fix the build with exceptions disabled.José Alburquerque2009-05-261-1/+1
* Change license header to mention Lesser General Public License version 2.1Deng Xiyue2009-01-191-4/+4
* Added Glib::spawn_*() alternative API for when GLIBMM_EXCEPTIONS_ENABLEDMurray Cumming2008-12-241-32/+144
* Clean up glib includes (Bug #563987)Jonathon Jongsma2008-12-101-2/+2
* Merged changes from glibmm-2-10 branch.Murray Cumming2006-05-121-0/+4
* Mark private functions as static, to stop them being exported in the API,Murray Cumming2006-04-121-2/+2
* Added new compiler tests. 1. To see whether it allows use of non extern CMurray Cumming2005-01-211-1/+6
* Temporarily reverted some stuff. I will recommit some of it.Murray Cumming2005-01-211-6/+1
* Make C callacks separate extern C functions instead of static memberMurray Cumming2005-01-201-1/+6
* Added glib/glibmm/i18n.h and i18n-lib.h which defines _() and friends forMurray Cumming2004-03-021-4/+9
* glibmm now uses libsigc++ 2 instead of libsigc++ 1.2. See bug #125061 forMurray Cumming2004-02-101-14/+19
* Initial revisionMurray Cumming2003-01-071-0/+264