[vala] (114 commits) Non-fast-forward update to branch tintou/valadoc-skip-function-macro
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] (114 commits) Non-fast-forward update to branch tintou/valadoc-skip-function-macro
- Date: Thu, 11 Jun 2020 12:56:50 +0000 (UTC)
The branch 'tintou/valadoc-skip-function-macro' 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:
f6726e5... libvaladoc/girimporter: Skip "function-macro" elements
Commits added to the branch:
762887d... vala: Handle unlock() statement in CodeWriter (*)
dfc814c... vala: Handle all ctors and dtors in CodeWriter (*)
795e321... codegen: Avoid critical trying to serialize an unsupported (*)
f9c688a... tests: Add "switch enum" test to increase coverage (*)
2ab3b67... tests: Add "local clash with implicit this" test to increas (*)
21900b6... codegen: Don't free value if property setter takes ownershi (*)
aa56462... codegen: Correct field declaration for captured inline-allo (*)
c69b486... tests: Add "expression as argument" tests to increase cover (*)
792e967... vala: Consider boolean types are compatible with each other (*)
d08837b... tests: Extend "array foreach" test to increase coverage (*)
77aec59... vala: Parse standalone integer/real literals as expression (*)
ab178ea... codegen: Include "glib.h" for G_BEGIN_DECLS/G_END_DECLS usa (*)
d02167a... codegen: Correctly handle transformation of translated stri (*)
3d77608... codegen: Use defintions of public header in internal header (*)
9f32492... vala: Drop --use-header compiler option and enable it by de (*)
e9c5f4a... vala: Warn about usage of override to implement abstract in (*)
61e69f4... tests: Extend "DBus signals" test to increase coverage (*)
25f93c2... gdbus: Use GDBusProxy API to set `g-interface-info` at init (*)
4591fa5... codegen: Don't pass CCodeCastExpression to NULL-aware free (*)
91a9d42... gtk4: Update to 3.98.2+11495027 (*)
2209a67... gstreamer: Update from 1.17.0+ git master (*)
a48d0ca... gio-2.0: Update to 2.65.0~a136776e (*)
45675a2... gobject-2.0: Add ParamSpec/Signal.is_valid_name() since 2.6 (*)
d6e7eba... Sync NEWS from 0.48 (*)
624d838... tests: Add "Bus/DBusConnection.get_proxy*()" tests to incre (*)
d176f17... vala: Set default_construction_method in semantic-analyzer (*)
5451c70... gstreamer-app-1.0: Don't merge Src.push_buffer_*() signal w (*)
d01c124... glib-2.0: Fix Filename.canonicalize() binding of g_canonica (*)
09e565a... vala: Drop mitigation in CodeContext.pkg_config_modversion( (*)
2ad4a6e... vala: Don't use possibly uninitialized backing field of pac (*)
0f82a8d... gstreamer-1.0: Don't skip GST_*_FORMAT strings (*)
1389300... vala: Add SourceReference.contains() (*)
5cebc0e... vala: Add SourceLocation.to_string() (*)
4368a4f... parser: Handle incomplete expression statements (*)
0a0a851... codegen: Fix binary 'in' operator on array with boxed value (*)
34a47ef... codegen: Use get_value_*_function() in GSignalModule.genera (*)
bcc40d5... codegen: Correctly handle signals returning real non-nullab (*)
241491d... codegen: Use specified indices to access multidimensional a (*)
2999a39... testrunner: Add -Werror=array-bounds (*)
49a9c71... codegen: Fix base-access to non-abstract/non-virtual proper (*)
5ab291d... codegen: Check vfunc of abstract/virtual methods for NULL b (*)
5abec1c... codegen: Check vfunc of abstract/virtual properties for NUL (*)
59bf720... vala: Check assigned handler of dynamic signal before proce (*)
2dc1851... Revert "vala: Drop mitigation in CodeContext.pkg_config_mod (*)
fbe96d1... vala: Fix cleaning of output in CodeContext.pkg_config_modv (*)
2308a32... glib-2.0: Guard Pid.to_string() with GLIB_2_50 to deal with (*)
8e42916... vala: Don't perform version check on internal lambda method (*)
13f8c39... vala: Perform version check for types of non-external varia (*)
6073767... vala: Quote symbol on report by version attribute check (*)
65c2498... tests: Add "version check" tests to increase coverage (*)
c55121b... tests: Actually make the "version check" tests work (*)
3f7b518... vala: Ensure non-empty argument list for "disconnect" befor (*)
e2b199c... glib-2.0: Add Unicode 13.0 symbols (*)
eba6058... vapi: Update GIR-based bindings (*)
3b36e72... gtk4: Update to 3.98.2+6a4f7889 (*)
b1cb703... codegen: Fix default of CCode.pos for parameters in async m (*)
4a98798... girparser: Move special handling for certain parameters to (*)
bcc6d14... girparser: Drop special handling of GLib.Data, GLib.PtrArra (*)
0e424b9... girparser: Improve detection of AsyncReadyCallback/AsyncRes (*)
5120ea0... gio-2.0: Add "async_result_pos" attributes to *.call_with_u (*)
9201f00... gtk4: Update to 3.98.2+2869f80b (*)
6b7f10d... gtk4: Update to 3.98.3 (*)
a55e918... tests: Fix make dist (*)
49a3218... Sync NEWS from 0.48 (*)
da4cba7... Revert "vala: Set default_construction_method in semantic-a (*)
71af8d6... tests: Extend "fastvapi" test to increase coverage (*)
5759b2b... Sync NEWS from 0.48 (*)
cd3ea49... vala: Check coverage of switch on enum-type and issue warni (*)
6bbaf9a... gitignore: Update and add some IDE files (*)
393723c... gtk4: Update to 3.98.3+429e0bfa (*)
d729273... vala: Allow node_reference being null in SemanticAnalyzer.g (*)
d679f72... vala: SemanticAnalyzer.get_instance_base_type() is not allo (*)
c75950d... vala: params-array parameter is not allowed in abstract/vir (*)
6746468... valadoc: Keep using add_package() for default packages and (*)
c685ab4... valadoc: Add implicit "Posix" using-directive for POSIX pro (*)
a522301... vala: Use stable hash for methods in HashMap of implicit_im (*)
2afaae5... parser: Use [Flags] for ModifierFlags (*)
0d59dcc... Use "str_equal" as equal_func for ArrayList<string> instanc (*)
2d6328d... vala: Set value_type of undefined member-access to avoid fu (*)
c49d45a... codegen: Correctly handle cast-expression of real struct to (*)
2ae1698... vala: Transform cast from floating-type to boxed-type (*)
bb3c713... vala: Transform cast from integer-type to boxed-type (*)
9ae4713... gtk4: Update to 3.98.3+386b36a6 (*)
33e4ad0... codegen: Use loop index instead of get_ccode_pos() for elli (*)
00bef7c... vala: Explicit "new" method may be incompatible with a poss (*)
ccf7c15... girparser: Add support for boolean "new" argument for metho (*)
8c60585... gtk4: Update to 3.98.3+028942c8 (*)
32e369f... webkit2gtk-4.0: Update to 2.29.1 (*)
24de57b... gstreamer: Update from 1.17.0+ git master (*)
b76e60c... vapi: Update GIR-based bindings (*)
a3e7970... Sync NEWS from 0.48 (*)
481ca63... gtk+-3.0: Deprecated abstract methods are not required to b (*)
f844ad1... glib-2.0: Map given end == 0 for string.slice/splice() to s (*)
e66d219... Revert "glib-2.0: Map given end == 0 for string.slice/splic (*)
18847c9... codegen: Dup arrays only if length > 0, this consistently r (*)
6312d8c... tests: Extend "s[p]lice" tests to increase coverage (*)
6edde4b... parser: Map empty start/end index to 0/length for slice exp (*)
a2903dc... Revert "codegen: Dup arrays only if length > 0, this consis (*)
4867976... codegen: Improve array-dup-wrapper for empty arrays (*)
120f54f... vala: Improve source documentation (*)
ed320c6... vala: Add InvalidExpression as replacement for erroneous no (*)
35f72f3... Add support for "with" statement (*)
f6f73ee... codegen: Don't call get_ccode_finish_instance() with non-as (*)
fda8ad4... vala: Fix typo in comments (*)
c404afa... vala: Correctly handle qualified struct type reference in i (*)
0ef0911... glib-2.0,gobject-2.0: Add new symbols from 2.66 (*)
839bc4f... vapi: Update GIR-based bindings (*)
cb56688... gstreamer: Update from 1.17.0+ git master (*)
8c801ba... pango: Update from 1.45.1 (*)
96c9e8f... gstreamer-audio-1.0: Adjustments for Gst.Audio.Sink class e (*)
43f3e2c... codegen: Add implicit parameter and instance checks in asyn (*)
ad73966... gtk4: Update to 3.98.5+d2235b71 (*)
bfaa68d... girwriter: Append symbol-attributes to callback field rathe (*)
518984a... libvaladoc/girimporter: Skip "function-macro" elements
(*) 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]