summaryrefslogtreecommitdiff
path: root/tests/virbitmaptest.c
Commit message (Expand)AuthorAgeFilesLines
* Use G_N_ELEMENTS() moreMichal Privoznik2023-03-131-2/+2
* virBitmapSetBitExpand: Remove return valuePeter Krempa2021-12-101-4/+3
* virBitmapClearBitExpand: Remove return valuePeter Krempa2021-12-101-2/+1
* virBitmapUnion: Remove return valuePeter Krempa2021-12-101-2/+1
* util: bitmap: Unexport 'virBitmapParseSeparator'Peter Krempa2021-12-101-1/+1
* tests: Return EXIT_FAILURE/EXIT_SUCCESS instead of -1/0Michal Privoznik2021-05-171-1/+1
* lib: Drop internal virXXXPtr typedefsMichal Privoznik2021-04-131-2/+2
* virBitmapNew: Don't check return valuePeter Krempa2020-10-051-10/+2
* util: bitamp: Remove virBitmapNewEmptyPeter Krempa2020-10-051-4/+4
* virbitmaptest: Remove unnecessary error/cleanup labelsPeter Krempa2020-10-051-163/+107
* virbitmaptest: Use g_auto(free) for cleanupPeter Krempa2020-10-051-54/+25
* virbitmaptest: Refactor checks in 'test6'Peter Krempa2020-10-051-38/+6
* virbitmaptest: Turn 'TEST_MAP' macro into a helper functionPeter Krempa2020-10-051-26/+37
* virbitmaptest: Use separate output strings in 'test5'Peter Krempa2020-10-051-7/+6
* virbitmaptest: Split up test4Peter Krempa2020-10-051-18/+46
* virbitmaptest: Split up test12Peter Krempa2020-10-051-2/+17
* virbitmaptest: Add few more cases for virBitmapToStringPeter Krempa2020-10-051-1/+33
* virbitmaptest: test13: Refactor memory cleanupPeter Krempa2020-10-051-19/+9
* virBitmapToString: Remove unused 'prefix' and 'trim' argumentsPeter Krempa2020-10-051-1/+1
* virBitmapNewEmpty: Use g_new0 to allocate and remove error checkingPeter Krempa2020-03-201-6/+2
* tests: Fix logic to not have possible NULL derefJohn Ferlan2019-11-061-2/+4
* Use g_autoptr instead of VIR_AUTOPTRJán Tomko2019-10-161-3/+3
* Use G_N_ELEMENTS instead of ARRAY_CARDINALITYJán Tomko2019-10-151-4/+4
* tests: use G_GNUC_UNUSEDJán Tomko2019-10-151-12/+12
* util: Introduce virBitmapUnion()Andrea Bolognani2019-06-041-0/+38
* util: bitmap: Use VIR_SHRINK_N in virBitmapShrinkPeter Krempa2018-02-051-4/+2
* util: Clear unused part of the map in virBitmapShrinkMartin Kletzander2018-02-021-0/+8
* util: Reintroduce virBitmapSubtractMartin Kletzander2017-11-181-0/+42
* util: Introduce virBitmapNewStringMartin Kletzander2017-11-181-0/+38
* util: Rename virBitmapDataToString to virBitmapDataFormatMartin Kletzander2017-11-181-3/+3
* Remove backslash alignment attemptsAndrea Bolognani2017-11-031-22/+22
* util: bitmap: Modify virBitmapSubtract to virBitmapIntersectPeter Krempa2017-07-201-8/+9
* tests: Rename VIRT_TEST_* macros to VIR_TEST_*Andrea Bolognani2017-04-041-1/+1
* util: Change return argument for virBitmapParseUnlimitedJohn Ferlan2017-03-221-1/+1
* util: fix off-by-one when expanding a bitmapJán Tomko2017-02-141-3/+3
* tests: Add test cases for the empty bitmapMarc Hartmayer2016-07-091-0/+17
* Introduce virBitmapParseUnlimitedJán Tomko2016-06-201-0/+7
* Remove separator argument from virBitmapParseJán Tomko2016-06-201-11/+11
* Introduce virBitmapParseSeparatorJán Tomko2016-06-201-1/+1
* tests: Rename virtTestCounterNext to virTestCounterNext.Tomáš Ryšavý2016-06-081-1/+1
* tests: Rename virtTestCounterReset to virTestCounterReset.Tomáš Ryšavý2016-06-081-1/+1
* tests: Rename virtTestRun to virTestRun.Tomáš Ryšavý2016-06-081-12/+12
* util: bitmap: Introduce self-expanding bitmap APIsPeter Krempa2016-03-291-0/+54
* util: bitmap: Introduce bitmap subtractionPeter Krempa2016-02-051-0/+55
* Avoid using !STREQ and !STRNEQIshmanpreet Kaur Khera2015-10-211-6/+6
* tests: Resolve Coverity RESOURCE_LEAKJohn Ferlan2015-04-151-0/+1
* virBitmap: Place virBitmapIsAllClear check after virBitmapParse callsErik Skultety2015-04-131-3/+10
* Reverse the logic in virbitmaptestJán Tomko2015-03-101-3/+3
* bitmap: add virBitmapLastSetBit for finding the last bit position of bitmapChen Fan2014-11-041-1/+12
* virbitmap: Introduce virBitmapOverlapsMichal Privoznik2014-07-291-0/+26