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
2022-08-30
Removed hardcoded `-arch x86_64` for MacOS nifs
Dominic Letz
2020-04-17
Fix non-verbose output for C/CPP targets
Loïc Hoguin
2020-03-25
Remove -lerl_interface from the default LDLIBS
Loïc Hoguin
2019-12-09
plugins/c_src.mk: Deduce directory to create from $@
Jean-Sébastien Pédron
2018-12-11
Remove -finline-functions from OSX by default
Loïc Hoguin
2018-11-29
Rebuild the env.mk file when the Erlang/OTP has changed
Loïc Hoguin
2018-11-29
Rebuild C projects when Makefiles change
Loïc Hoguin
2018-11-26
Rename render_template to core_render and move into core
Loïc Hoguin
2018-11-24
Don't try to create a nif if n wasn't provided
Loïc Hoguin
2018-11-24
Add a warning to not edit env.mk
Loïc Hoguin
2016-10-21
Update Copyright notices
2016.10.21
Loïc Hoguin
2016-01-24
Export CC on Windows
Loïc Hoguin
2015-12-14
Fix compilation of NIFs on Windows
Loïc Hoguin
2015-11-19
Do not export templates as environment variables
Jean-Sébastien Pédron
2015-10-26
Add new-nif target and related tests
Loïc Hoguin
2015-10-15
fix multiple patterns used on core_find
Daniel Goertzen
2015-10-12
Fix port compilation for rebar projects
Loïc Hoguin
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