summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* Check OTP version early in compilation process, closes #7549José Valim2018-04-151-1/+2
|
* Capitalize Mix (#7552)Eksperimental2018-04-151-1/+1
|
* Remove --dry-run when --check-formatted is givenJosé Valim2018-02-031-1/+1
|
* Check the Elixir codebase is formatted before running tests (#7303)José Valim2018-02-031-1/+4
|
* Set proper path of common options used in manpages (#7237)Fernando Tapia Rico2018-01-201-2/+2
| | | | | The path for the common options shared between elixir and iex was not changed when the `man/Makefile` was merged into the top-level `Makefile`.
* Check files are formatted on CIJosé Valim2017-10-121-1/+1
|
* Add groups_for_modules when generating Elixir docs (#6621)José Valim2017-10-011-1/+1
|
* Include lib/*/lib files in Precompiled.zip (#6615)Wojtek Mach2017-09-301-1/+1
|
* Remove entry points for rebar 2José Valim2017-09-291-11/+4
|
* Also require 19.0 on Makefile, closes #6363José Valim2017-07-201-2/+2
|
* Do not clean files that are not compilation artefactsJosé Valim2017-06-221-2/+0
|
* Add non-quoted Unicode atoms and variables (#6158)José Valim2017-05-271-2/+4
| | | | | It follows Unicode Annex #31. See the Unicode Syntax document for a more in-depth reference.
* Kill leaked erl and epmd instances on WindowsJosé Valim2017-05-261-0/+6
|
* Rename clean_exbeam Make target to clean_elixirAleksei Magusev2017-05-091-1/+1
|
* Various minor improvementsAleksei Magusev2017-05-091-1/+1
|
* Always use "rm -f" for deleting files in Makefile (#6008)Eksperimental2017-04-181-7/+7
|
* Create "clean_residual_files" target in Makefile (#5982)Eksperimental2017-04-171-8/+16
| | | | | | | | | | | | Additionally: - Add /lib/*/_build/ to .gitignore, and delete folders - Remove erl_crash.dump file in - Mix fixtures - add lib/mix/test/fixtures/git_sparse_repo to the list of dirs to be removed - Sort and add a reminder in lib/mix/test/fixtures/.gitignore to update Makefile clean target when modifications are done
* Remove temporary files in "clean_man" target in Makefile (#5981)Eksperimental2017-04-161-0/+2
|
* Makefile fixes (#5980)Eksperimental2017-04-161-14/+14
|
* Add a "Deprecations" page to the docs (#5808)Eksperimental2017-03-041-1/+1
|
* Start refactoring on elixir_compilerJosé Valim2017-02-231-1/+1
|
* Add syntax reference documentationJosé Valim2017-02-141-1/+1
|
* Update instructions with new docs setupJosé Valim2016-11-281-11/+4
|
* Add Makefile variable to control ExDoc output format (#5397)Waldemar Rachwal2016-11-021-1/+2
|
* Use correct canonical referenceJosé Valim2016-10-121-1/+1
|
* Add Guards and Operators to guidesJosé Valim2016-08-291-1/+1
|
* Properly check for earlier Erlang versions, closes #5090José Valim2016-08-041-1/+1
|
* Allow to set BINDIR for binaries and SHARE_PREFIX for manpages (#4887)Julian Ospald2016-06-251-7/+9
| | | | This makes packaging elixir easier for distributions which have a more specialized filesystem layout like exherbo.
* Add a "Behaviours" page to the documentation (#4782)Andrea Leopardi2016-06-061-1/+1
|
* No longer announce unicodeJosé Valim2016-05-151-1/+0
|
* Support canonical URLsJosé Valim2016-02-211-1/+2
|
* Makefile and System.revision/0 no longer read from .git/HEADeksperimental2016-02-181-6/+8
|
* Remove more imperative cases and related test casesJosé Valim2016-02-071-1/+1
|
* Add document about scoping rulesJosé Valim2016-02-041-1/+1
|
* Add "Naming Conventions" page to docsHenrik Nyh2016-01-021-1/+1
|
* Add pages about typespecs and docs, closes #4079José Valim2015-12-211-12/+2
|
* Move doctests from central place to the modules they describeAleksei Magusev2015-11-251-5/+1
|
* run compile before regular testseksperimental2015-10-011-1/+1
| | | | Signed-off-by: José Valim <jose.valim@plataformatec.com.br>
* Add text Files to Docs.zipeksperimental2015-09-261-1/+1
|
* License: Use NOTICE (remove LEGAL)eksperimental2015-09-261-1/+1
|
* Require Erlang 18.0 forwardJosé Valim2015-09-251-6/+4
|
* Support logo when generating docsJosé Valim2015-09-121-1/+2
|
* Include docs zip in the publish processJosé Valim2015-09-011-5/+14
|
* Clean up makefileJosé Valim2015-08-151-9/+11
|
* Makefile: print a success message on `realease_precompiled`eksperimental2015-08-151-0/+1
|
* Add quotes. Fixes #3536Constantin Rack2015-08-111-1/+1
| | | | Signed-off-by: José Valim <jose.valim@plataformatec.com.br>
* Rename release_zip to release_precompiled. Fixes #3543Constantin Rack2015-08-111-4/+4
|
* Merge `man/Makefile` into `Makefile`eksperimental2015-07-221-14/+29
|
* run `man/make clean` dir after `make install_man`eksperimental2015-07-221-0/+1
|
* Add man pages to Precompiled fileeksperimental2015-07-221-1/+3
| | | | | * Makefiles have been excluded from the zip file (the main one and the one under man/) * gitignore rule added to ignore precompiled zip file that is created in the root dir