aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/c_src.mk
AgeCommit message (Expand)Author
2019-12-09plugins/c_src.mk: Deduce directory to create from $@Jean-Sébastien Pédron
2018-12-11Remove -finline-functions from OSX by defaultLoïc Hoguin
2018-11-29Rebuild the env.mk file when the Erlang/OTP has changedLoïc Hoguin
2018-11-29Rebuild C projects when Makefiles changeLoïc Hoguin
2018-11-26Rename render_template to core_render and move into coreLoïc Hoguin
2018-11-24Don't try to create a nif if n wasn't providedLoïc Hoguin
2018-11-24Add a warning to not edit env.mkLoïc Hoguin
2016-10-21Update Copyright notices2016.10.21Loïc Hoguin
2016-01-24Export CC on WindowsLoïc Hoguin
2015-12-14Fix compilation of NIFs on WindowsLoïc Hoguin
2015-11-19Do not export templates as environment variablesJean-Sébastien Pédron
2015-10-26Add new-nif target and related testsLoïc Hoguin
2015-10-15fix multiple patterns used on core_findDaniel Goertzen
2015-10-12Fix port compilation for rebar projectsLoïc Hoguin
2015-07-04Add $(verbose) to avoid completely silencing commandsLoïc Hoguin
2015-07-02Reduce dependency on external programsLoïc Hoguin
2015-05-22Handle executable portsLoïc Hoguin
2015-05-20Use core platform detection in c_srcLoïc Hoguin
2015-05-14Merge branch 'jj1bdx-c_src-appbuild' of https://github.com/jj1bdx/erlang.mkLoïc Hoguin
2015-05-14Make sure auto patched dependencies recompile fineLoïc Hoguin
2015-05-14Build NIF C code also on testsKenji Rikitake
2015-05-12More improvements for building dependenciesLoïc Hoguin
2015-01-12Update copyright yearLoïc Hoguin
2015-01-08Speed up "erl" invocationsLoïc Hoguin
2014-11-25plugins/c_src.mk: update CFLAGS/CXXFLAGS/LDFLAGS for OS XKenji Rikitake
2014-11-25plugins/c_src.mk: use non-regex file extention detectionKenji Rikitake
2014-11-22plugin/c_src: remove C_SRC_OPTSSlava Yurin
2014-11-20plugin/c_src: compile C++ sourceSlava Yurin
2014-11-19Make env.mk delete on distcleanSlava Yurin
2014-11-19Compile all *.c files in c_src and sub dirSlava Yurin
2014-11-19Don't try compile c_src if not existSlava Yurin
2014-11-19Add erl_interface for c_src compile and linkSlava Yurin
2014-11-09Use erlang:halt/0 for c_src.mkKenji Rikitake
2014-09-09fix typo in ifneqDaniel Goertzen
2014-07-21Add CC/CFLAGS OS type detection code to plugins/c_src.mkKenji Rikitake
2014-06-10Initial support for NIFsLoïc Hoguin