1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 1 hour ago.
May 02, 2024 — May 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
WS30: Improve random vegetation, reduce frame paus More... about 4 years ago
Add a convenience constructor which uses the types typename to call setup, eliminating the need to call setup separately. More... about 4 years ago
Add a helper function which converts the template typename into a topic name. More... about 4 years ago
Add a fubction which converts a template typename to a string More... about 4 years ago
Add a templated helper function for read and write to simplify the code More... about 4 years ago
Fix a mistake of effectively multiplying by DDS_NSECS_IN_SEC twice. More... about 4 years ago
Subsystems: add checks to avoid crash on early exit More... about 4 years ago
Fix for local particle update More... about 4 years ago
Packages: add ‘provides’ listing support More... about 4 years ago
WS30: Separate Water mesh and Effects More... about 4 years ago
HTTP: permit cancels inside callbacks More... about 4 years ago
Rename the SG_DDS class to SG_DDS_Topic and create a new SG_DDS class which can handle multiple SG_DDS_Topic classes with a single waitset. Add a unit test for DDS More... about 4 years ago
Packages: support a type enum More... about 4 years ago
MMap: fix a missed change to use pimpl. More... about 4 years ago
MMap : improved error reporting, Win32 compat More... about 4 years ago
Of course Windows has it's own _read and _write function whcih conflict with our own. Rename to mmap_read and mmap_write. More... about 4 years ago
Do not allocate any memory but work directly on the mmapped buffer More... about 4 years ago
Set EOF when reaching the end of the mmap buffer More... about 4 years ago
Make life easier by implementing the system read and write function and call that from the classes read and write functions. Add a forward and rewind function. Add a test_untar derived mmap test utility. More... about 4 years ago
Log positions in courseDeg/distanceM failures More... about 4 years ago
Add a setup function which takes the topic name from the descriptors typename More... about 4 years ago
Sigh, fix a stupid typo. More... about 4 years ago
ReadWav: error reporting More... about 4 years ago
Make simple_mmap and simple_unmmap static private members of SGMMapFile. This should also fix the Windows build error on Jenkins. More... about 4 years ago
Add an advance function to step through the mmaped buffer More... about 4 years ago
Use the new mmap functionality to access the timezone file, removing the need to keep the database in memory. More... about 4 years ago
Add a cross-platform file mmap class and use it to access the timezone file, removing the need to keep the database in memory. More... about 4 years ago
More gracefully bail out on a missing timzeone file More... about 4 years ago
Add a function to get the timezone description More... about 4 years ago
Make SGTimeZoneCOntainer using a pimpl More... about 4 years ago