Releases: TokTok/hs-cimple
Releases · TokTok/hs-cimple
v0.0.22
v0.0.21
v0.0.20
Release Notes
- Fix pretty-printer to output correct
#endif
comments. @iphydf (#106) - Add support for cmp.c and cmp.h. @iphydf (#105)
- Add error message for constant inside compound-expr. @iphydf (#104)
- Slightly better error messages. @iphydf (#103)
- Correct pretty-printing of code in comments. @iphydf (#102)
- Slightly better support for code in comments. @iphydf (#100)
v0.0.19
Release Notes
- Remove settings.yml in favour of hs-github-tools. @iphydf (#98)
- Use GPL license with https. @iphydf (#97)
- Also add QueryPerformanceFrequency. @iphydf (#96)
- Add support for QueryPerformanceCounter from winapi. @iphydf (#95)
- Allow SOCKET type for winsock. @iphydf (#94)
- Disable targets for cross-compilation. @iphydf (#93)
- Remove use of experimental
given
feature. @iphydf (#92) - Make haskell code visible to ghci. @iphydf (#91)
v0.0.18
v0.0.17
v0.0.16
Release Notes
Features
- Add support for private/extends/implements. @iphydf (#77)
- Support
T **const
and some other const decls. @iphydf (#74) - Add support for numbered lists. @iphydf (#71)
- Add support for more binary expressions and
@attention
. @iphydf (#70) - Add doxygen comment parser. @iphydf (#68)
- Add support for
@param[in]
and@param[out]
. @iphydf (#67) - Implement include grouping. @iphydf (#64)
- Some extensions to the syntax. @iphydf (#62)
Bug Fixes
- More improvements to the bullet list parser. @iphydf (#72)
- Parse bullet lists correctly. @iphydf (#69)
- Don't create empty groups for empty list of feature defines. @iphydf (#66)
Maintenance (Grunt tasks)
Maintenance (Code cleanup)
v0.0.15
What's Changed
- chore: Use docker build for CI. by @iphydf in #58
- chore: Use toktok-stack image for haskell stack builds. by @iphydf in #59
- chore: Add common CI workflow, currently includes buildifier. by @iphydf in #60
- feat: Support extra braces in compound literal initialisers. by @iphydf in #61
Full Changelog: v0.0.14...v0.0.15
v0.0.14
Release Notes
Features
- Add support for nullable/nonnull annotations on functions. @iphydf (#55)
- Teach cimple about msgpack types. @iphydf (#53)
- Add support for coloured pretty-printing. @iphydf (#52)
- Tie down callback declarations. @iphydf (#42)
- Preliminary support for doxygen groups. @iphydf (#50)
- Better pretty-printing and add doxygen requirement. @iphydf (#49)
Bug Fixes
Maintenance (Grunt tasks)
- Rename
nonnull
tonon_null
. @iphydf (#56) - Add support for more msgpack types. @iphydf (#54)
- Fix cabal test. @iphydf (#47)
Maintenance (Code cleanup)
v0.0.13
What's Changed
Full Changelog: v0.0.12...v0.0.13