Christian Semmler
b449da1fa3
Introduce clang-format ( #240 )
2023-10-25 01:38:27 +02:00
Christian Semmler
37e75703d4
MxOmni::Create 100% match, make Create calls consistent ( #211 )
...
* Improve MxOmni::Create match, make Create calls consistent
* Match MxEventManager::Create
* Fix MxTickleClientPtrList
* 100% match
* Update mxomnicreateparam.h
2023-10-14 20:49:07 -04:00
Christian Semmler
4a674d823b
Implement MxDSSelectAction Clone/operator=/CopyFrom ( #154 )
2023-10-07 20:03:15 +02:00
Christian Semmler
915390602b
Add size assert for MxString
2023-09-26 07:24:28 -04:00
MS
2d9af630ba
lego1: Two more operators for MxString ( #53 )
...
Followed the hint from @madebr in #31 that the next function in MxString was operator+. The one after that is operator+= and both are at 100%.
Squashed commits:
* Removed unnecessary consts
* Replaced malloc/free with new/delete, which solved swapped regs in operator=
* Use delete[] when freeing char* m_data
2023-06-27 19:57:30 -07:00
Anonymous Maarten
7dbb06eef3
Convert all sources eol's to nl ( #41 )
2023-06-23 09:17:41 -07:00
MS
6207d1f775
add more MxString functions ( #31 )
2023-06-21 00:30:07 -07:00
itsmattkc
2a93655f06
added even more definitions
2023-06-18 20:56:55 -07:00
Thomas May
a925aec046
lego1: implement MxTimer + dependencies
2023-06-14 01:22:42 +01:00