15 Commits

Author SHA1 Message Date
1d969fab9d Fix warnings in mix.exs 2023-05-05 18:42:12 +06:00
Carlos Martín Nieto
9e9aa23af7 Fix some warnings from mix 2016-11-14 17:09:35 +01:00
mingshun
9621cc5b26 Correct the output path of NIF library for being used as a dependency of another project 2015-10-03 12:43:21 +08:00
mingshun
5c621231ae Correct a typo in docs of mix.exs 2015-10-03 12:08:29 +08:00
Ramon Snir
b2af788af0 some fixes from dialyzer output 2015-07-31 21:49:51 +02:00
Ramon Snir
fa24599e82 Running mix should be sufficient, as an Elixir dependency 2015-07-11 07:50:25 +03:00
Carlos Martín Nieto
b930c1519f nif: add support for CFLAGS 2013-10-16 13:27:40 +02:00
Carlos Martín Nieto
5e0aba3458 Don't forget to compile the erlang files 2013-07-26 03:04:08 +02:00
Carlos Martín Nieto
0d1c0e8f8e Add documentation and defaults to the NIF compiler 2013-07-26 02:05:07 +02:00
Carlos Martín Nieto
bef56fd74c Check if the project exports a nif function 2013-07-26 01:06:13 +02:00
Carlos Martín Nieto
bed2e19ede Pass the args as a list to the compiler
Instead of converting into a string and hoping the shell doesn't
choke.
2013-07-24 23:41:22 +02:00
Carlos Martín Nieto
08ca3b33c2 Search through a list of compilers to compile the NIF 2013-07-23 13:54:39 +02:00
Carlos Martín Nieto
dea0eef8dc Compile the NIF directly
Instead of going through `rebar compile`, do it ourselves.
2013-07-22 03:40:40 +02:00
Carlos Martín Nieto
44dbf9a78b Make mix compile the NIF as well 2013-06-11 17:35:30 +02:00
Carlos Martín Nieto
525fae1ee6 Don't forget mix.exs 2013-06-05 21:42:47 +02:00