summaryrefslogtreecommitdiff
path: root/src/rebar_utils.erl
Commit message (Expand)AuthorAgeFilesLines
* rebar_utils: fix Dialyzer warningTuncer Ayaz2018-01-301-1/+1
* rebar_utils: restore blank lineTuncer Ayaz2016-08-281-0/+1
* Introduce REBAR_VSN_CACHE_FILE env variable to load/save vsn cacheMatwey V. Kornilov2016-03-181-1/+21
* Fix bug when running gcc in cross_sizeofFrank Hunleth2016-03-131-1/+1
* rebar_utils: fix commentTuncer Ayaz2015-07-021-6/+5
* cross-arch: fix up issuesTuncer Ayaz2015-07-021-119/+146
* port_compiler: cross-arch rename variablesTony Rogvall2015-07-021-9/+10
* rebar_utils: add (word)size helper functionTony Rogvall2015-07-021-3/+73
* port_compiler: add cross arch supportTony Rogvall2015-07-021-4/+54
* rebar_utils: rename internal functionTuncer Ayaz2015-06-121-3/+3
* Start using memoization serverTuncer Ayaz2015-06-121-19/+6
* rebar_utils: explain pdict useTuncer Ayaz2015-06-031-3/+8
* Don't crash if missing OTP_VERSION file (fix #350)Jesse Gumm2015-06-021-12/+43
* Merge pull request #460 from tuncer/dialyzerFred Hebert2015-05-291-0/+2
|\
| * Suppress missing calls Dialyzer warningsTuncer Ayaz2015-05-221-0/+2
* | Try one more location for the OTP_VERSION fileStavros Aronis2015-05-291-2/+8
|/
* Change env var delimiter to match non-wordMark Anderson2015-02-231-2/+2
* Add rebar_utils:find_files_by_ext/2,3Tomas Abrahamsson2015-01-241-0/+24
* Manually clean up pathsEvan Vigil-McClanahan2014-08-181-1/+16
* Follow-up typo fixes for #327Tuncer Ayaz2014-07-171-4/+4
* rebar_utils:otp_release/0: handle vsn like x.y.z**Tuncer Ayaz2014-07-171-2/+20
* Adapt arch string to versioning scheme changes (>= 17.x)Tuncer Ayaz2014-07-171-1/+22
* Fix minor whitespace and comment issues in rebar_utilsTuncer Ayaz2014-07-171-15/+27
* Merge pull request #229 from tolbrino/tb-patch-envTristan Sloughter2014-06-131-1/+19
|\
| * Add REBAR to environment before executing hooksTino Breddin2014-06-021-1/+19
* | Merge pull request #136 from waisbrot/add-p4-supportFred Hebert2014-06-131-0/+20
|\ \ | |/ |/|
| * Add 'p4' (Perforce) as a dependency typeNathaniel Waisbrot2014-03-171-0/+20
* | Do not wrap base_dir with filename:absname() redpine502014-05-101-2/+2
* | Update rebar_utils.erlredpine502014-05-081-1/+2
* | file_utils: properly report errors (fix #95)Tuncer Ayaz2014-04-111-2/+3
|/
* erlc: clean-up, enhance, and regression fix fd17693Tuncer Ayaz2014-03-051-1/+5
* Fix false reporting of (plain) vsn stringsTuncer Ayaz2013-11-261-6/+8
* Adding debug statements closer to open_portDave Smith2013-06-251-0/+1
* Fix crsh with Unicode in environment varsDave Thomas2013-06-231-2/+2
* Fix crash when env vars contain utf8 charsDave Thomas2013-06-221-3/+3
* Add one more "unicode" option in expand_env_variable—I have a bullet in my ...Dave Thomas2013-06-211-1/+1
* Fix handling of Unicode characters in env varsSlava Yurin2013-02-181-1/+1
* Revert arch string changesTuncer Ayaz2012-10-291-6/+1
* Fix whitespace errorsTuncer Ayaz2012-09-281-1/+2
* deps: add fossil scm supportMartin Schut2012-09-281-4/+5
* Revert 15b7798e4 and restore old git-describe callTuncer Ayaz2012-09-211-11/+1
* rebar_utils: refactor get_experimental and get_deprecated funsTuncer Ayaz2012-08-101-21/+17
* Use separate dirs for eunit and qcTuncer Ayaz2012-08-091-4/+0
* rebar_utils: fix whitespace errorTuncer Ayaz2012-08-091-1/+1
* Replace test-compile with compile_only=true optionTuncer Ayaz2012-08-091-0/+11
* rebar_utils: fix whitespace errorTuncer Ayaz2012-08-061-1/+1
* rebar_utils: call get_cwd/1 locallyTuncer Ayaz2012-08-061-2/+2
* rebar_utils: clean up specsTuncer Ayaz2012-08-061-2/+1
* Only print absolute filename if not in base_dirTuncer Ayaz2012-08-051-1/+9
* Fix -D handlingJoseph Wayne Norton2012-07-281-3/+3