| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
* glib/glibmm/class.cc: registered_derived_type(): Use (void*)0 instead
of NULL to avoid a missing sentintel warning.
|
|
|
|
|
|
| |
* glib/glibmm/class.cc: Add casts because GTypeQuery::class_size
and instance_size are guint but GTypeInfo::class_size and
instance_size are guint16.
|
|
|
|
|
|
|
|
|
| |
* configure.ac: Removed the --enable-api-exceptions, --enable-api-properties,
--enable-api-vfuncs and --enable-api-default-signal-handlers options.
* build/reduced.m4: Removed.
* tools/m4/*.m4:
* tools/pm/Output.pm: Remove any use of ifdefs and auto_ptr for reduced API.
* *.[hg|ccg|h|cc]: Remove the idefed code.
|
| |
|
|
|
|
|
|
|
|
| |
* glib/glibmm/wrap.cc: wrap_register(): Silently ignore NULL GTypes.
* glib/glibmm/class.cc: register_derived_type(): Silently ignore NULL
GTypes. Use g_strconcat() instead of ustring+= to maybe make it more
efficient. This helps gstreamermm, which may try to use type names of
plugins that are not actually available on the system.
|
|
|
|
|
|
|
|
|
|
| |
2009-01-20 Deng Xiyue <manphiz@gmail.com>
* Change license header to mention Lesser General Public License
version 2.1 instead of Library General Public License, to be
consistent with COPYING.
svn path=/trunk/; revision=779
|
|
|
|
|
|
|
|
|
|
|
| |
2006-10-04 Murray Cumming <murrayc@murrayc.com>
* glib/glibmm/class.cc:
* glib/src/iochannel.ccg:
* glib/src/markup.ccg: Add a silly line to avoid unused parameters
when GLIBMM_EXCEPTION_ENABLED is not set.
* glib/glibmm/error.h: Do not use G_GNU_NO_RETURN on the version
of throw_exception() that returns, to avoid a warning.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
2005-01-21 Murray Cumming <murrayc@localhost.localdomain>
* glib/glibmm/class.h: #include glibmmconfig.h so that
GLIBMM_CAN_ASSIGN_NON_EXTERN_C_FUNCTIONS_TO_EXTERN_C_CALLBACKS can
be defined.
* glib/glibmm/class.cc: Use ifdef instead of ifndef where that is
what I meant. Fixes the build.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
2005-01-20 Murray Cumming <murrayc@murrayc.com>
* glib/glibmm/class.h: More use of exern C, with an intermediate
callback, to satisfy the IRIX MipsPro compiler.
* glib/glibmm/container.h: #ifdef out a dynamic_cast that MipsPro
does not allow, and which I can not think of a better place to put.
See the comment in the code.
|
|
|