index
:
erlang.mk.git
gh-pages
make-ci-green
master
A build tool for Erlang that just works.
Loïc Hoguin
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
plugins
/
c_src.mk
Age
Commit message (
Expand
)
Author
2015-07-04
Add $(verbose) to avoid completely silencing commands
Loïc Hoguin
2015-07-02
Reduce dependency on external programs
Loïc Hoguin
2015-05-22
Handle executable ports
Loïc Hoguin
2015-05-20
Use core platform detection in c_src
Loïc Hoguin
2015-05-14
Merge branch 'jj1bdx-c_src-appbuild' of https://github.com/jj1bdx/erlang.mk
Loïc Hoguin
2015-05-14
Make sure auto patched dependencies recompile fine
Loïc Hoguin
2015-05-14
Build NIF C code also on tests
Kenji Rikitake
2015-05-12
More improvements for building dependencies
Loïc Hoguin
2015-01-12
Update copyright year
Loïc Hoguin
2015-01-08
Speed up "erl" invocations
Loïc Hoguin
2014-11-25
plugins/c_src.mk: update CFLAGS/CXXFLAGS/LDFLAGS for OS X
Kenji Rikitake
2014-11-25
plugins/c_src.mk: use non-regex file extention detection
Kenji Rikitake
2014-11-22
plugin/c_src: remove C_SRC_OPTS
Slava Yurin
2014-11-20
plugin/c_src: compile C++ source
Slava Yurin
2014-11-19
Make env.mk delete on distclean
Slava Yurin
2014-11-19
Compile all *.c files in c_src and sub dir
Slava Yurin
2014-11-19
Don't try compile c_src if not exist
Slava Yurin
2014-11-19
Add erl_interface for c_src compile and link
Slava Yurin
2014-11-09
Use erlang:halt/0 for c_src.mk
Kenji Rikitake
2014-09-09
fix typo in ifneq
Daniel Goertzen
2014-07-21
Add CC/CFLAGS OS type detection code to plugins/c_src.mk
Kenji Rikitake
2014-06-10
Initial support for NIFs
Loïc Hoguin