Skip to content

bcc 0.13

Compare
Choose a tag to compare
@realchonk realchonk released this 22 Aug 12:03
· 217 commits to master since this release

ChangeLog

bcc

  • added wrapper bcl for preliminary linking-support
  • added test_install.sh for quick testing
  • added -U, -dumpmacros options
  • new keywords: _Static_assert, _Noreturn, _Bool, restrict
  • cleaned up configure.ac & Makefile.am
  • removed _GNU_SOURCE dependency (except for make check)
  • added compiler-specific header files (bcc-include)
  • improved error messages
  • many bug fixes

bcpp

  • added -U, -dumpmacros options
  • added __FILE__, __TIME__, __DATE__, __LINE__ special macros
  • added #, ## operators
  • added #line, #warning directives
  • bugfixes