summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* erlc: clean-up, enhance, and regression fix fd17693Tuncer Ayaz2014-03-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | * update files * fix Dialyzer warning * unconditionally enable info fil * clean-up inconsistencies * use term_to_binary compression * use try...catch instead of case...catch...of * do not write build info file if the graph is unmodified * store info file as <base_dir>/.rebarinfo * properly support list of compile directives * fix regressions: - Fix a bug in handling of files to compile first. - If a file that is depended upon itself depends on other files, make sure those are compiled first. While at it, rename variables for correctness. Reported-by: David Robakowski - Make sure that FirstFiles has no dupes and preserves the proper order. - headers referenced via -include_lib() were not properly resolved to absolute filenames - .erl files found in sub dirs of src_dirs were not properly resolved to absolute filenames
* Update .gitignore (add .eunit and deps)Tuncer Ayaz2012-08-131-0/+2
|
* Add 'qc' cmd and rename eunit-compile to test-compileTuncer Ayaz2012-07-231-3/+1
|
* Enhance make check (Inspired-by: Stavros Aronis)Tuncer Ayaz2012-01-011-0/+2
|
* bootstrap: generate windows scriptsMatt Campbell2011-12-251-0/+2
|
* Ignore .eunitAlexey Romanov2010-12-081-0/+1
|
* Add .gitignore to the source treeEssien Ita Essien2010-10-031-0/+7
Ignore common files during development.