summaryrefslogtreecommitdiff
path: root/src/rebar_protobuffs_compiler.erl
Commit message (Collapse)AuthorAgeFilesLines
* Recursively search "src" for .proto filesEvan Miller2011-06-011-2/+2
|
* Clean up codeTuncer Ayaz2011-02-061-8/+13
|
* Clean up emacs file local variablesTuncer Ayaz2011-01-311-1/+1
|
* Unify executable invocationJuhani Rankimies2011-01-061-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 fileCharles McKnight2011-01-061-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 improvementsKostis Sagonas2010-10-261-7/+1
|
* Dialyzer related cleanupsKostis Sagonas2010-10-101-1/+1
|
* Try previous commit again; make sure include/ directory existsDave Smith2010-01-141-1/+1
|
* Make sure include/ directory existsDave Smith2010-01-141-1/+3
|
* Added vi modeline/emacs local variables to file headersTuncer Ayaz2009-12-311-0/+2
|
* Add protobuffs compiler moduleDave Smith2009-11-301-0/+132