Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Recursively search "src" for .proto files | Evan Miller | 2011-06-01 | 1 | -2/+2 |
| | |||||
* | Clean up code | Tuncer Ayaz | 2011-02-06 | 1 | -8/+13 |
| | |||||
* | Clean up emacs file local variables | Tuncer Ayaz | 2011-01-31 | 1 | -1/+1 |
| | |||||
* | Unify executable invocation | Juhani Rankimies | 2011-01-06 | 1 | -2/+2 |
| | | | | | Add flags to rebar_utils:sh to control output and error handling. Replace calls to os:cmd with calls to rebar_utils:sh. | ||||
* | Fix error where ebin was created as a file | Charles McKnight | 2011-01-06 | 1 | -0/+1 |
| | | | | | | | | | | | | | This patch remedies an issue where the ebin directory would be erroneously created as a file by the first "mv" command in rebar_protobuffs_compile.erl [line 106] if the ebin file did not exist at the root application level. In essence, the patch ensures that the ebin directory exists at the application directory level before any "mv" commands are executed. The following code was inserted at line 106: ok = filelib:ensure_dir(filename:join("ebin","dummy")), | ||||
* | Tidier improvements | Kostis Sagonas | 2010-10-26 | 1 | -7/+1 |
| | |||||
* | Dialyzer related cleanups | Kostis Sagonas | 2010-10-10 | 1 | -1/+1 |
| | |||||
* | Try previous commit again; make sure include/ directory exists | Dave Smith | 2010-01-14 | 1 | -1/+1 |
| | |||||
* | Make sure include/ directory exists | Dave Smith | 2010-01-14 | 1 | -1/+3 |
| | |||||
* | Added vi modeline/emacs local variables to file headers | Tuncer Ayaz | 2009-12-31 | 1 | -0/+2 |
| | |||||
* | Add protobuffs compiler module | Dave Smith | 2009-11-30 | 1 | -0/+132 |