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