]> git.ipfire.org Git - thirdparty/vala.git/shortlog
thirdparty/vala.git
2018-11-25  Rico Tzschichholzlibvaladoc: Drop Api.Browsable
2018-11-25  Rico Tzschichholzlibvaladoc: Replace SymbolAccessibility with Vala.Symbo...
2018-11-25  Rico Tzschichholzlibvaladoc: Replace FormalParameterType with Vala.Param...
2018-11-24  Rico Tzschichholztests: Add default defines test for VALA_0_XX and GLIB_2_XX e3e098f4f389ce857e5ac9099d170869d3ff9973
2018-11-24  Rico Tzschichholzvala: Move setting of default defines for VALA_0_XX... 3d926c1288b3ec4fd692dd1de6b91fb6c2090183
2018-11-22  Rico Tzschichholzcodegen: Don't use temp variable for stack allocated... 32ffc862417be39d42a1b8eeb3d0748b3e138aff
2018-11-22  Rico Tzschichholzvala: Don't replace assignments for local variables... e701142da4601ece5ca71cc4484728b08969c74e
2018-11-22  Rico Tzschichholzcodegen: Don't emit unused temp variable for element... bccc3acdbf1d01ee85b3bcdeb6bc5b601674bca7
2018-11-22  Rico Tzschichholztests: Extend assignment and array element access tests
2018-11-22  Rico Tzschichholzvala: Minor clean up assignment to binary expression...
2018-11-22  Rico Tzschichholzcodegen: Replace if-else-tree with switch
2018-11-22  Rico Tzschichholzbuild: Add --enable-debug configure option
2018-11-21  Rico Tzschichholzcodegen: Don't emit type_id for enum in non GOBJECT...
2018-11-21  Rico Tzschichholzcodegen: Don't explicitly add glib headers, using symbo...
2018-11-21  Rico Tzschichholzcodegen: Improve adding of delegate target type declaration
2018-11-21  Rico Tzschichholzcodegen: Add required headers for ctor/dtor of compact...
2018-11-21  Rico Tzschichholzcodegen: Add type declaration for errors and error...
2018-11-21  Rico Tzschichholzcodegen: Add type declarations required for generics...
2018-11-21  Rico Tzschichholzvala: Use DataType.get_type_arguments()
2018-11-21  Rico Tzschichholzvala: Add Delegate/Method/ObjectTypeSymbol.has_type_par...
2018-11-21  Rico Tzschichholztests: Add some minimal test cases to catch insufficien...
2018-11-21  Rico Tzschichholzglib-2.0: Drop g_object_unref which is part of gobject-2.0
2018-11-21  Rico Tzschichholzcodegen: Add target/destroy type declarations for deleg...
2018-11-21  Rico Tzschichholzcodegen: Add profile specific delegate target/destroy...
2018-11-21  Alistair Thomasposix: Add CommandPipe as a sub-type of FILE
2018-11-20  Rico Tzschichholzcodegen: Make sure to include declarations for delegate...
2018-11-20  Rico Tzschichholzvapi: Update GIR-based bindings
2018-11-20  Rico Tzschichholzgtk+-4.0: Update to 3.94.0+40ae5c13
2018-11-20  Rico Tzschichholzgdk-x11-3.0,gtk+-3.0: Update to 3.24.1+356f1f59
2018-11-20  Rico Tzschichholzgstreamer: Update from 1.15+ git master
2018-11-20  Rico Tzschichholzparser: Use comment which was already retrieved in...
2018-11-20  Alistair Thomasdocs: Update build instructions and move them to README.md 2a1c951dbe5691173451b404d1ca8cea661e9916
2018-11-20  Alistair Thomasdocs: Use Markdown for README and move to README.md d9a86967049de9d379487f4ab3ce91a713f21e7f
2018-11-19  Rico Tzschichholzgobject-2.0: Attribute all symbols with cheader_filenam... 6aa412da8e16e6630814a357adbfd724d59de30d
2018-11-19  Rico Tzschichholztestrunner: Add -Werror=strict-prototypes 1d94694908ed3deeb0d6a2ed3234dcfb2ebc90ba
2018-11-19  Rico Tzschichholzccode: Add void to delegate typedef declarations withou...
2018-11-19  Rico Tzschichholztestrunner: Pass buildsystem's CC through to valac
2018-11-19  Rico Tzschichholzccode: Don't allow more than one consecutive empty...
2018-11-19  Michael James... valadoc: Adjust stylesheet to unbreak Epiphany 2ba06ae75d4751f2d6696a688a2192d23b8536b4 8/head
2018-11-19  Rico Tzschichholzvaladoc: Fix a few errors and warnings in stylesheet
2018-11-18  Rico Tzschichholzcodegen: Add ccode getters for GType functions of Class... 7ec98fad71a7b9522442cbac8106711fba94cfac
2018-11-18  Rico Tzschichholzgirwriter: Write glib-type attributes for Enums/Structs...
2018-11-18  Rico Tzschichholzcodegen: Fix canonical string for quark of error domains
2018-11-17  Rico Tzschichholzvala: Fix bootstrap with valac >= 0.16.1 3279c5831bde814f73c0182a4de8663ebc2b1ed1
2018-11-17  Rico Tzschichholzvala: Compact classes don't allow private/class fields...
2018-11-17  Rico Tzschichholzvala: Remove superfluous return_if_fail()
2018-11-17  Rico Tzschichholztests: Add "static fields" to compact class to increase...
2018-11-17  Rico Tzschichholztests: Add bug specific "lock test"
2018-11-17  Rico Tzschichholzvala: Clean up constructor/destructor API of Class...
2018-11-17  Rico Tzschichholzgenieparser: Use dedicated Class.add_constructor/destru...
2018-11-16  Corentin Noëltests: Add more GLib.Array tests d85d5fda1b2aedd0dea3a144fa442962bb452fc1 29/head
2018-11-16  Corentin Noëlcodegen: Add destroy function for GLib.Array
2018-11-16  Corentin Noëlglib-2.0: Avoid double-free in GLib.Array if clear_func...
2018-11-16  Rico Tzschichholzglib-2.0: Add missing Array.set_clear_func() binding
2018-11-16  Rico Tzschichholzvaladoc: Use new to_string() methods of enumerations... 58b04490ff5e552cda8291a9795316592ae03333
2018-11-16  Rico Tzschichholzlibvaladoc: Use Scanner.get_identifier_or_keyword(...
2018-11-15  Rico Tzschichholzvala: Use new to_string() methods of enumerations in... 31b3ca1c491ef5c6e7c2b17080ed3d44e93b0250
2018-11-15  Rico Tzschichholzvala: Add AssignmentOperator.to_string()
2018-11-15  Rico Tzschichholzvala: Add SymbolAccessibility.to_string()
2018-11-15  Rico Tzschichholzvala: Add UnaryOperator.to_string()
2018-11-15  Rico Tzschichholzvala: Add BinaryOperator.to_string()
2018-11-15  Rico Tzschichholztests: Add enum/errordomain tests for GIR parser to...
2018-11-14  Rico Tzschichholzdoc: Include dependencies for internal-api-docs to... 6e26ea4975098824c3796d8db048681d0e809177
2018-11-14  Rico Tzschichholzvaladoc/html: Skip package dependency if target directo...
2018-11-14  Rico Tzschichholzlibvaladoc: Add type_id to Api.Enum/Interface
2018-11-14  Rico Tzschichholzlibvaladoc: Actually assign type_id of Api.Structs
2018-11-14  Rico Tzschichholzlibvaladoc: Link against private libvalaccodegen
2018-11-14  Rico Tzschichholzcodegen: Fix get_ccode_name() for properties
2018-11-14  Rico Tzschichholzlibvaladoc/html: Sort symbols and members where possible
2018-11-14  Rico Tzschichholzlibvaladoc: Match property signature with vala's codewriter
2018-11-13  Rico Tzschichholzcodegen: Transfer ownership of compact class to Destroy... bf8c09bf3a5e637880941ee6f59a73e934cf609e
2018-11-13  Corentin Noëlgio-2.0: Add missing File.new_build_filename() 613210b2410577844bafdf8aff3cc8d50399a1a5
2018-11-12  Rico Tzschichholztests: Avoid use of g_ptr_array_find() which requires...
2018-11-09  Rico Tzschichholzcodegen: Deprecate "ctype" ccode-attribute 300cfe1985ee6075583c73d4eddb64d09cee941f
2018-11-09  Rico Tzschichholzglib-2.0: Replace ctype ccode-attributes with type
2018-11-09  Rico Tzschichholzcodegen: Deprecate "finish_function" ccode-attribute
2018-11-09  Rico Tzschichholzgio-2.0: Replace finish_function ccode-attributes with...
2018-11-08  Rico Tzschichholzvapi: Some random fixes on old bindings
2018-11-08  Rico Tzschichholzvala: Copy CCode instance_pos argument from virtual...
2018-11-08  Rico Tzschichholzvala: Add CodeNode.copy_attribute_*() helper methods
2018-11-08  Rico Tzschichholztests: Add GenericArray (GPtrArray) tests
2018-11-08  Rico Tzschichholzcodegen: Fix method pointer cast if instance isn't...
2018-11-08  Rico TzschichholzSync NEWS from 0.42
2018-11-07  Rico Tzschichholzvala: Check for matching ownership of type-arguments 4f5a770f20c0d13a0bee6e02af20a458aa378b1c 27/head
2018-11-07  Rico Tzschichholzgstreamer: Update from 1.15+ git master 10b87427a263886b0e36d5f4a297d6e079b74b6e
2018-11-07  Rico Tzschichholzgio-2.0: Result of DBusMessage.get_header() is unowned
2018-11-07  Rico Tzschichholzgtk+-4.0: Update to 3.94.0+b4b30b49
2018-11-06  Alistair Thomasglib-2.0: Add array length to string.skip 2d276924797606ac953dbb75cf9eaf6d3363893d
2018-11-06  Rico Tzschichholzvala: Don't check for GLib.Variant casting in POSIX...
2018-11-05  Rico Tzschichholztestrunner: Add -Werror=missing-prototypes
2018-11-05  Rico Tzschichholzcodegen: Add prototype for *_new() of abstact compact...
2018-11-04  Rico Tzschichholzcodegen: Don't emit *_free() of derived compact classes
2018-11-04  Rico Tzschichholzcodegen: Add prototype for *_register_type() function
2018-11-04  Rico Tzschichholzgdk-3.0: Fix type-argument in return-type of Device...
2018-11-04  Rico Tzschichholzvala: Use is_weak() for type-arguments in DataType...
2018-11-04  Rico Tzschichholzgdbus: Don't pass null to get_ccode_array_length_type...
2018-11-03  Rico Tzschichholztestrunner: Check if compiler flags are supported befor...
2018-11-03  Rico Tzschichholzvala: Drop "explicit" from ValaSourceFile and use ...
2018-11-03  Alistair Thomascodegen: Add replacement for G_(BEGIN|END)_DECLS in...
2018-11-03  Rico Tzschichholzlibvaladoc: Add "unlock" to keywords in Highligher
next