aboutsummaryrefslogtreecommitdiff
path: root/zenserver-test
Commit message (Collapse)AuthorAgeFilesLines
...
* Restructured xmake filesStefan Boberg2021-09-061-0/+1
| | | | Mostly: moved dependencies to the module which introduces them
* clang-format fixesStefan Boberg2021-09-061-2/+6
|
* Added zenserver-test xmake fileStefan Boberg2021-09-051-0/+4
|
* Marked up unused parameters to squelch warningsStefan Boberg2021-09-052-1/+6
|
* Cleaned up project configurationStefan Boberg2021-09-031-4/+2
| | | | zencore, zenutil and zenstore now declare their public include directories which ends up getting added to any dependent projects
* IoHash::HashMemory -> IoHash::HashBuffer for consistency with UE5 codeStefan Boberg2021-09-021-5/+5
|
* Remove trace.cpp/h and all traces of usageStefan Boberg2021-08-241-1/+0
|
* Added support for defining test/non-test server environmentsStefan Boberg2021-08-061-2/+2
|
* Repurposing test utility code to enable server control via zenStefan Boberg2021-08-062-4/+4
|
* Made some changes to how mesh config worksStefan Boberg2021-06-211-0/+28
|
* clang-format onlyStefan Boberg2021-06-201-6/+2
|
* Improved some logging in test harness, added launcher testStefan Boberg2021-06-181-1/+174
|
* Validate that structured cache bucket identifiers are alphanumericStefan Boberg2021-06-171-2/+23
|
* Fixed up project.basic test to account for changes made to the project store ↵Stefan Boberg2021-05-261-8/+2
| | | | interface
* Structured cache changesStefan Boberg2021-05-221-21/+48
| | | | | - Changed cachestore to use BasicFile and TCasLog instead of local variants - Added structured cache persistence tests
* Partial refactoring of structured cache implementation - WIPStefan Boberg2021-05-211-0/+46
|
* Use vcpkg --overlay-ports to handle asioJoe Kirchoff2021-05-191-0/+2
|
* Adding zenservice codeStefan Boberg2021-05-115-0/+1406