aboutsummaryrefslogtreecommitdiff
path: root/cortex-m-semihosting/build.rs
diff options
context:
space:
mode:
authorGravatar bors[bot] <26634292+bors[bot]@users.noreply.github.com> 2021-07-03 21:01:04 +0000
committerGravatar GitHub <noreply@github.com> 2021-07-03 21:01:04 +0000
commit45e7ab72661a8823e98e8fba821f2addcea95d3f (patch)
tree7e88a042a84b278be093a2019b1e5cfae026f83a /cortex-m-semihosting/build.rs
parent47246ecc06f7a6665885fd19cd14f35fa390ab95 (diff)
parent1747d44c2aa0fa7744b6af588f9d9bb8b108a349 (diff)
downloadcortex-m-45e7ab72661a8823e98e8fba821f2addcea95d3f.tar.gz
cortex-m-45e7ab72661a8823e98e8fba821f2addcea95d3f.tar.zst
cortex-m-45e7ab72661a8823e98e8fba821f2addcea95d3f.zip
Merge #345v0.7.3
345: Prepare for v0.7.3 r=therealprof a=adamgreig We've had #337 merged for a while and it seems like it would be helpful for users to get it released, and now #344 to go with it. No other changes since then (except a small doc change) so it should be an easy release. Co-authored-by: Adam Greig <adam@adamgreig.com>
Diffstat (limited to 'cortex-m-semihosting/build.rs')
0 files changed, 0 insertions, 0 deletions
d>Regression Mails: Add AxelGravatar Axel Huebl 1-1/+1 Mails for everyone! :) 2019-08-16gitignore: More IDE filesGravatar Axel Huebl 1-3/+29 Add a bit more files to `.gitignore` and sort them a little. Especially added for support of CLion. 2019-08-15typoGravatar MaxThevenet 1-2/+0 2019-08-15can automatically compute max step in boosted frame with MRGravatar MaxThevenet 2-5/+9 2019-08-15re-define assert since fix to rigid injection has been mergedGravatar MaxThevenet 2-4/+2 2019-08-15Fixes for done_injecting to include boosted frameGravatar Dave Grote 1-2/+2 2019-08-15restore all testsGravatar MaxThevenet 1-1/+418 2019-08-15relax assertion until rigid injection is fixed in other PRGravatar MaxThevenet 2-2/+4 2019-08-15TEMPORARILY remove all tests for faster turnaroundGravatar MaxThevenet 1-417/+0 2019-08-15add comments in analysis scriptsGravatar MaxThevenet 2-0/+29 2019-08-15some renamingGravatar MaxThevenet 5-4/+4 2019-08-15add test to the RegTest suiteGravatar MaxThevenet 1-2/+20 2019-08-15RigidInjection test in boosted frame using back-transformed diagsGravatar MaxThevenet 2-0/+88 2019-08-15update read_raw_data to avoid warning for deprecated Python syntaxGravatar MaxThevenet 2-1/+1 2019-08-14typoGravatar MaxThevenet 1-1/+1 2019-08-14update test fileGravatar MaxThevenet 1-0/+15 2019-08-14add inputs and analysis for rigid injection test in LAB FRAMEGravatar MaxThevenet 2-84/+92 2019-08-14For RigidInjection, fixed calculation of done_injectingGravatar Dave Grote 3-2/+4 2019-08-14Made changes in CORI - where a file ipo_out.optrpt is created authomatically ↵Gravatar Ligia Diana Amorim 1-0/+0 in WarpX. Removed it. 2019-08-14add docGravatar MaxThevenet 1-0/+5 2019-08-14Changed Examples/Physics_applications/laser_acceleration/inputs.2d.boost to ↵Gravatar Ligia Diana Amorim 2-1/+1 use Esirkepov - charge conservation 2019-08-14option to specify dz_snapshot instead of dt_snapshotGravatar MaxThevenet 1-1/+14 2019-08-13Fix rigid injection for 2DGravatar Dave Grote 1-1/+2 2019-08-11Update version numberGravatar Remi Lehe 3-3/+3 2019-08-09Correct syntax error in the absence of OPENMPGravatar Remi Lehe 1-0/+2 2019-08-09Fix charge deposition for GPUGravatar Dave Grote 1-1/+2 2019-08-09Improved commentsGravatar ablelly 1-3/+3 2019-08-09Updates to picmi.BinomialSmootherGravatar Dave Grote 1-2/+11 2019-08-09Implemented picmi.BinomialSmootherGravatar Dave Grote 1-1/+6 2019-08-09For parser functions, merge ParmParse string array into one stringGravatar Weiqun Zhang 1-4/+20 2019-08-09Fix compilation flag for openPMD with nvccGravatar Remi Lehe 1-1/+1 2019-08-08In GetChargeDensity, added call to ApplyInverseVolumeScalingToChargeDensityGravatar Dave Grote 1-0/+4 2019-08-08Minor clean up in charge deposition conversionGravatar Dave Grote 1-4/+4 2019-08-08Moved loop over ncomps into ApplyInverseVolumeScalingToChargeDensityGravatar Dave Grote 3-9/+6 2019-08-08fix current deposition in buffersGravatar MaxThevenet 1-12/+12