summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* hsla: Just store floatsMatthias Clasen2020-07-251-1/+1
* Merge branch 'matthiasc/for-master' into 'master'Matthias Clasen2020-07-252-3/+152
|\
| * Add another sortlistmodel testMatthias Clasen2020-07-241-0/+18
| * testsuite: Add an incremental sort testMatthias Clasen2020-07-241-1/+106
| * testsuite: Use better names for sortlistmodel testsMatthias Clasen2020-07-241-1/+27
| * testsuite: Reenable tests for incremental sortMatthias Clasen2020-07-241-1/+1
* | Replace "gdouble" with "double"Benjamin Otte2020-07-256-14/+14
* | Replace "gfloat" with "float"Benjamin Otte2020-07-251-2/+2
* | Replace "gchar" with "char"Benjamin Otte2020-07-2535-227/+227
* | Replace "gint" with "int"Benjamin Otte2020-07-2535-221/+221
|/
* Merge branch 'wip/otte/sortlistmodel2' into 'master'Matthias Clasen2020-07-225-3/+723
|\
| * sortlistmodel: Split the SortItem into 2 arraysBenjamin Otte2020-07-221-3/+1
| * testsuite: Add exhaustive sortlistmodel testBenjamin Otte2020-07-222-0/+441
| * timsort: Add change tracking to gtk_tim_sort_step()Benjamin Otte2020-07-221-0/+41
| * Add a timsort() implementationBenjamin Otte2020-07-222-0/+216
| * sortlistmodel: Test that the model is stableBenjamin Otte2020-07-201-0/+23
| * testsuite: Fix a leakBenjamin Otte2020-07-201-0/+1
* | build: fix linking support on macOS with ClangChristian Hergert2020-07-211-1/+5
|/
* testsuite: Fix test case indentationTimm Bäder2020-07-171-41/+41
* Merge branch 'wip/otte/for-master' into 'master'Benjamin Otte2020-07-164-51/+42
|\
| * stringfilter: Make the constructor take an expressionBenjamin Otte2020-07-163-50/+38
| * testsuite: Don't be too exhaustiveBenjamin Otte2020-07-161-1/+1
| * testsuite: Add a case with escaped Latin-1 codeBenjamin Otte2020-07-161-0/+3
* | Merge branch 'wip/otte/vector' into 'master'Matthias Clasen2020-07-163-0/+223
|\ \
| * | array: Add null-terminationBenjamin Otte2020-07-162-3/+48
| * | Add GdkArrayBenjamin Otte2020-07-163-0/+178
| |/
* | treesorter tests: Add a commentMatthias Clasen2020-07-161-0/+1
* | multiselection tests: Plug a leakMatthias Clasen2020-07-161-1/+4
* | filterlistmodel tests: Plug a leakMatthias Clasen2020-07-161-0/+2
* | filter tests: Plug a leakMatthias Clasen2020-07-161-1/+4
|/
* build: Restructure the tests to use dictionariesEmmanuele Bassi2020-07-101-72/+115
* Add the filtermodel-exhaustive test to the slow suiteEmmanuele Bassi2020-07-101-1/+1
* Increase the default timeout for slow testsEmmanuele Bassi2020-07-101-2/+8
* Merge branch 'wip/otte/for-master' into 'master'Benjamin Otte2020-07-092-6/+37
|\
| * testsuite: Be more exhaustiveBenjamin Otte2020-07-091-6/+4
| * filterlistmodel: Don't filter out every 513th elementBenjamin Otte2020-07-091-0/+33
* | tests: Plug some more memory leaksMatthias Clasen2020-07-092-1/+2
* | testsuite: Assorted leak fixesMatthias Clasen2020-07-085-2/+12
* | testsuite: Fix a memory leak in the bitmask testsMatthias Clasen2020-07-081-1/+7
* | testsuite: Fix some memory leaks reported by asanMatthias Clasen2020-07-081-1/+1
* | testsuite: Fix an asan errorMatthias Clasen2020-07-081-2/+2
|/
* Merge branch 'wip/otte/filterlistmodel' into 'master'Matthias Clasen2020-07-063-2/+495
|\
| * testsuite: Add more filterlistmodel testsBenjamin Otte2020-07-062-0/+480
| * bitset: Fix typo: gtk_bitset_slice() => gtk_bitset_splice()Benjamin Otte2020-07-061-3/+3
| * bitset: Don't overflow when splicingBenjamin Otte2020-07-061-0/+13
* | filefilter: Drop GtkFileFilterFlagsMatthias Clasen2020-07-051-2/+2
* | filefilter: Drop GtkFileFilterInfoMatthias Clasen2020-07-051-10/+0
|/
* stringlist: Remove n_additions argument from gtk_string_list_splice()Benjamin Otte2020-07-051-1/+1
* selectionmodels: Add set_model() supportBenjamin Otte2020-07-052-0/+106
* listmodels: Stop respecting item-typeBenjamin Otte2020-07-055-9/+5