Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix use-after free + Fix building on Windows + prebuild for Node, Electron or on x86 + add debug build + fix the tests and ci #444

Merged
merged 19 commits into from
Apr 18, 2021

Commits on Apr 15, 2021

  1. fix: let Cmake choose the generator

    This lets CMake use the best generator for that system, which increases the portability of the library and removing the need for workarounds in different environments
    aminya committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    88e553e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c61fea View commit details
    Browse the repository at this point in the history
  3. test: fix mocha config

    Replaces old mocha.opts with .mocharc.js. Now the mocha config is detected correctly.
    aminya committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    22dee8f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c61aa0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    22d878a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b8d295d View commit details
    Browse the repository at this point in the history
  7. fix: update libzmq version

    aminya committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    18307a5 View commit details
    Browse the repository at this point in the history
  8. ci: use Node 14 in Travis

    Node 13+ are able to prebuild without the v8 compression error
    aminya committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    c7090c9 View commit details
    Browse the repository at this point in the history
  9. ci: use python 3 in Travis

    aminya committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    520f476 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    629dfad View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9c79db2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0e0acbb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    dc17ddd View commit details
    Browse the repository at this point in the history
  14. fix: update prebuildify

    aminya committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    2fb0d1e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    47eaf2f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    608a615 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c858506 View commit details
    Browse the repository at this point in the history
  18. test: disable typeScript-compatibility for older than 3.4.x

    It is not the responsibility of Zeromq to be buildable on old TypeScript or fullfil technical debts that TypeScript doesn't comply to.
    aminya committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    be3eff2 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2021

  1. Configuration menu
    Copy the full SHA
    740b4df View commit details
    Browse the repository at this point in the history