[glib] (177 commits) Non-fast-forward update to branch wip/rancell/iso8601-2



The branch 'wip/rancell/iso8601-2' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:

 https://wiki.gnome.org/Git/Help/NonFastForward

Commits removed from the branch:

  6eda868... GDateTime: Reject days outside of month limits
  bd34fe6... GDateTime: Support parsing ISO 8601 strings.

Commits added to the branch:

  a74fe20... tests: Drop local timezone GTimeVal overflow check (*)
  4e1567a... unicode: Update to unicode 10.0.0 (*)
  8e23a51... unicode: Update test data files for unicode 10.0.0 (*)
  a95e2a4... docs: Fix cut'n'paste error in g_resources_get_info() doc (*)
  85e4a25... Avoid a race with the openuri portal (*)
  28cc6ae... gsettings: Try harder to describe keys (*)
  28cc905... Updated Hebrew translation (*)
  1d3210a... configure: fix minor typo 'be build'->'be built' (*)
  a131134... build: Drop nmake/MSC build system for GLib (*)
  a883026... git: Add .gitattributes file with EOL settings for README.w (*)
  2502bfd... Re-normalise line endings of README.win32 (*)
  93f16a4... Rewrite glib-genmarshal in Python (*)
  f7643a7... Re-enable signal tests when cross-compiling (*)
  9c66e65... Remove unused marshallers-related files (*)
  ea36553... Do not mix declarations and statements (*)
  30b9616... Avoid a leak for arguments in va_list marshallers (*)
  522ba73... docs: tut_gsignal: Fix mismatched argument names (*)
  cf7ee86... docs: fixing lost character (*)
  c6793d1... Allow whitespace between marshallers list tokens (*)
  a00e7ed... win32: Update MSVC projects for glib-genmarshal (*)
  7d64d10... MSVC 201x builds: Allow different Python versions per tools (*)
  5eededc... gsettingsschema: Fix a compiler warning (*)
  c4b5702... Use %lu format for DWORD (*)
  b60e466... gwin32: Fix missing prototypes on win64 (*)
  b803c0a... gspawn-win32: Fix multiple definition error with a static b (*)
  75fa8c2... W32 - don't use gettext & gcov during gettext init (*)
  9aa98db... Visual Studio builds: Use PythonDir instead of PythonPath (*)
  4138574... Revert "mkenums: Support public/private trigraph" (*)
  98e6414... meson: initial glib build (*)
  2139579... meson: Fix glib, add gobject, gio, gthread, gmodule, etc (*)
  fe2a988... meson: Improve MSVC and MinGW support and fix dependencies  (*)
  a690e2a... meson: More build fixes (*)
  c61a72f... meson: Match soname version of autotools (*)
  0df9aab... meson: Build all docs (*)
  bc2bb56... meson: Match upstream gtkdoc changes (*)
  d10be61... meson: Minor modernizations (*)
  e2da3cb... meson: Port to latest master (2.51.0) (*)
  122f4c0... meson: Add tls-interaction test, and fix giomodule test (*)
  70021b0... meson: Derive defines from header, struct, function names (*)
  9096bde... build: Remove function checks for unused functions (*)
  3c62619... tests: autoptr test can be run on gcc, clang, intel (*)
  5afc660... meson: Add missing termios.h check (*)
  9fdcb2b... meson: Add a comment about the gdbus-peer gio test (*)
  d29f022... meson: add support for dtrace/systemtap (*)
  89ee284... meson: glib/tests: add missing tests (*)
  33fb1bb... meson: gio, gobject: use files() for headers list (*)
  f438c04... gio: tests: rename generated giotypefunc.c to giotypefuncs. (*)
  34e4e25... meson: gio/tests: add more missing tests (*)
  1224ff0... meson: use add_project_arguments() instead of add_global_ar (*)
  2f29ee1... meson: add -fvisibility=hidden explicitly to selected targe (*)
  4e0ef76... meson: gio/tests: add more gresource tests (*)
  192cd65... tests: gio/tests: add gdbus tests (*)
  5549a1d... meson: Rebase and update to 2.51.2 (*)
  88e4378... meson: Detect with-docs and with-man automatically (*)
  2f792f6... meson: Print output for more compiler checks (*)
  eb07a2c... meson: Allow using libffi and zlib as subprojects (*)
  fb1f52e... meson: Only require libmount on Linux (*)
  ee94ad7... meson: Use proxy-libintl if gettext is not found (*)
  dd8ff54... meson: Use Python port of glib-mkenums (*)
  806a4be... Add zlib, libffi, and proxy-libintl subproject wraps (*)
  2d72a9e... glib-mkenums: misc fixes to python port (*)
  1acd6de... meson: Use glib-mkenums directly instead of via build_mkenu (*)
  613e008... meson: gio/tests: add more gio tests (*)
  6af4f17... meson: gio/tests: remove some leftover rubbish (*)
  2e9fd74... meson: add tests/gobject and tests/refcount (*)
  03eac5f... meson: rebase on top of master ~2.53.1 (*)
  1672678... glib-mkenums: fix parsing of /*< flags >*/ annotation (*)
  69bfd1a... meson: Install missing guuid.h header (*)
  29f9fe0... glib-mkenums: Fix parsing of multiline comments (*)
  dc9b01f... glib-mkenums: add back missing --fprod option (*)
  42705b5... meson add missing gio/tests subdirectory/file (*)
  24ea260... meson: docs: make gtk-doc find the gobject.types file (*)
  10ae386... meson: gio tests need to link against gobject as well (*)
  1d30c9e... meson: Defining MAJOR_IN_ as done by AC_HEADER_MAJOR (*)
  eb2196e... meson: Fix building as a subproject (*)
  0689231... meson: Fix the build defining HAVE_RTLD_X (*)
  4268372... meson: error out if atomic ops would be available with -mar (*)
  dbf0a56... glib-mkenums: pick up /*< nick=xyz >*/ annotation again (*)
  266bc1e... meson: fix wrong #include's for gdbus_codegen files (*)
  4db695b... meson: replace meson.current_source_dir() with files() (*)
  653be67... Add gopenuriportal.c to the meson build (*)
  b8c8bb7... Fix glib-genmarshal build with meson (*)
  be88201... meson: fix remaining wrong #include's for gdbus_codegen fil (*)
  37ff418... meson: Sync the version with Autotools (*)
  065a8a4... meson: Use the appropriate interface and binary ages (*)
  1eda062... meson: Use the appropriate libdir-relative paths (*)
  0f18a2e... meson: Substitute the Python shebang (*)
  4395a89... Use env to run the Python-based tools (*)
  683809d... Use env for gdbus-codegen's script (*)
  9306ada... meson: fix 'Unknown variable "gtester"' error on windows (*)
  112908d... mkenums: fix main incompatibility with python2 (*)
  d753a41... mkenums: trivial style fixes (*)
  615238d... mkenums: make string raw for real regex (*)
  1a182df... mkenums: don't try to call undefined function (*)
  a882c97... mkenums: pass string for re.sub() for real (*)
  8451f0b... glib-mkenums: unescape \n etc. in command line arguments (*)
  fbf3511... meson: fix typo in install path for gobject_gdb.py (*)
  d19f53a... Add more compatibility mode hacks (*)
  af4a645... mkenums: Some arguments can be used multiple times (*)
  69389bd... mkenums: Do not check for None (*)
  35db045... mkenums: Fix typo (*)
  5ba3b40... meson.build: Improve checks for va_copy() and __va_copy() (*)
  77a3a96... mkenums: Change ordering for template file and arguments (*)
  69515e9... mkenums: Skip files not found (*)
  7ee050d... mkenums: Use the same reporting functions from genmarshal (*)
  3c03cc8... meson: Simplify the use of built tools (*)
  4f17d10... mkenums: Add missing --fprod handler (*)
  a45bf85... tests: Do not use gnome.genmarshal() (*)
  1e4135f... 2.53.4 (*)
  f185567... mkenums: Skip unparsed lines (*)
  2219cfb... mkenums: Keep compatibility with Python 2.x (*)
  9424fac... 2.53.4 (*)
  9a31103... Add Meson build files to the Autotools dist (*)
  f8a88a7... Map G_NOTIFICATION_PRIORITY_HIGH to NOTIFY_URGENCY_NORMAL (*)
  2ac8079... meson: fix unit tests and "Invalid byte sequence in convers (*)
  c2dace6... glib-mkenums: Use utf-8 for reading files (*)
  d88d1ba... glib-mkenums: Don't use FileNotFoundError, it's Python 3 on (*)
  ab6e425... meson: define G_PID_FORMAT (*)
  cb0c224... meson: use set_quoted() instead of quoting manually (*)
  be7c3ae... meson: set glib_extension in glibconfig.h to match the auto (*)
  c1ae117... GApplication: Assert that dbus_unregister was called before (*)
  fd541c3... Require Python 2.7 (*)
  8962736... docs: Encourage applications to define G_LOG_DOMAIN (*)
  bfd3078... meson: Allow toggling internal/system PCRE dependency (*)
  039c40e... Revert "GKeyFile – Add array length annotations to to_dat (*)
  b92e15c... glib-mkenums: fix encoding error when writing files (*)
  df06dc6... GApplication: Don't call dbus_unregister multiple times (*)
  b51a0e7... GApplication: Use a WARNING if dbus_unregister is called by (*)
  528a1b9... Use the glib preset for i18n in Meson (*)
  a792611... gdatetime: Silence -Wmaybe-uninitialized (*)
  867b5e6... glib-mkenums: Python2: use locale encoding when redirecting (*)
  ca69df0... Revert "glib-mkenums: fix parsing of /*< flags >*/ annotati (*)
  8cc9950... glib-mkenums: fix parsing of flags annotation (*)
  425a9f5... gio: add a simple gpoll performance test for W32 (*)
  d67b58a... glib/gpoll: Remove if conditional (*)
  cb2316a... glib/gpoll W32: use WFSOE() instead of SleepEx() (*)
  1f3da92... glib/gpoll W32: fold f->revents = 0 into for() loop (*)
  2019779... glib/gpoll W32: pass along GPollFD ptr for msg (*)
  226ea94... glib/gpoll W32: faster GPollFD lookup (*)
  b267f64... glib/gpoll W32: trust WFMOE() return value (*)
  2db36d0... gunixmounts: Prevent "mounts-changed" race if /etc/mtab is  (*)
  41a4a70... gunixmounts: Add missing const qualifier for mtab path (*)
  5cddde1... Consistently save errno immediately after the operation set (*)
  f2b6c11... gstrfuncs: Expand documentation for errno functions (*)
  a7aa8ac... glib-compile-schemas: Mark missing strings for translation (*)
  94816e1... glib-compile-schemas: Fix typo in newly translatable string (*)
  c257757... glib-compile-schemas: Improve some translatable strings (*)
  9652839... gslice: Fix inline delarations in GSlice (*)
  22700fa... build: Loosen --enable-compile-warnings check (*)
  f7a14fe... Use "-module" when compiling loadable modules (*)
  f591366... gtest: Handle -s as explicit SKIP instead of inhibiting alt (*)
  e02e354... gspawn: Don’t mention removed gdk_spawn functions (*)
  25c01e1... glib-compile-schemas: Use double quotes rather than single  (*)
  ad9d5a1... tests: Fix gschema-compile test for translatable string cha (*)
  a1fdae8... meson: don't error out if xmllint is not found (*)
  1782219... docs: Fix typo in GDBusInterfaceSkeleton documentation (*)
  ce46e13... Updated Spanish translation (*)
  c4dc30e... Updated Slovenian translation (*)
  31ae2c5... glib-genmarshal: wrap prototypes in G_{BEGIN,END}_DECLS. (*)
  05abc6c... gio: Fix crash in open URI portal when no callback is provi (*)
  92f1ba2... GBusNameOwnerFlags: Note equivalence with D-Bus Specificati (*)
  c53b44e... GBusNameOwnerFlags: Add DO_NOT_QUEUE flag (*)
  7c97e3d... gdbus: Check signature of NameAcquired, NameLost (*)
  47e1048... 2.53.5 (*)
  a2ec328... GList: Fix typo of member ->prev in documentation (*)
  f6aa8c3... GSList: Note that using ->next directly is OK (*)
  189243b... Update Indonesian translation (*)
  4860511... Update Galician translation (*)
  1a755a6... meson: Define _GNU_SOURCE as a project argument (*)
  50eeb24... meson: Update the pthread feature checks (*)
  fac7f2b... gsequence: Add introspection annotations to Return values (*)
  f9fe9ea... Update Galician translation (*)
  7887056... W32: Support XDG_* environment variables (*)
  4c46869... meson: Always define _GNU_SOURCE for pthread checks (*)
  f6ee658... Updated Lithuanian translation (*)
  15a2930... GDateTime: Reject days outside of month limits
  17edc14... GDateTime: Support parsing ISO 8601 strings.

(*) This commit already existed in another branch; no separate mail sent


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]