Commit graph

9 commits

Author SHA1 Message Date
Enid Gjoleka
01e08a3605 Remove unused -file attribute on ec_semver_parser 2021-02-10 14:43:53 +01:00
Kuba Odias
4e3b177be7 Allow for extra hyphens in pre-release build version 2018-12-14 23:09:25 +01:00
Tristan Sloughter
69fbe53eea remove unneeded export_all. in OTP20 it is a warning 2017-01-07 18:45:30 -08:00
Brian Lee Yung Rowe
441d11820d Parse Twitter-style dates 2014-12-10 10:59:24 -05:00
Jordan Wilberding
449051bcd6 Fix argument for iolist_to_binary call 2014-03-28 08:39:26 +01:00
Eric Merritt
54f568e826 update the ec_semver_parser 2013-10-14 14:10:47 -07:00
Jesse Gumm
8bc27f62fd Add vi modelines to files. Ignore vim backup files 2013-08-30 06:56:06 -05:00
Eric B Merritt
8870c422ca minor updates from a new version of neotoma 2013-04-24 09:54:55 -07: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