index
:
rebar3.git
master
Clone of https://github.com/erlang/rebar3
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merging w/ http://bitbucket.org/bryan/rebar
Dave Smith
2010-02-14
1
-23
/
+56
|
\
|
*
provide separate 'file' and 'template' directives, instead of one 'file' dire...
Bryan Fink
2010-02-13
1
-28
/
+45
|
*
add chmod template directive for changing file file permission
Bryan Fink
2010-02-04
1
-0
/
+8
|
*
add Render flag to 'file' template directive
Bryan Fink
2010-02-04
1
-2
/
+9
|
*
look for templates in local directory as well
Bryan Fink
2010-02-04
1
-2
/
+3
*
|
Merging w/ mainline
Dave Smith
2010-02-13
3
-9
/
+22
|
\
\
|
*
|
Break out arch string function; update ERLANG_TARGET to include bitness of th...
Dave Smith
2010-02-12
2
-4
/
+7
|
*
|
Make sure to cover all edge cases when parsing module names
Dave Smith
2010-02-12
1
-6
/
+13
|
*
|
Merging w/ mainline
Dave Smith
2010-02-12
1
-1
/
+1
|
|
\
\
|
|
*
|
I'm a moron. Make it a string.
Ryan Tilder
2010-02-10
1
-1
/
+1
|
*
|
|
Append wordsize to the architecture string
Dave Smith
2010-02-10
1
-1
/
+2
|
|
/
/
|
*
|
Adding new vars for scripts to determine architecture (32/64 bit) and target ...
Dave Smith
2010-02-10
1
-1
/
+3
*
|
|
Merging with OJ's branch
Dave Smith
2010-02-13
1
-3
/
+36
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Added support for the speficiation of test suite names
OJ Reeves
2010-02-03
1
-4
/
+35
|
|
/
*
|
Provide package support for eunit; build_plt now includes listed applications...
theiw
2010-02-05
6
-49
/
+85
|
/
*
Do not print dynamic escript name in usage info
Tuncer Ayaz
2010-02-02
1
-1
/
+1
*
Tweaking order of defaults so that -shared is default across platforms unless...
Dave Smith
2010-02-01
1
-1
/
+1
*
Removing useless debug message and extraneous newline
Dave Smith
2010-02-01
1
-2
/
+0
*
Add support for passing addt'l list of sources to erlc_compiler
Dave Smith
2010-02-01
1
-4
/
+9
*
Add support for forcibly overwriting output files; courtesy of OJ Reeves
Dave Smith
2010-01-30
1
-17
/
+40
*
Fix typo; courtesy of OJ Reeves
Dave Smith
2010-01-30
1
-1
/
+1
*
Merging support from asonge for custom_tags_dir
Dave Smith
2010-01-29
1
-1
/
+3
|
\
|
*
Added support for custom_tags_dir compile option to rebar_erlydtl_compiler
Alex Songe
2010-01-16
1
-1
/
+3
*
|
Tweak support for controlling so_name
Dave Smith
2010-01-26
1
-2
/
+2
|
/
*
Look for dirs named erts-vsn when setting up spec for copying files
Dave Smith
2010-01-14
1
-1
/
+7
*
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
*
Merging mainline
Dave Smith
2010-01-09
4
-56
/
+130
|
\
|
*
Simplified usage info printing with getopt v0.2
Tuncer Ayaz
2010-01-09
2
-54
/
+108
|
*
Fixed issue 1 "priv/mibs/ is not automatically created"
Tuncer Ayaz
2010-01-08
2
-2
/
+22
*
|
[mq]: eunit-fix
OJ Reeves
2010-01-09
1
-1
/
+1
|
/
*
Adding sketch of functionality for creating a reltool node from template
Dave Smith
2010-01-08
1
-0
/
+6
*
Basic implementation of templater is complete
Dave Smith
2010-01-08
1
-8
/
+186
*
Sketching out templating system
Dave Smith
2010-01-07
1
-0
/
+51
*
Adding mustache.erl from http://github.com/mojombo/mustache.erl
Dave Smith
2010-01-07
1
-0
/
+219
*
Include support for dialyzer
iw
2010-01-07
2
-3
/
+145
*
A bit of consolidation of version checking for scm clients; adding support fo...
Dave Smith
2010-01-07
1
-29
/
+32
*
Ensure we have the correct hg version
iw
2010-01-06
1
-5
/
+25
*
Implemented option to specify number of concurrent workers a command may use
Tuncer Ayaz
2010-01-06
4
-84
/
+259
*
Merging
Kevin Smith
2010-01-05
2
-53
/
+68
|
\
|
*
Merging w/ bitbucket
Dave Smith
2010-01-04
1
-40
/
+55
|
|
\
|
|
*
rework elrydtl_compiler to do dependency checking correctly in refactored rebar
Bryan Fink
2010-01-04
1
-40
/
+55
|
*
|
Preserve non-empty folders when performing clean
iw
2010-01-04
1
-13
/
+13
|
|
/
*
|
Added so_name entry to rebar.config so linked-in drivers can specify custom ....
Kevin Smith
2010-01-05
1
-13
/
+18
|
/
*
Take 323 on cleaning package dirs from ebin
Dave Smith
2010-01-04
1
-4
/
+12
*
Make sure to create dir structure for output bams
Dave Smith
2010-01-04
1
-0
/
+1
*
Tweak regex to properly match extension and not just .erl anywhere in filename
Dave Smith
2010-01-04
1
-1
/
+1
*
Another round of refactoring to yield better flexiblity in the base_compiler ...
Dave Smith
2010-01-03
7
-150
/
+158
*
Refactor of compilation logic to enable support for package modules and provi...
Dave Smith
2010-01-02
6
-165
/
+272
*
Break out command line argument parsing to a dedicated routine
Dave Smith
2010-01-01
1
-27
/
+36
[prev]
[next]