aboutsummaryrefslogtreecommitdiff
path: root/src/bug_report.cpp
Commit message (Collapse)AuthorAgeFilesLines
* `gb_internal` to docs and other auxiliary filesgingerBill2022-12-181-6/+6
|
* [odin report] Improve macOS detection.Jeroen van Rijn2022-09-051-128/+401
|
* odin report: Add FreeBSD OS & RAM detection.Jeroen van Rijn2022-09-051-211/+264
|
* add RAM information inside reportSébastien Marie2022-02-251-0/+9
|
* initial OpenBSD supportSébastien Marie2022-02-251-1/+13
|
* [report] Fix `odin report` crash if `/usr/lib/os-release` doesn't exist.Jeroen van Rijn2022-02-221-2/+2
|
* Disable `DEFAULT_TO_THREADED_CHECKER` until race condition is foundgingerBill2022-01-111-13/+13
|
* don't try to use __cpuid() on arm64Henry Dooley2021-11-041-4/+11
|
* `odin report` add Windows 10 Education Edition.Jeroen van Rijn2021-11-021-0/+8
|
* Add Windows 10 Home Core detection.Jeroen van Rijn2021-11-011-0/+4
|
* Add `odin report` command to help with bug reports.Jeroen van Rijn2021-10-311-0/+641
Add new Odin command, `odin report`, which prints information helpful to resolving or reporting a bug. ``` W:\Odin> odin report Where to find more information and get into contact when you encounter a bug: Website: https://odin-lang.org GitHub: https://github.com/odin-lang/Odin/issues Useful information to add to a bug report: Odin: dev-2021-10:256bebfe OS: Windows 10 Professional (version: 20H2), build 19042.1266 CPU: AMD Ryzen 7 1800X Eight-Core Processor RAM: 65469 MiB W:\Odin> TODO: - CPU name on ARM/ARM64 ```