summaryrefslogtreecommitdiff
path: root/ebin
Commit message (Collapse)AuthorAgeFilesLines
* Change default log level to 'warn' and introduce -q/--quietTuncer Ayaz2013-12-061-1/+1
|
* Roll rebar version 2.1.0Jared Morrow2013-11-221-1/+1
|
* Merge branch 'ates-diameter'Dave Smith2012-11-121-0/+2
|\
| * Add support to compile the Diameter dictionary filesArtem Teslenko2012-11-121-0/+2
| |
* | Bumping to 2.1.0-preDave Smith2012-11-121-1/+1
|/
* Fix version stringTuncer Ayaz2012-08-091-1/+1
|
* Fix vsn stringTuncer Ayaz2012-08-061-1/+1
|
* Bump major version to prepare for next releaseTuncer Ayaz2012-07-231-1/+1
|
* Add 'qc' cmd and rename eunit-compile to test-compileTuncer Ayaz2012-07-231-0/+2
|
* Do not use application:set_envTuncer Ayaz2012-07-231-3/+0
|
* Re-sort modules in rebar.appTuncer Ayaz2012-07-111-1/+1
|
* Initial version of "rebar shell" commandKresten Krab Thorup2012-07-111-0/+2
| | | | | | | For now, this is just a proof of concept; would make sense to add a lot of things, such as quick access to invoking rebar itself (with approproate code reloading), as well as an eunit-aware version so that tests could be run interactively.
* Sort rebar_* modules in rebar.appTuncer Ayaz2012-06-171-5/+5
|
* Merge pull request #220 from talentdeficit/patch-1Dave Smith2012-06-061-1/+5
|\ | | | | add crypto, syntax_tools and tools to applications key as dependencies
| * should also include compiler in list of application dependencies for rebaralisdair sullivan2012-04-301-0/+1
| |
| * add crypto, syntax_tools and tools to applications key as dependenciesalisdair sullivan2012-04-301-1/+4
| |
* | Move to major.minor.patch release version; add OTP build versionDave Smith2012-06-041-1/+1
|/ | | | version info
* Remove duplicate entry (Reported-by: Siri Hansen)Tuncer Ayaz2011-07-081-1/+0
|
* Remove rebar_dialyzerjoewilliams2011-06-061-2/+0
|
* Cleanup deprecations now that R14B03 is releasedTuncer Ayaz2011-05-311-5/+1
|
* Fix formatting (thanks Piotr Usewicz)Tuncer Ayaz2011-04-151-1/+1
|
* Add file local variables where appropriatePiotr Usewicz2011-04-151-0/+3
|
* Add 'generate-appups' commandjoewilliams2011-02-151-0/+2
| | | | | | | | | | | | | | | To further support OTP releases I have added support for generating application appup files. These include instructions that systools uses to generate a relup file which contains the low level instructions needed to perform a hot code upgrade. My goal with this module is to produce "good enough" appup files or at least a skeleton to help one get started with something more complex. If an appup file already exists for an application this command will not attempt to create a new one. Usage: $ rebar generate-appups previous_release=/path/to/old/version Generally this command will be run just before 'generate-upgrade'.
* Add 'generate-upgrade' commandjoewilliams2011-01-271-1/+3
| | | | | | | | | | | | | | | | | | | | | To support OTP release upgrades I have added support for building upgrade packages. Support for this is included in the rebar_upgrade module, specifically generate_upgrade/2. It requires one variable to be set on the command line 'previous_release' which is the absolute path or relative path from 'rel/' to the previous release one is upgrading from. Running an upgrade will create the needed files, including a relup and result in a tarball containing the upgrade being written to 'rel/'. When done it cleans up the temporary files systools created. Usage: $ rebar generate-upgrade previous_release=/path/to/old/version This also includes a dummy application that can be used to test upgrades as well as an example. Special thanks to Daniel Reverri, Jesper Louis Andersen and Richard Jones for comments and patches.
* Add abnfc supportAnthony Ramine2010-12-221-0/+2
| | | | | | | | | abnfc is an ABNF parser generator. Options are: - doc_root (defaults to "src") - out_dir (defaults to "src") - source_ext (defaults to ".abnf") - module_ext (defaults to "")
* Put rebar_pre_script in correct app_dir module positionTuncer Ayaz2010-07-241-2/+2
| | | | | Erroneously put rebar_pre_script at the end of the app_dir modules list in the previous commit.
* Add rebar_pre_script courtesy of Geoff CantTuncer Ayaz2010-07-241-1/+3
|
* Added a compiler plugin for neotoma grammarsCliff Moon2010-05-031-0/+2
|
* Adding support for compile/clean post scripts, per suggestion from Kevin SmithDave Smith2010-06-141-1/+3
|
* Process deps prior to subdirs so that top-level dependencies work as expectedDave Smith2010-06-091-1/+1
|
* Add edoc module to .app fileDave Smith2010-06-081-0/+2
|
* Add support for requiring a specific ERTS or OTP version via a regexDave Smith2010-05-031-0/+2
|
* Add stub for xref support; not yet doneDave Smith2010-04-091-1/+3
|
* Add ASN.1 support (via Ruslan Babayev)Tuncer Ayaz2010-03-221-0/+2
| | | | | Add support for compiling ASN.1 files with asn1ct. Patch from Ruslan Babayev.
* Adding cleaner module to permit users to specify their own set of files to ↵Dave Smith2010-02-211-1/+3
| | | | delete
* Sketching out templating systemDave Smith2010-01-071-2/+5
|
* Include support for dialyzeriw2010-01-071-0/+2
|
* Implemented option to specify number of concurrent workers a command may useTuncer Ayaz2010-01-061-3/+6
|
* Refactor of compilation logic to enable support for package modules and ↵Dave Smith2010-01-021-1/+2
| | | | provide better modularity/reusability for other systems
* Implemented getopt option supportTuncer Ayaz2009-12-291-1/+2
|
* Refactoring core logic in preparation for dependency mgmt; breaking out ↵Dave Smith2009-12-251-12/+25
| | | | sub_dir determination into dedicated module
* rebar can now compile ErlyDTL files (if erlydtl is installed)Bryan Fink2009-12-221-0/+2
| | | | | defaults to compiling from templates/*.dtl to ebin/*_dtl.beam see top of rebar_erlydtl_compiler for configuration options
* Adding rudimentary escript generatorDave Smith2009-12-221-1/+3
|
* Added optional LFE compilation abilities to rebarTim Dysinger2009-12-181-0/+2
|
* Bumping to 2Dave Smith2009-12-181-1/+1
|
* Refactor of core logic to provide better control over recursion and code ↵Dave Smith2009-12-121-12/+10
| | | | path mgmt
* Added support for eunit tests as test/*_tests.erlJon Meredith2009-12-051-2/+5
|
* Refactor rebar to build a self-contained scriptDave Smith2009-12-041-1/+2
|
* Added rebar_ct to support common_test targets test, int_test and perf_test.Jon Meredith2009-12-031-1/+3
|
* Fix up some errors found by rebar now that we use it for compilationDave Smith2009-12-021-0/+2
|