[gobject-introspection] (79 commits) Non-fast-forward update to branch wip/meson
- From: Nirbheek Chauhan <nirbheekc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection] (79 commits) Non-fast-forward update to branch wip/meson
- Date: Sat, 10 Mar 2018 13:39:52 +0000 (UTC)
The branch 'wip/meson' 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:
361d6ef... Initial work on meson port
4e76f6b... Windows: compile with /DYY_NO_UNISTD_H
37e16a4... Declaration to export functions in girepository.dll/.lib, f
d52497f... Fix dependency on giscanner's python module
01f26d4... Build docs
bc4f7ee... Allow setting custom cairo-gobject libname
d11fda0... meson: Set default values for some options
e7bdc71... meson: Set EXEEXT for pkg-config files
a7d15a9... meson: Use ${prefix} in pkg-config files
670ad3a... meson: Set glib version from the project version
d172d6c... meson: Add fallbacks for all dependencies
7c4f19d... meson: Use glib_dep and configinc for girepository
8ac5518... meson: Fix configuration when libffi is a subproject
86dc3cd... meson: Rewrite glib gir generation
69d8540... giscanner: Remove custom collections implementation
9b41d08... g-ir-scanner: Don't require SRCDIR and BUILDDIR env vars
18c2d53... meson: Try to use win_flex and win_bison if available
f446208... meson: Use giounix_dep from glib instead of libgio_dep
379161b... meson: Explicitly use python3 for running g-ir-scanner
28841d9... meson: Fix include dir for gir and typelib gen
22c0e55... meson: typelib build depends on GObject-2.0.Gir
61af2ce... meson: Fix build without pkg-config or any system libs
ee37b47... giscanner: Fix options in the preprocessor group
9d50164... meson: Have a single place to set the subproject directory
d5abf39... meson: Update symbol visibility rules
6be6249... meson: Use symbol visibility for giscanner module
d7b14ca... meson: Bump up the Meson version
75fca8c... meson: Fix including of config.h
cbcc8a8... meson: Remove gir_build hack option
154c16d... meson: Handle spaces in the full python path
6354407... Revert "meson: Handle spaces in the full python path"
ba6ea1a... The third parameter of assertion_message is an integer.
6b35ce5... meson: Don't look for gio-unix-2.0 on Windows
abe8c52... giscanner: Fix GtkDocAnnotations implementation
986ed8b... meson: Prefer source annotations for gir generation
9c19613... giscanner: Fix minor python3 compatibility issue
a548dc6... meson: Sort globbed files before printing
fb3c35b... giscanner: Maintain python2 compat in annotationparser
c49755b... meson: add ffi_libdir to glib_libpaths and glib_command
8eab669... meson: Fix cairo library name in cairo-1.0.gir on Windows
Commits added to the branch:
1db35a9... gir: Update annotations from GLib git master (*)
5c3f20e... gir: Update annotations from GLib git master (*)
fe3c8e2... gir: Update annotations from GLib git master (*)
017e172... Increase MAX_NAME_LEN (*)
8cf3e8e... scanner: Add _Float128 (*)
fd78c99... gir: Update annotations from GLib git master (*)
8781ea4... gir: Update annotations from GLib 2.55.1 (*)
3ad8fb8... Release 1.55.1 (*)
ab71b25... giscanner: Recognize _Thread_local as a storage class speci (*)
f9788b2... giscanner: Fix shared library name finding on *BSD (*)
cafe43f... configure: Don't declare functions in AC_TRY_COMPILE and AC (*)
e56d70d... scanner: Fix library lookup under MinGW without libtool (*)
832602b... regress: Check that enum value assignments work for all mem (*)
b8da3c0... docs: Remove incorrect name rule (*)
15a28c9... Allow overriding of the host os name (*)
4e20fc1... Document the newly added GI_HOST_OS envvar (*)
1836d36... Remove unnecessary transfer annotation (*)
5c38b6a... Skip unused generic marshaller (*)
c78611c... docs: Mention GI_TYPELIB_PATH (*)
0cfef69... Update the NEWS file (*)
96c2e06... Update the GLib annotations (*)
080c60b... Update the DOAP file (*)
2d36e7e... giscanner: don't print "suppressed N warnings" if --quiet w (*)
31ab949... Merge branch 'issue-188' into 'master' (*)
6bc0261... adding subdir-objects to AM_INIT_AUTOMAKE in order to avoid (*)
0fd053f... build: Built sources show up in subdirs (*)
5171726... removing $(srcdir) because it is not replaced correctly and (*)
4bfdc83... Preserve complete_ctype when using type from annotation. (*)
6ada03c... Merge branch 'preserve-complete-ctype' into 'master' (*)
4f7a66a... Merge branch '120-subdir-objects' into 'master' (*)
aebda1c... Fix parsing when type_specifier comes before type_qualifier (*)
9e07482... Merge branch 'type-specifier-qualifier-order' into 'master' (*)
0d40f84... Revert "Update the GLib annotations" (*)
6f677e7... gir: Update annotations from GLib git master (*)
e8e5675... Reuse const_table between calls to SourceScanner parse_file (*)
75fed99... Create a new symbol instead of changing its identifier in p (*)
867f9bf... gir: Update annotations from GLib git master (*)
dd64db2... Update the NEWS (*)
81c7db8... Release 1.55.2 (*)
69fe98b... Initial work on meson port
142eeea... Windows: compile with /DYY_NO_UNISTD_H
083e6af... Declaration to export functions in girepository.dll/.lib, f
f206861... Fix dependency on giscanner's python module
a7c4e3d... Build docs
0a96d6c... Allow setting custom cairo-gobject libname
7a42b2a... meson: Set default values for some options
f1464c1... meson: Set EXEEXT for pkg-config files
47a07da... meson: Use ${prefix} in pkg-config files
a9471d4... meson: Set glib version from the project version
c2b2a76... meson: Add fallbacks for all dependencies
5d15d65... meson: Use glib_dep and configinc for girepository
8e8523a... meson: Fix configuration when libffi is a subproject
aae69e7... meson: Rewrite glib gir generation
3a7d3ee... giscanner: Remove custom collections implementation
e84c9e7... g-ir-scanner: Don't require SRCDIR and BUILDDIR env vars
31cac37... meson: Try to use win_flex and win_bison if available
fd28060... meson: Use giounix_dep from glib instead of libgio_dep
cde3376... meson: Explicitly use python3 for running g-ir-scanner
4563e35... meson: Fix include dir for gir and typelib gen
307505c... meson: typelib build depends on GObject-2.0.Gir
aa3d092... meson: Fix build without pkg-config or any system libs
17323d2... giscanner: Fix options in the preprocessor group
088d067... meson: Have a single place to set the subproject directory
c0be7bc... meson: Update symbol visibility rules
5d68eb7... meson: Use symbol visibility for giscanner module
e1f45a0... meson: Bump up the Meson version
3adde9e... meson: Fix including of config.h
7c98ef9... meson: Remove gir_build hack option
97904f7... meson: Handle spaces in the full python path
b506869... Revert "meson: Handle spaces in the full python path"
52a5c7e... The third parameter of assertion_message is an integer.
1a0aa37... meson: Don't look for gio-unix-2.0 on Windows
5c46869... giscanner: Fix GtkDocAnnotations implementation
2034e30... meson: Prefer source annotations for gir generation
b9693d3... giscanner: Fix minor python3 compatibility issue
daf5d25... meson: Sort globbed files before printing
d010472... giscanner: Maintain python2 compat in annotationparser
9aabc17... meson: add ffi_libdir to glib_libpaths and glib_command
10a369f... meson: Rebase on top of latest master and bump version
(*) 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]