Commit graph

10 commits

Author SHA1 Message Date
Paulo F. Oliveira
f5e8aa6551 gitignore test-generated elements 2021-03-25 00:03:37 +00:00
Tristan Sloughter
2e1b59ece6
move to github actions for CI 2021-01-04 09:44:13 -07:00
Jesse Gumm
8bc27f62fd Add vi modelines to files. Ignore vim backup files 2013-08-30 06:56:06 -05:00
Seth Falcon
d9c6ec1d28 Make proper and neotoma dev-only dependencies
This patch makes erlware_commons easier to include as a dependency by
removing depedencies that are not needed at run time.

The top-level Makefile creates a .DEV_MODE marker file which is
detected by rebar.config.script. When the marker file is present, the
development only dependencies proper and neotoma are included and a
macro 'DEV_ONLY' is defined. The macro is used to only enable the
proper tests for development mode.

The ec_semver_parser.peg is now located in priv/ and is moved into
src/ by the Makefile. The generated ec_semver_parser.erl is now under
version control; it need not be rebuilt by all projects wishing to
include erlware_commons. It will be rebuilt, as before this change, on
every make invocation.
2013-04-22 14:48:08 -07:00
Eric Merritt
bf37ad9492 suport proper semver parsing and comparison in the semver module
Signed-off-by: Jordan Wilberding <diginux@gmail.com>
2012-09-08 09:59:27 -05:00
Eric Merritt
51b5a41c63 add a full makefile that drives rebar
Signed-off-by: Jordan Wilberding <diginux@gmail.com>
2012-09-08 09:51:32 -05:00
Eric Merritt
9514b16993 add rebar files to gitignore
Signed-off-by: Jordan Wilberding <diginux@gmail.com>
2012-09-08 09:50:43 -05:00
Eric Merritt
3e5eeb8cf7 add beam files to gitignore 2012-06-05 17:59:54 -05:00
Eric Merritt
3e6357aea9 add . files to gitignore 2012-06-05 17:59:49 -05:00
Eric Merritt
8fb2b925ce add .gitignore to the system
Signed-off-by: Jordan Wilberding <jwilberding@gmail.com>
2011-09-26 23:50:18 -04:00