您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

28 行
471 B

  1. * Major operations
  2. ** Compile
  3. *** Code generation
  4. *** Compilation/linking
  5. *** App validation
  6. ** Clean
  7. ** ct testing
  8. ** eunit testing
  9. ** Installation
  10. ** Doc generation
  11. * Modes/File types
  12. ** Erlang
  13. ** Port driver
  14. ** NIF driver
  15. ** SNMP MIBs
  16. ** ASN.1 files
  17. * Misc. Notes
  18. ** Port/NIF driver compilation needs pre/post hook
  19. ** Need to support code generation for things like protobuf
  20. ** Need to support compilation flags
  21. * Contexts
  22. ** Application
  23. ** General
  24. ** Release ?!