| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Add an import guard on LEIA code. | J08nY | 2023-02-17 | 2 | -11/+27 | |
| | | | | | | | | | Fixes #29. | |||||
| | * | Add support for smartleia targets. | J08nY | 2023-02-17 | 4 | -101/+176 | |
| | | | ||||||
| | * | Add support for ps3000A API. | J08nY | 2023-02-16 | 1 | -59/+186 | |
| | | | ||||||
| | * | Fix changs in ctypes with Picoscope SDK. | J08nY | 2023-02-15 | 1 | -18/+35 | |
| | | | ||||||
| | * | Only validate assumptions if there are any. | J08nY | 2023-02-13 | 2 | -4/+4 | |
| | | | ||||||
| | * | Cache unparsed assumptions in formula. | J08nY | 2023-02-12 | 1 | -2/+7 | |
| | | | ||||||
| | * | Add __slots__ to Mods. | J08nY | 2023-02-12 | 1 | -0/+5 | |
| | | | ||||||
| | * | Skip unnecessary modular reductions and casts in GMPMod. | J08nY | 2023-02-12 | 1 | -18/+35 | |
| | | | ||||||
| | * | Move from instance check to direct typecheck in GMPMod. | J08nY | 2023-02-12 | 1 | -2/+4 | |
| | | | ||||||
| | * | Save an unnecessary cast in GMPMod. | J08nY | 2023-02-12 | 1 | -4/+4 | |
| | | | ||||||
| | * | Get rid of getcontext/setcontext functions. | J08nY | 2023-02-12 | 2 | -62/+23 | |
| | | | ||||||
| | * | Make contexts global and not thread-local. | J08nY | 2023-02-12 | 1 | -6/+8 | |
| | | | ||||||
| | * | More DeepSource fixes. | J08nY | 2023-02-08 | 5 | -2/+14 | |
| | | | ||||||
| | * | Fix docstyle and some DeepSource warnings. | J08nY | 2023-02-08 | 46 | -67/+76 | |
| | | | ||||||
| | * | Fix mypy issues. | J08nY | 2023-02-05 | 9 | -28/+32 | |
| | | | ||||||
| | * | Bump std submodule. | J08nY | 2022-12-28 | 1 | -0/+0 | |
| | | | ||||||
| | * | fix: Fixed chipwhisperer imports | Tomáš Jusko | 2022-12-07 | 1 | -3/+3 | |
| | | | ||||||
| * | | fix: Fixed typing for older Python compatibility | Tomáš Jusko | 2023-02-04 | 1 | -9/+9 | |
| | | | ||||||
| * | | fix: default meta | Tomáš Jusko | 2023-02-02 | 1 | -2/+6 | |
| | | | ||||||
| * | | fix: Fixed chipwhisperer imports | Tomáš Jusko | 2022-12-04 | 1 | -3/+3 | |
| | | | ||||||
| * | | fix: Changed default metadata value | Tomáš Jusko | 2022-12-04 | 1 | -2/+3 | |
| | | | ||||||
| * | | feat: Extracted base class for TraceManager for stacked traces | Tomáš Jusko | 2022-12-04 | 1 | -43/+88 | |
| | | | ||||||
| * | | feat: Added function for generating tracesets for use in perf testing | Tomáš Jusko | 2022-10-24 | 1 | -0/+1 | |
| | | | ||||||
| * | | feat: Added CPU implementations of combine on stacked traces | Tomáš Jusko | 2022-10-14 | 2 | -269/+365 | |
| |/ | ||||||
| * | Merge pull request #15 from Tomko10/stacked_traces | Ján Jančár | 2022-04-06 | 3 | -0/+313 | |
| |\ | | | | | Stacked traces | |||||
| | * | fix: Fixed bug of calling class method instead of instance method | Tomáš Jusko | 2022-04-05 | 1 | -5/+5 | |
| | | | ||||||
| | * | feat: Made GPUTraceManager stateful, updated tests accordingly | Tomáš Jusko | 2022-04-04 | 1 | -52/+43 | |
| | | | ||||||
| | * | fix: Minor fixes as per PR comments | Tomáš Jusko | 2022-04-04 | 1 | -4/+9 | |
| | | | ||||||
| | * | Added missing newline | Tomáš Jusko | 2022-02-27 | 1 | -1/+1 | |
| | | | ||||||
| | * | Added documentation | Tomáš Jusko | 2022-02-27 | 1 | -17/+121 | |
| | | | ||||||
| | * | Fixes according to PR comments | Tomáš Jusko | 2022-02-26 | 1 | -25/+30 | |
| | | | ||||||
| | * | DeepSource fixes | Tomas Jusko | 2022-01-31 | 1 | -1/+1 | |
| | | | ||||||
| | * | flake8 conformance | Tomas Jusko | 2022-01-31 | 1 | -26/+26 | |
| | | | ||||||
| | * | Refactoring | Tomas Jusko | 2022-01-31 | 1 | -53/+43 | |
| | | | ||||||
| | * | Fixed bugs and imports | Tomas Jusko | 2022-01-31 | 1 | -2/+2 | |
| | | | ||||||
| | * | Cleanup and added common setup of GPU implementations | Tomas Jusko | 2022-01-31 | 1 | -19/+65 | |
| | | | ||||||
| | * | Removed garbage | Tomas Jusko | 2022-01-29 | 1 | -66/+3 | |
| | | | ||||||
| | * | Added stacked traces class and GPU combine algorithms | Tomas Jusko | 2022-01-28 | 4 | -47/+85 | |
| | | | ||||||
| | * | Added naive implementations of gpu optimized trace combine functions | Tomas Jusko | 2022-01-19 | 2 | -0/+197 | |
| | | | ||||||
| * | | Fix collections on Python 3.10 | J08nY | 2022-04-04 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge pull request #17 from J08nY/deepsource-fix-325158fb | Ján Jančár | 2022-03-01 | 1 | -14/+14 | |
| |\ \ | | | | | | | Return `NotImplemented` instead of raising `NotImplementedError` | |||||
| | * | | Return `NotImplemented` instead of raising `NotImplementedError` | deepsource-autofix[bot] | 2022-03-01 | 1 | -14/+14 | |
| | |/ | ||||||
| * / | Merge collapsible `if` statements | deepsource-autofix[bot] | 2022-03-01 | 2 | -9/+9 | |
| |/ | ||||||
| * | Update std submodule. | J08nY | 2021-11-27 | 1 | -0/+0 | |
| | | ||||||
| * | Fix type issue in params.load_category. | J08nY | 2021-11-26 | 1 | -2/+2 | |
| | | ||||||
| * | Fix typecheck runs. | J08nY | 2021-11-26 | 1 | -2/+2 | |
| | | ||||||
| * | Fix formula execution with sympy 1.9.1. | J08nY | 2021-11-26 | 1 | -2/+2 | |
| | | ||||||
| * | Fix working with SymbolicMods in formulas. | J08nY | 2021-11-26 | 1 | -1/+4 | |
| | | ||||||
| * | Add reproducer for issue #14. | J08nY | 2021-05-20 | 1 | -1/+2 | |
| | | ||||||
| * | Handle fully symbolic assumptions. | J08nY | 2021-05-20 | 1 | -1/+13 | |
| | | | | | Fixes #13. | |||||
