aboutsummaryrefslogtreecommitdiff
path: root/macros/src/codegen/resources_struct.rs
diff options
context:
space:
mode:
authorGravatar bors[bot] <26634292+bors[bot]@users.noreply.github.com> 2020-11-17 15:25:49 +0000
committerGravatar GitHub <noreply@github.com> 2020-11-17 15:25:49 +0000
commit8460a978fe5af10a5d8fed4c213b1fe6b9627737 (patch)
tree6eb262b2dc89dbc400ae9d39a64759b6109a1e08 /macros/src/codegen/resources_struct.rs
parent0b0461cdcf14e9c41a1aac5df6e66ef44bb934be (diff)
parentd1517e436e5148cef7ac9e0457438c8a8f5f4eb6 (diff)
downloadrtic-8460a978fe5af10a5d8fed4c213b1fe6b9627737.tar.gz
rtic-8460a978fe5af10a5d8fed4c213b1fe6b9627737.tar.zst
rtic-8460a978fe5af10a5d8fed4c213b1fe6b9627737.zip
Merge #420
420: Use SVG logo instead r=korken89 a=AfoHT Replace the .png logo with the .svg in the book preface Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
Diffstat (limited to 'macros/src/codegen/resources_struct.rs')
0 files changed, 0 insertions, 0 deletions
d>-3/+7 * fix issue with acos(arg) * fix bug * fix bug * fix bug * fix bug * fix GPU compilation issue 2021-10-15CI: Windows with Python (#2412)Gravatar Axel Huebl 3-5/+29 * Python: generalize library search (Win) * CMake: Honor Multi-Config Lib Alias For multi-config build generators (MSVC, Ninja opt-in), we have a deeper build structure based on the build type. Honor this structure for the (Python) library alias/symlink. * CI: Windows with Python Co-authored-by: Dave Grote <dpgrote@lbl.gov> 2021-10-15Made explicit several casts (#2431)Gravatar David Grote 2-7/+7 2021-10-15Synchronize GPU before stopping profile timer (#2415)Gravatar AlexanderSinn 4-13/+32 * synchronize device before ending profile * fix shadowing issue * add comment