aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit
Commit message (Expand)AuthorAgeFilesLines
* Handle whitespace in list parametersPierre Ossman13 days1-0/+24
* Add enumeration list parameterPierre Ossman13 days1-0/+108
* Add string list parameter typePierre Ossman2025-03-121-0/+64
* Add integer list parameter typePierre Ossman2025-03-121-0/+130
* Add enumeration parameter typePierre Ossman2025-03-121-0/+102
* Validate integer parameter valuesPierre Ossman2025-03-061-0/+18
* Add unit tests for parameter typesPierre Ossman2025-03-062-0/+369
* Convert unicode unit tests to Google TestPierre Ossman2025-02-272-142/+133
* Convert pixelformat unit tests to Google TestPierre Ossman2025-02-272-111/+171
* Convert gesturehandler unit tests to Google TestPierre Ossman2025-02-272-513/+312
* Convert conv unit tests to Google TestPierre Ossman2025-02-272-102/+88
* Convert configargs unit tests to Google TestPierre Ossman2025-02-272-115/+78
* Convert hostport unit tests to Google TestPierre Ossman2025-02-272-63/+97
* Convert EmulateMB unit tests to Google TestPierre Ossman2025-02-272-229/+145
* Convert convertLF() unit tests to Google TestPierre Ossman2025-02-272-93/+45
* Enable Google Test unit test frameworkPierre Ossman2025-02-271-0/+7
* Rename core/util to core/stringPierre Ossman2025-02-252-2/+2
* Move timers to core libraryPierre Ossman2025-02-253-25/+25
* Move configuration to core libraryPierre Ossman2025-02-252-72/+73
* Move utility functions to core libraryPierre Ossman2025-02-133-19/+19
* Move basic data types to core libraryPierre Ossman2025-02-132-5/+5
* Use initializer lists for basic data typesPierre Ossman2025-02-131-32/+32
* Move getHostAndPort() to network libraryPierre Ossman2025-02-132-3/+3
* Fix handling of empty -parameter= argumentsPierre Ossman2025-02-061-0/+37
* Fix handling of bool on/off argumentsPierre Ossman2025-01-101-6/+6
* Consolidate argument parsing in single functionPierre Ossman2025-01-102-0/+329
* Merge branch 'mouse-button-support' of https://github.com/CendioHalim/tigervncPierre Ossman2024-11-181-3/+3
|\
| * vncviewer: support for back/forward mouse buttonsAdam Halim2024-10-221-3/+3
* | Use standard exception classesPierre Ossman2024-11-061-1/+2
* | Subclass exceptions from std::exceptionPierre Ossman2024-11-061-1/+1
|/
* Better type for pointer button maskPierre Ossman2024-08-121-3/+3
* Avoid shadowing variablesPierre Ossman2024-06-241-1/+1
* Mark overridden virtual functionsPierre Ossman2024-06-242-2/+2
* Use nullptr in all C++ codePierre Ossman2024-06-241-2/+2
* Merge branch 'types2' of https://github.com/CendioOssman/tigervncPierre Ossman2023-06-301-0/+54
|\
| * Don't allow surrugate code points in UTF-8Pierre Ossman2023-06-301-0/+5
| * Clean up string encoding handlingPierre Ossman2023-06-301-0/+49
* | Prefer target_include_directories()Pierre Ossman2023-03-311-1/+1
|/
* Remove custom CharArray typePierre Ossman2023-02-041-0/+1
* Return std::string instead of dynamic allocationsPierre Ossman2023-02-043-25/+15
* Use stdint typesPierre Ossman2023-02-011-13/+13
* Explicitly mark unused parametersPierre Ossman2023-01-047-7/+7
* Mark system include paths correctlyPierre Ossman2023-01-041-1/+1
* Ignore whitespace around components of host-and-port specificationCatherine Tower2022-09-011-0/+12
* Move include_directories() to proper placesPierre Ossman2022-08-251-1/+2
* Be consistent in including config.hPierre Ossman2021-12-307-0/+28
* Correctly handle invalid UTF-16 code pointsPierre Ossman2020-10-051-0/+2
* Fix conversion of latin-1 to UTF-8Pierre Ossman2020-10-051-0/+34
* Fix UTF-16 encoding/decoding of high code pointsPierre Ossman2020-10-051-0/+4
* Return the correct number of consumed UTF-8 bytesPierre Ossman2020-10-052-0/+168