Age | Commit message (Collapse) | Author |
|
Yeah, I see it lacks A LOT OF things: std::vector lacks .data() member, std::map lacks .count() member, there is no any std::stringstream implementations, etc.
SOLUTION: Try to use STLPort to provide missing STL support for this compiler
|
|
other code has been moved into separated files
|
|
(including this header into Qt application will cause error, because "slots" in Qt just an dummy macro)
|
|
(because after std::vector's resize, contents is uninitialized, Valgrind has been confirmed that)
|
|
Also:
- Fixed warnings in the CLang code model plugin for Qt Creator
- Fixed bend coefficient which caused incorrect hi-hats in DMX banks
|