summaryrefslogtreecommitdiff
path: root/configure.ps1
Commit message (Collapse)AuthorAgeFilesLines
* Migrate configure settings to Windows (#4479)Ronny Berndt2023-03-171-0/+6
| | | | Migrate the settings `with_proper` and `erlang_md5` to `configure.ps1` to add it to `config.erl`.
* Port the SpiderMonkey check to WindowsGabor Pali2023-01-261-0/+16
|
* Remove Spidermonkey 1.8.5Ronny Berndt2023-01-111-2/+2
| | | | | Removes the old Spidermonkey 1.8.5 source code. Spidermonkey 91 is set as the new default version.
* Add Prometheus port to Windows couchdb.config (#4356)Ronny Berndt2023-01-071-0/+1
| | | Add Prometheus port to ./configure.ps1 to catch up with ./configure
* Write relax-message to standard output on Windows (#4317)Ronny Berndt2022-12-201-1/+1
|
* 3.x: Add rebar3 and erlfmt install commands to configure.ps1 #3873Will2022-03-121-1/+39
|
* Remove JS tests + support for harness (#3197) (#3203)Joan Touzet2020-10-071-4/+0
|
* 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