summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Remove Glib::BalancedTreeKjell Ahlstedt2020-09-071-2/+0
| | | | Use std::map or std::unordered_map instead.
* Activate the glibmm_ustring_compose testKjell Ahlstedt2020-03-041-0/+6
| | | | | It was (probably by mistake) disabled by commit 729b1ae95d5d05b78741eeef1d635f95b19d790b
* Update .gitignoreKjell Ahlstedt2018-09-101-3/+3
|
* Update .gitignoreKjell Ahlstedt2016-11-251-10/+2
|
* Glib::Property: allow to set property nick, blurb and flags.Marcin Kolny2016-04-011-0/+2
| | | | | | | | | | | | | | | | * .gitignore: add paramflags generated files to ignore list. * glib/glibmm.h: add paramflags header to include list. * glib/glibmm/property.{cc|}h: add constructors allowing set nick, blurb. Add getters for this values. and flags of property. * glib/glibmm/value.{cc|h}: * glib/src/filelist.am: add paramflags to a build. * glib/src/enums.{ccg|hg}: add GParamFlags enum wrapper. * glib/glibmm/value_basictypes.{cc|h}.m4: add overloaded create_param_spec() for setting additional property parameters. This patch fixes bug #755256
* Glib::SignalProxy: use variadic templatesMarcin Kolny2016-01-211-1/+0
| | | | | | | | | | | | | | | * .gitignore: signalproxy.h file is no more generated, so it has been removed from ignored list. * gio/src/application.{ccg|hg}: don't use old-style SignalProxy class. * glib/glibmm/filelist.am: add signalproxy.h file to distributed files list. * gio/glibmm/signalproxy.h: add implementation of SignalProxy and SignalProxyDetailedAnyType. * glib/src/filelist.am: * glib/src/signalproxy.h.m4: signalproxy.h is not generated, thus remove m4 file. * tools/m4/signal.m4: use new SignalProxy class instead of SignalProxy*.
* Update .gitignoreKjell Ahlstedt2015-09-151-4/+2
|
* Update list of files git should ignoreDaniel Elstner2015-08-261-1/+3
|
* Add Glib::format_size()Kjell Ahlstedt2015-04-151-0/+2
| | | | | | | | | | * .gitignore: Ignore glib/glibmm/miscutils.[h|cc]. * glib/src/filelist.am: Add miscutils.hg. * glib/glibmm/filelist.am: Remove miscutils.[h|cc]. * glib/glibmm/miscutils.[h|cc]: Move to glib/src and rename to miscutils.[hg|ccg]. * glib/src/miscutils.[hg|ccg]: New files. Move from glib/glibmm and rename. Add _WRAP_ENUM(FormatSizeFlags,...). Add Glib::format_size(). Bug #747311.
* Add Glib::BindingKjell Ahlstedt2014-11-201-0/+2
| | | | | | | | | | | | | | * .gitignore: Ignore binding.[h|cc]. * glib/glibmm/objectbase.h: Add a comment. * glib/src/filelist.am: Add glib_signals.defs and binding.hg. * glib/src/glib.defs: Add glib_signals.defs. * glib/glibmm.h: Add binding.h. * tools/extra_defs_gen/generate_defs_glib.cc: Add get_defs(G_TYPE_BINDING). * tools/m4/convert_glib.m4: Add conversion for BindingFlags. * tools/generate_wrap_init.pl.in: Define GLIBMM_INCLUDED_FROM_WRAP_INIT_CC. * glib/src/binding.[hg|ccg]: New files with enum BindingFlags and class Binding. * glib/src/glib_signals.defs: New file with info about GBinding's properties. Bug #738663.
* Docs: Use doxygen-extra.cssKjell Ahlstedt2014-11-141-0/+1
| | | | | | * configure.ac: Require mm-common 0.9.7. * .gitignore: Ignore doxygen-extra.css. * docs/reference/Doxyfile.in: Use doxygen-extra.css instead of doxygen.css.
* Add Gio:SocketSource, SignalSocket and Socket::create_source()Kjell Ahlstedt2014-05-151-0/+4
| | | | | | | | | | | * .gitignore: Add !gio/giomm/socketsource.[cc|h]. * gio/giomm.h: * gio/giomm/filelist.am: Add socketsource.h. * gio/giomm/socketsource.[cc|h]: New files. SocketSource and SignalSocket. * gio/src/socket.[ccg|hg]: Add create_source(). Remove many trailing blanks in socket.hg. * glib/glibmm/main.[cc|h]: Add functions required when a class derived from Source is defined in another file. Bug #725281.
* .gitignore: Update.Krzesimir Nowak2013-09-231-0/+4
| | | | | * .gitignore: Ignore the files generated by Automake testing infrastructure.
* Port tools/defs_gen to Python 3.Kjell Ahlstedt2013-09-121-0/+1
| | | | | | | * .gitignore: Ignore /tools/defs_gen/__pycache__/. * tools/defs_gen/*.py: Port to Python 3. These Python sources now run with both Python 2 and Python 3. Tested with 2.7.3 and 3.2.3. Bug #690969.
* Update .gitignoreMurray Cumming2013-03-191-0/+3
|
* Update .gitignore.Krzesimir Nowak2012-07-131-0/+2
| | | | * .gitignore: Ignore bytes.{cc,h}.
* Update .gitignore.Kjell Ahlstedt2012-07-011-3/+5
| | | | * .gitignore: Add /glib/glibmm/threads.[h|cc]. Update /examples/dbus/*.
* Updated .gitignore.Krzesimir Nowak2011-09-011-0/+4
| | | | * .gitignore: Ignore datetime.{cc,h} and timezone.{cc,h}.
* Ignore dbus examples binaries.Krzesimir Nowak2011-01-261-3/+6
|
* Update .gitignore.Krzesimir Nowak2011-01-051-1/+11
| | | | * .gitignore: Updated to ignore new variant stuff and MSVC.
* Update list of ignored filesDaniel Elstner2010-06-071-1/+1
|
* Add basic Gio::Settings exampleJonathon Jongsma2010-04-211-1/+3
|
* Rename btree.* to balancedtree.*Jonathon Jongsma2010-01-051-2/+2
| | | | | This follows the standard glibmm conventions better, even though it's a bit of a pain to type.
* Implement GTree wrapperSzilárd Pfeiffer2010-01-051-0/+2
| | | | Also add some tests for the new class
* Add some more .gitignore stuffJonathon Jongsma2010-01-021-1/+5
|
* Re-enable network IO stuff (Socket, Resolver, etc)Jonathon Jongsma2009-11-281-1/+1
| | | | | | | | | | | | | There is a bit of a problem with some of the async stuff that is exhibited by the included resolver example. For example, when run the example with the following arguments: ./resolver -c domain.com There are several critical warnings printed to the terminal, and I have not been able to debug it to find the cause yet. I think it must have something to with the lifetime of the enumerator object during the next_async() calls and sigc::bind, etc. but I can't figure it out yet.
* Ignore docs/doxygen.css fileDaniel Elstner2009-08-281-0/+1
|
* Remove superfluous entry from .gitignoreDaniel Elstner2009-08-161-1/+0
|
* Move M4 files from scripts/ over to build/Daniel Elstner2009-08-161-9/+9
| | | | | | | | | | * scripts/*.m4: Move files over to the build/ directory, in order to be more consistent with the directory layout of other binding modules that switched to the new build organization. * Makefile.am (ACLOCAL_AMFLAGS): Search build/ for M4 files. (dist_aclocal_macro_DATA): Adjust directory prefix to build/. * configure.ac (AC_CONFIG_MACRO_DIR): Place third-party Autoconf macros into the build/ directory.
* Update .gitignore filesDaniel Elstner2009-08-161-16/+10
|
* List removed files in .gitignoreDaniel Elstner2009-08-101-0/+3
|
* Update list of files to ignoreDaniel Elstner2009-08-101-4/+4
|
* Add .dirstamp and others to .gitignore fileDaniel Elstner2009-08-091-2/+4
|
* Added a simple example showing how to resolve an internet address from a ↵Jonathon Jongsma2009-07-161-0/+1
| | | | hostname
* Update and simplify .gitignoreDaniel Elstner2009-06-241-211/+107
|
* Typo corrections in Glib::ValueArray sources.José Alburquerque2009-06-221-0/+1
|
* ChangeLog of last commit (forgot).José Alburquerque2009-06-221-0/+2
|
* Add start of InitableJonathon Jongsma2009-06-191-0/+2
|
* add NetworkService classJonathon Jongsma2009-06-191-0/+4
|
* add InetSocketAddress classJonathon Jongsma2009-06-181-0/+2
|
* split SocketAddressEnumerator into its own fileJonathon Jongsma2009-06-181-0/+2
|
* Add initial wrappers for SocketConnectable, SocketAddressJonathon Jongsma2009-06-171-0/+4
|
* initial wrapping of Resolver, SrvTargetJonathon Jongsma2009-06-171-0/+4
|
* wrap Gio::InetAddressJonathon Jongsma2009-06-171-0/+2
|
* update .gitignoreJonathon Jongsma2009-05-181-0/+10
|
* Add small Glib::Property exampleJonathon Jongsma2009-05-161-0/+1
| | | | | | | | | * examples/properties/Makefile.am * examples/properties/properties_example.cc * .gitignore * configure.ac * examples/Makefile.am: add a brief example of using properties with a Glib::Object-derived class
* add .gitignore fileJonathon Jongsma2009-04-271-0/+204