summaryrefslogtreecommitdiff
path: root/gio/src/networkaddress.ccg
Commit message (Collapse)AuthorAgeFilesLines
* Meson build: No implicit_include_directoriesKjell Ahlstedt2021-03-261-1/+1
| | | | | | | It shall not be possible to find a glibmm header file with #include <xxx.h> instead of #include <glibmm/xxx.h>. Not fully fixed until https://github.com/mesonbuild/meson/issues/8562 has been fixed.
* Update the Free Software Foundation address in copyright noticesKjell Ahlstedt2017-08-301-4/+1
| | | | Bug 786824
* Run clang-format on the .ccg files.Murray Cumming2016-02-261-7/+6
| | | | This seems to work.
* C++11: Use nullptr.Murray Cumming2015-07-161-1/+1
|
* C++11: Some use of the auto keyword.Murray Cumming2015-07-151-1/+1
|
* gmmproc: Don't include <glibmm.h> by default in generated files.José Alburquerque2011-10-251-0/+1
| | | | | | | | | | | | * tools/m4/base.m4: Include <glibmm/ustring.h> and <sigc++/sigc++.h> by default in header files of generated files in modules other than glibmm. This should make compilation faster for those modules. * gio/src/*.{h,cc}g: * gio/giomm/slot_async.cc: Adjust includes according to the above change. Bug #662597
* Use 0 instead of NULL.Murray Cumming2010-01-291-1/+1
| | | | | | | * gio/src/*.ccg * glib/src/*.ccg: Use 0 instead of NULL because this is C++ where NULL is generally not a good idea. I didn't see any places where it was a real problem though.
* Add NetworkAddressJonathon Jongsma2009-06-191-0/+40