You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 line
471 B

15 年之前
  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 ?!