summaryrefslogtreecommitdiff
path: root/configure.ps1
Commit message (Collapse)AuthorAgeFilesLines
* Remove JS tests + support for harness (#3197)Joan Touzet2020-10-071-4/+0
|
* Integrate emilio - erang linterILYA Khlopotov2020-04-151-0/+14
|
* Fix Windows build (#2534)3.0.0-RC1Joan Touzet2020-02-081-0/+15
| | | | | | | | | | | | | | | | | | | | * Allows `configure.ps1` to correctly pull and build `rebar` on Windows * Removes the static declarations in `rebar.config.script` on specific, pre-determined paths to various includes/libraries necessary for NIFs and external binaries (expectation is these are passed in env vars INCLUDE, LIB and LIBPATH) * fixes the SM60 `couchjs` build by telling `windows.h` not to redefine min and max as macros through a `#define` * fixes the `make eunit` target on Windows * Adds the missing `EXE_LINK_CXX_TEMPLATE` that our rebar doesn't have, but `enc` has today, which is also causing a failed `couchjs` (C++) build on Windows * Causes `make python-black` to correctly cause failure in `make check` if it finds problems * fixes Mango tests on Python 3.8 by bumping the hypothesis dependency * fixes one Elixir test on Windows (incorrect calculation of `now(:ms)` due to Erlang clock precision difference) * a little bit of python black cleanup (mango tests)
* Add SpiderMonkey version option to configurePaul J. Davis2019-12-201-1/+7
|
* Fix Windows buildJoan Touzet2017-07-081-1/+1
|
* Remove TeX/LaTeX and texinfo from the build chainJoan Touzet2017-03-191-9/+1
|
* Add friendly message to end of configure.ps1Joan Touzet2016-09-071-0/+1
|
* More Windows fixes; make release now worksJoan Touzet2016-07-181-6/+6
|
* Set -name to hostname during ./configure for Win64Joan Touzet2015-09-091-1/+2
| | | | CC @janl simple enough ;)
* First version of Windows configure scriptJoan Touzet2015-07-111-0/+201