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

Happy. Halloween 🎃👻 #42

Open
wants to merge 102 commits into
base: master
Choose a base branch
from
Open

Happy. Halloween 🎃👻 #42

wants to merge 102 commits into from

Commits on Oct 25, 2020

  1. Meson support

    zeehio committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    e4320e6 View commit details
    Browse the repository at this point in the history
  2. Installation instructions

    zeehio committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    e01f544 View commit details
    Browse the repository at this point in the history
  3. Add CI for Linux and OSX

    zeehio committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    3ffd17b View commit details
    Browse the repository at this point in the history
  4. Assume standard c++

    zeehio committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    3633ee5 View commit details
    Browse the repository at this point in the history
  5. Remove ^L characters

    zeehio committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    15e14a0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    24a3751 View commit details
    Browse the repository at this point in the history
  7. Add using namespace to compilation units

    Long term: Remove those from headers
    zeehio committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    ab7b36b View commit details
    Browse the repository at this point in the history
  8. Add missing using namespace

    zeehio committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    6ae2d50 View commit details
    Browse the repository at this point in the history
  9. unused variables. audio/

    zeehio committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    eac3124 View commit details
    Browse the repository at this point in the history
  10. Clarify error message

    zeehio committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    a73aa47 View commit details
    Browse the repository at this point in the history
  11. Minor header additions

    zeehio committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    02b4024 View commit details
    Browse the repository at this point in the history
  12. Remove unused code

    zeehio committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    56a959b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0f6670f View commit details
    Browse the repository at this point in the history
  14. Fix compilation error

    zeehio committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    1181edb View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1ef4efc View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e6c2c3c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1c10df8 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2e6aa9e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ff04ad6 View commit details
    Browse the repository at this point in the history
  20. const-correctness issues

    zeehio committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    88efc43 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    a7abec2 View commit details
    Browse the repository at this point in the history
  22. Various fixes and leaks

    zeehio committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    a768341 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    18dcb43 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    eae56b3 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    643ebe9 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    4dd0e22 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    11635d7 View commit details
    Browse the repository at this point in the history
  28. Annotate switch falltrhough

    zeehio committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    05e5ea8 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    25b0d33 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    9cfebdf View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    87ba976 View commit details
    Browse the repository at this point in the history
  32. Add != operator to EST_TList

    zeehio committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    1c8aa84 View commit details
    Browse the repository at this point in the history
  33. Define DATA in all the test scripts

    And adjust the value so it works by default
    zeehio committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    97a99e1 View commit details
    Browse the repository at this point in the history
  34. Set but not read variable

    zeehio committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    3e63af5 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    321c3a7 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    b074eea View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    5801985 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    8bf3834 View commit details
    Browse the repository at this point in the history
  39. Set value is never used

    zeehio committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    c256003 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    68b7140 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    ac97d48 View commit details
    Browse the repository at this point in the history
  42. r value is set but never used

    zeehio committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    134fbee View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    1df9cf1 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    d290412 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    dbc141d View commit details
    Browse the repository at this point in the history
  46. Remove set but unused values

    zeehio committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    d9479f2 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    dfb1a2e View commit details
    Browse the repository at this point in the history
  48. Use reference instead of pointer. ensure_relation may never be called…

    … with NULL state now
    zeehio committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    a99c881 View commit details
    Browse the repository at this point in the history
  49. Const correctness

    zeehio committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    8161ddb View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    baef330 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    a281752 View commit details
    Browse the repository at this point in the history
  52. Some MSVC Windows fixes

    zeehio committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    03e5375 View commit details
    Browse the repository at this point in the history
  53. Enable Windows CI

    zeehio committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    ce31465 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    118cbcd View commit details
    Browse the repository at this point in the history
  55. Add using namespace std

    zeehio committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    82de7be View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    ac83017 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    f1d61aa View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    ba17124 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    dab8603 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    e59dab7 View commit details
    Browse the repository at this point in the history
  61. Compile with /Zc:__plusplus

    zeehio committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    19a3764 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    bbac033 View commit details
    Browse the repository at this point in the history
  63. Compilation and minor fixes

    zeehio committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    16044c6 View commit details
    Browse the repository at this point in the history
  64. Windows fixes

    zeehio committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    71a9492 View commit details
    Browse the repository at this point in the history
  65. TRUE->true, FALSE->false

    zeehio committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    fad9eeb View commit details
    Browse the repository at this point in the history
  66. Port run_test from shell to python. Fix backslashes and newlines for …

    …win/unix compatibility
    zeehio committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    a442f20 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    746fbb7 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    9de4dea View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    62c29d2 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    2a3803c View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    5e00513 View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    a508048 View commit details
    Browse the repository at this point in the history
  73. Turn ask into bool

    zeehio committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    2e2cca2 View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    f177e91 View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    cbf36db View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    120080c View commit details
    Browse the repository at this point in the history
  77. Fix explicit cast to float

    zeehio committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    d29a6c9 View commit details
    Browse the repository at this point in the history
  78. Make writable_file a bool

    zeehio committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    96ccf35 View commit details
    Browse the repository at this point in the history
  79. Make pure a bool member

    zeehio committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    29de93f View commit details
    Browse the repository at this point in the history
  80. Configuration menu
    Copy the full SHA
    e6325dc View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    825ca75 View commit details
    Browse the repository at this point in the history
  82. Fix vars in CI

    zeehio committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    fc1344b View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    874efc6 View commit details
    Browse the repository at this point in the history
  84. Fix wagon test

    zeehio committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    161f131 View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    4ce3fc6 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. Update ci_meson.yml

    zeehio authored Oct 26, 2020
    Configuration menu
    Copy the full SHA
    349d863 View commit details
    Browse the repository at this point in the history
  2. try fix msvc on 32 bits

    zeehio committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    6823113 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc177a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    446146a View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. Configuration menu
    Copy the full SHA
    3563368 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b67b1d2 View commit details
    Browse the repository at this point in the history
  3. Make pc files more specific

    zeehio committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    1cdc373 View commit details
    Browse the repository at this point in the history
  4. Organize includes better

    From more specific to more general, and then standard headers
    
    This guarantees that each of the most specific headers we include
    is self-includable.
    zeehio committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    d5968e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7f7333f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a544993 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

  1. Configuration menu
    Copy the full SHA
    6c84dd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c11390 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8cb1623 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c6a0bf3 View commit details
    Browse the repository at this point in the history
  5. Use ptrdiff_t for indexing

    zeehio committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    5a145a4 View commit details
    Browse the repository at this point in the history
  6. Fix minor warnings msvc-32bit

    zeehio committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    71ff92d View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2020

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