lp://staging/~ted/glib/menu-model-docs
- Get this branch:
- bzr branch lp://staging/~ted/glib/menu-model-docs
Branch merges
- Registry Administrators: Pending requested
-
Diff: 26 lines (+16/-0)1 file modifiedgio/gmenumodel.h (+16/-0)
Recent revisions
- 13709. By Chun-wei Fan <email address hidden>
-
Add MSVC implementations of G_GNUC_
*_IGNORE_ DEPRECATIONS As Visual Studio 2008 and later have support for the __pragma keyword,
where the compiler pragmas can be used in a macro, we can support
G_GNUC_BEGIN_IGNORE_ DEPRECATIONS and G_GNUC_ END_IGNORE_ DEPRECATIONS
for Visual Studio 2008 and later, so many deprecation (C4996) warnings
can be suppressed when using these compilers when we use these macros
in the code. - 13707. By Matthias Clasen <email address hidden>
-
Use GLIB_PRIVATE_CALL macro
I accidentally pushed the fix for bug 704873 before
applying this cleanup. - 13706. By Matthias Clasen <email address hidden>
-
Use better assertion macros
Use g_assert_cmpint and friends in the convert test, to get
more telling messages when they fail. - 13704. By Colin Walters
-
Drop iconv caching code
This was introduced for Solaris performance theoretically;
we have never been able to use it on Linux/glibc because
the UTF-16 BOM state isn't reset.We have no data about Solaris performance; were some to
still exist, we could reintroduce the code with an explicit
check for Solaris, not a check for glibc. - 13703. By desrt
-
inotify: don't assume mainloop is running
GFileMonitor takes great care to sample the thread-default main context
at the time that it is created in order that events can be dispatched to
the correct thread when they come in.The inotify GFileMonitor implementation uses a global file descriptor
shared between all watches. It has to poll this file descriptor from
somewhere so it arbitrarily picks the default main context.The problem with that is that the user might not be running it.
Let's use the GLib worker thread for this instead. It's guaranteed to
be running if you need it, and this is exactly the sort of problem it
was meant to solve. - 13702. By Matthias Clasen <email address hidden>
-
Fix build with statvfs
As pointed out in bug 704587, the maze of ifdefs was missing the
variable declaration for statfs_result in one case.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/glib