1831 Commits (a5fc58910bcdfdd6babd77bafad7bbe142ac939a)
 

Author SHA1 Message Date
  Andrew Belt 352b882579 Remove exception resetting. 5 years ago
  Andrew Belt a52c79df80 Port some of sse_mathfun to functions.hpp. Clean up SIMD headers. 5 years ago
  Andrew Belt edc55bf3e3 Implement system::getThreadTime on Mac. 5 years ago
  Andrew Belt 8d8b5f87d0 Measure CPU time every N frames instead of every frame. Measure overhead of calling system::getThreadTime() to avoid reporting high measurements. 5 years ago
  Andrew Belt a27b57fe10 Add float_4 implementation of approxExp2Floor. 5 years ago
  Andrew Belt 06c81a5293 Change _mm_cvtps_epi32 (rounding conversion) to _mm_cvttps_epi32 (truncating conversion) in float_4 -> int32_4 cast. Add << and >> operators for int32_4. 5 years ago
  Andrew Belt a21d7d7100 Remove debugging. 5 years ago
  Andrew Belt b5c2acd747 Merge branch 'v1' of github.com:VCVRack/Rack into v1 5 years ago
  Andrew Belt 2bc7c82fc1 Ignore mouseDelta (set to zero) after locking and unlocking cursor. 5 years ago
  Andrew Belt cb6e9b82c1 Add system::getThreadTime implementation on Windows 5 years ago
  Andrew Belt 8a299b54c3 Rename "Module timer" back to "CPU meter" 5 years ago
  Andrew Belt 8c9e594c32 Use thread runtime rather than time of day for measuring module CPU. 5 years ago
  Andrew Belt 5c337b6de3 Reorder tag.cpp. Clean up comments. 5 years ago
  Andrew Belt 726d098548 Update changelog. 5 years ago
  Andrew Belt 24f8533503 Add dsp/approx.hpp. 5 years ago
  Andrew Belt 469d66024a Restructure the tag/alias data structure. 5 years ago
  Andrew Belt 729b3dc3c9 Move tag lists to tag.cpp. 5 years ago
  Andrew Belt 56e0ce0f79 Refactor engine worker thread relaunching. 5 years ago
  Andrew Belt 898f13cd91 MIDI-Map: re-enable filtering. 5 years ago
  Andrew Belt dca30e2b53 Auto-format code with astyle. 5 years ago
  Andrew Belt 276c70a4ab Revise astylerc. 5 years ago
  Andrew Belt 3c957741bc Tweak .astylerc. 5 years ago
  Andrew Belt 1736687a2f Use .astylerc options file rather than wrapper script for astyle. 5 years ago
  Andrew Belt 558df2c178 Rename CPU meter to "module timer". 5 years ago
  Andrew Belt 82cdaf151d Rewrite CONTRIBUTING. Tweak issue templates. 5 years ago
  Andrew Belt 214503b50e Add Artistic Style formatting script. 5 years ago
  Andrew Belt 1e5f1ff334 Remove dsp::TBiquadFilter::type from state. 5 years ago
  Andrew Belt e113e106c6 Include complex.h. Reimplement dsp::TBiquadFilter::getFrequencyResponse with std::complex. 5 years ago
  Andrew Belt 1ba7d03cd2 Add dsp::BiquadFilter. 5 years ago
  Andrew Belt cdc0bde8b7 Port sse_mathfun_extension to simd folder. 5 years ago
  Andrew Belt 02bb2990da Module Browser: Sort modules by order they are added to plugins with `pluginInstance->addModel()`. 5 years ago
  Andrew Belt 7c7c512361 Update deps. 5 years ago
  Andrew Belt 6f67c376c0 Slightly improve random::uniform() performance. 5 years ago
  Andrew Belt f4151bed2e Clean up code and issue templates. 5 years ago
  Andrew Belt 52e30971a3 Refactor dist Makefile target. 5 years ago
  Andrew Belt d51e5bc40e Add changelog entry for 1.1.3. Remove verbose curl. 5 years ago
  Andrew Belt ae953b1d83 Bump version. 5 years ago
  Andrew Belt 62179a1673 Allow included Fundamental plugin to be unsigned, which solves #1494. 5 years ago
  Andrew Belt b6e5ad5515 Use OpenSSL on Windows. Include cacert.pem in dist. 5 years ago
  Andrew Belt 27ae93d85e Use built-in certificate bundle for curl. 5 years ago
  Andrew Belt 24e7090eb1 Add "pragma once" to plugin.hpp generated by helper.py. 5 years ago
  Andrew Belt 9c298c2d50 Make dev version. 5 years ago
  Andrew Belt 983476fd4b Add date to changelog. 5 years ago
  Andrew Belt 725bb63949 Merge branch 'v1' of github.com:VCVRack/Rack into v1 5 years ago
  Andrew Belt c0db4988a9 Add note to libcurl build flags on Mac. 5 years ago
  Andrew Belt 4800b327e8 Bump version. 5 years ago
  Andrew Belt 2fbf67c287 Write stack trace to log.txt on Windows. 5 years ago
  Andrew Belt 07025fc492 Remove OpenSSL from deps on Win. 5 years ago
  Andrew Belt 4a51efd2b5 Remove OpenSSL header. 5 years ago
  Andrew Belt 7ac7fa8486 Use schannel on Win instead of OpenSSL 5 years ago