aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* arch: added link to riscv notesHEADmasterJohannes Stoelp2022-04-301-0/+1
|
* docker: fix type and readlink/dirname orderjohannst2021-06-151-2/+2
|
* riscv64: fix readmejohannst2021-06-151-1/+1
|
* riscv64: use mnemonic for temp registerjohannst2021-06-151-2/+2
|
* README: added riscv64 to the listjohannst2021-06-091-0/+1
|
* gh action: added riscv64johannst2021-06-091-1/+1
|
* added riscv64johannst2021-06-098-1/+156
|
* added copyright hdrjohannst2021-06-093-0/+6
|
* docker: added riscv64 toolchain + qemu user emulatorjohannst2021-06-091-1/+3
|
* make: use builtin variablesjohannst2021-06-092-5/+5
|
* move arch.h into arch/ sub-dirjohannst2021-06-094-21/+16
|
* fix workflow to properly clean arch specific filesjohannst2021-02-281-1/+1
|
* lib/Makefile: error on unsupported ARCHjohannst2021-02-281-1/+5
|
* updated READMEsjohannst2021-02-283-10/+19
|
* arm/arm64 add check for arm proc call stdjohannst2021-02-282-0/+8
|
* pull out api.h into arch and add documentationjohannst2021-02-285-21/+36
|
* updated README with armv7ajohannst2021-02-261-0/+5
|
* added implementation for armv7ajohannst2021-02-2610-2/+124
|
* docker: move to latest ubuntu + dont install recommended pkgsjohannst2020-10-221-2/+4
|
* fix memory leak when destroying Thread objects (#3)Johannes Stölp2020-10-223-8/+20
|
* remove incorrect constjohannst2020-10-088-14/+14
|
* added badge for check-examples workflowjohannst2020-10-051-0/+2
|
* give name to workflowjohannst2020-10-051-0/+1
|
* added example to READMEjohannst2020-10-051-0/+39
|
* added doc on thread & executorjohannst2020-10-054-13/+64
|
* change fmt of short functionjohannst2020-10-055-8/+22
| | | | | Only allow short 'Empty' functions due to following clang fmt bug https://bugs.llvm.org/show_bug.cgi?id=24410
* add support for function objectsjohannst2020-10-053-2/+46
|
* fix error messagejohannst2020-10-051-1/+1
|
* fix indent & use long option names in scriptingjohannst2020-10-051-3/+3
|
* Enable ci (#1)Johannes Stölp2020-10-042-1/+26
| | | | | * added github push/pull_request action to build and run the demo1 example * gh action print start header before running each example
* fix re-build in top-level Makefilejohannst2020-10-041-0/+1
|
* add dependecy generationjohannst2020-10-042-9/+14
|
* add arm64 READMEjohannst2020-09-292-1/+10
|
* updated READMEjohannst2020-09-291-4/+35
|
* remove gdb scriptjohannst2020-09-291-8/+0
|
* add own demo1 run target + replace use make variablesjohannst2020-09-291-8/+9
|
* reduce size of docker imagejohannst2020-09-291-3/+3
|
* allow to pass docker image name to build.shjohannst2020-09-292-3/+6
|
* added docker target to build and launch dev containerjohannst2020-09-291-0/+6
|
* added dockerfile with arm64 cross toolsjohannst2020-09-292-0/+28
|
* added basic arm64 supportjohannst2020-09-297-10/+144
|
* fix fmt targetjohannst2020-09-291-1/+1
|
* fix clean targetjohannst2020-09-291-1/+2
|
* replace compile_guard with umbrella header for archjohannst2020-09-295-8/+16
|
* move thread init into arch/johannst2020-09-295-32/+43
|
* replace vector with fwd listjohannst2020-09-283-9/+11
|
* updated demo1johannst2020-09-261-0/+1
|
* added finished flag to thread + catch exceptions in thread entry function as ↵johannst2020-09-263-3/+19
| | | | unwinding across entry fn would be catastrophic
* enhance comments in thread.ccjohannst2020-09-261-21/+33
|
* split makefilesjohannst2020-09-262-9/+26
|