summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* .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