summaryrefslogtreecommitdiff
path: root/tests/basic-types
Commit message (Expand)AuthorAgeFilesLines
...
* tests: Split array tests to provide a GLib-independent testRico Tzschichholz2020-03-062-48/+50
* codegen: Explicitly include <glib.h> as needed for null-literalRico Tzschichholz2020-02-011-0/+3
* tests: Extend "float and integer" tests to increase coverageRico Tzschichholz2019-11-242-2/+8
* tests: Add "typeof" tests for fundamental GLib.TypeRico Tzschichholz2019-10-231-0/+44
* tests: Make (u)int.try_parse() tests more 32bit friendlyRico Tzschichholz2019-10-211-2/+2
* glib-2.0: Add (u)int.try_parse()Rico Tzschichholz2019-10-211-0/+15
* tests: Null-terminate arrays for compatibility test of uint8 and ucharRico Tzschichholz2019-06-171-4/+4
* codegen: Implement silent-cast for GLib.VariantRico Tzschichholz2019-03-281-0/+74
* tests: Add "struct (un)boxing" variant testRico Tzschichholz2019-03-271-0/+16
* tests: Add "custom types" struct tests to increase coverageRico Tzschichholz2019-02-231-0/+51
* tests: Add "struct in array" test to increase coverageRico Tzschichholz2019-02-231-0/+9
* tests: Add regression test for modulo operation on double and floatRico Tzschichholz2019-02-211-0/+22
* tests: Fix try_parse() tests to not compare to already free'd memoryRico Tzschichholz2019-01-041-4/+8
* vala: Array with fixed length don't require explicit instantiationRico Tzschichholz2018-12-161-0/+27
* tests: Extend assignment and array element access testsRico Tzschichholz2018-11-222-0/+33
* tests: Add more GLib.Array testsCorentin Noël2018-11-161-1/+65
* tests: Avoid use of g_ptr_array_find() which requires glib >= 2.54Rico Tzschichholz2018-11-121-0/+4
* tests: Add GenericArray (GPtrArray) testsRico Tzschichholz2018-11-081-0/+108
* tests: Add more string method testsRico Tzschichholz2018-10-301-0/+77
* tests: Add implicit conversion tests for GLib.VariantRico Tzschichholz2018-10-251-0/+65
* codegen: Improve ccode for fixed-length array parametersRico Tzschichholz2018-10-211-0/+32
* valaparser: Don't allow to declare array parameters with "type array[]"Rico Tzschichholz2018-10-201-0/+7
* tests: Add invalid "array concatenation" test to increase coverageRico Tzschichholz2018-09-211-0/+8
* tests: Add "unsupported use of length field" test to increase coverageRico Tzschichholz2018-09-211-0/+6
* tests: Check uchar[] and uint8[] compatibilityRico Tzschichholz2018-09-091-0/+50
* glib-2.0: Add float.parse/try_parse()Rico Tzschichholz2018-08-161-0/+72
* glib-2.0: Add (u)long.parse/try_parse()Rico Tzschichholz2018-08-101-0/+13
* glib-2.0: Add Array.remove*() wrapper to avoid leaking generic elementsRico Tzschichholz2018-07-271-0/+24
* Drop trailing spaces/tabsRico Tzschichholz2018-03-272-5/+5
* tests: Add basic GLib.Node testRico Tzschichholz2018-03-201-0/+15
* codegen: Add valid support for const multi-dimensional arraysMarco Trevisan (Treviño)2018-02-171-0/+26
* vala: The rank of an array-initializer should match the target's rankRico Tzschichholz2018-02-171-0/+5
* vala: Properly handle array-initializers inside struct-initializersRico Tzschichholz2018-02-151-0/+50
* codegen: Don't append fixed-length of array fields in initializersRico Tzschichholz2018-02-151-0/+14
* tests: Add explicit "move" and "resize" array tests to increase coverageRico Tzschichholz2018-01-071-0/+16
* glib-2.0: Add optional 'unparsed' parameter to *.try_parse ()Rico Tzschichholz2017-11-202-0/+19
* codegen: Prioritize "array_length=true" over "array_null_terminated=true"Rico Tzschichholz2017-10-101-0/+10
* codegen: Initialize temp-variable for fixed-size arrays to zero firstRico Tzschichholz2017-09-021-0/+8
* tests: Add regression testRico Tzschichholz2017-08-261-0/+42
* gvariant: Optimize (de)serialization of arrays with type-signature "ay"Ole André Vadla Ravnås2017-06-071-0/+18
* codegen: Use *_free_full to free GLib.List, GLib.SList and GLib.QueueRico Tzschichholz2017-05-171-0/+47
* tests: Add N-D array testsRico Tzschichholz2017-02-211-0/+30
* vala: Non-null initializers are not allowed for owned namespace fieldsRico Tzschichholz2017-02-121-0/+8
* Add explicit copy method for arraysLuca Bruno2016-10-201-0/+8
* codegen: Fix emission of constant array lengthSimon Werbeck2016-10-051-0/+12
* Add support for the \v escape charactorRico Tzschichholz2016-09-201-0/+10
* Check for assignment to constantSimon Werbeck2016-09-181-0/+7
* vala: Don't force array-elements to be owned, unowned ones are supportedRico Tzschichholz2016-09-161-0/+12
* 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