summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix type parameter check for overriding generic methodsJürg Billeter2016-09-272-0/+16
* tests: Add async constructor testRico Tzschichholz2016-09-242-0/+15
* Add support for the \v escape charactorRico Tzschichholz2016-09-201-0/+10
* Check for assignment to constantSimon Werbeck2016-09-182-0/+8
* tests: Add test for nested conditional expressionJürg Billeter2016-09-172-0/+9
* codegen: Distinguish between Enum and Flags for their to_string()Rico Tzschichholz2016-09-162-0/+14
* vala: Don't force array-elements to be owned, unowned ones are supportedRico Tzschichholz2016-09-162-0/+13
* Check type parameters when comparing typesMatthias Berndt2016-07-152-0/+12
* Check type arguments recursivelyMatthias Berndt2016-06-252-0/+9
* tests: Support tests with invalid codeJürg Billeter2016-06-251-1/+11
* tests: Fix "static const" warningRico Tzschichholz2016-06-131-1/+1
* codegen: Properly handle PointerType/VoidType in get_ccode_lower_case_name()Rico Tzschichholz2016-02-051-0/+9
* codegen: Properly handle GenericType in get_ccode_lower_case_name()Rico Tzschichholz2016-02-051-0/+48
* codegen: Properly handle DelegateType in get_ccode_lower_case_name()Rico Tzschichholz2016-02-051-0/+17
* codegen: check for null value before calling g_strv_lengthLuca Bruno2015-06-232-0/+28
* Fix 64-bit negative integer literalsJürg Billeter2015-06-221-1/+5
* add missing test from previous commitLuca Bruno2015-06-211-0/+4
* parser: -val is now parsed as a literal instead of unary expressionLuca Bruno2015-06-211-0/+1
* codegen: fix generating struct equal functionRico Tzschichholz2015-06-212-0/+15
* glib: get_filename_charsets "returns" unowned string[]Rico Tzschichholz2015-03-181-1/+1
* tests: Replace test for bug 743877 using g_get_filename_charsets()Rico Tzschichholz2015-03-181-5/+3
* codegen: handle out param of null-terminated arrayLuca Bruno2015-03-042-0/+12
* codegen: Fix detailed signal disconnect in async methodsLuca Bruno2015-01-122-0/+16
* girparser: Take in account base property for ConcreteAccessorLuca Bruno2014-12-282-0/+96
* Fix test of previous commit a6df1b9Luca Bruno2014-12-221-14/+15
* codegen: Fix (unowned foo)[] to foo[] array copyLuca Bruno2014-12-212-0/+18
* Add trivial test for the previous commitLuca Bruno2014-12-121-0/+2
* Support XOR operation for booleansLuca Bruno2014-12-052-0/+6
* Set array lengths for result variableSimon Werbeck2014-12-052-0/+14
* Recursively infer generic type argumentsSimon Werbeck2014-11-172-0/+23
* Add test for commit 0f0bca7e0519Luca Bruno2014-10-252-0/+11
* Resolve symbols in named argumentsLuca Bruno2014-09-092-0/+11
* Test error type checkJürg Billeter2014-08-241-1/+3
* Report an error when parsing non-public struct fieldsLuca Bruno2014-08-111-12/+0
* Fix comparison of nullable value typesSimon Werbeck2014-06-302-0/+16
* Support explicit interface methods implementationLuca Bruno2014-05-182-0/+56
* Support (unowned type)[] syntax for transfer-container arraysLuca Bruno2014-05-172-0/+30
* codegen: Fix local and field names starting with a digitSimon Werbeck2014-04-062-0/+10
* Support non-literal length in fixed-size arraysSimon2014-03-301-0/+4
* Add tests for enums annotated with [Flags]Rico Tzschichholz2014-03-262-0/+32
* tests: Use sed '$d' because head -n -1 is not portableLuca Bruno2014-03-231-1/+1
* Add test for bug 726347Luca Bruno2014-03-162-0/+17
* tests: remove unnecessary main argument from bug723195 testEvan Nemerson2014-01-281-3/+1
* glib-2.0: fix string.joinv for empty (but not null) arraysEvan Nemerson2014-01-282-0/+26
* Fix regression in method calls that throw errors with Value target typeLuca Bruno2014-01-282-0/+10
* Fix regression when coalescing: value owned if either of the two is ownedLuca Bruno2014-01-261-0/+10
* Avoid unnecessary copies when using the coalescing operatorLuca Bruno2014-01-262-0/+8
* Fix semantics for coalesce operator when target_type is null.Luca Bruno2014-01-262-0/+5
* Fix calling methods on struct pointersLuca Bruno2014-01-252-0/+15
* codegen: Support "foo is G"Luca Bruno2014-01-111-0/+11