aboutsummaryrefslogtreecommitdiff
path: root/src/bug_report.cpp
Commit message (Collapse)AuthorAgeFilesLines
* add new macos releases to 'odin report' and sys/infoLaytan Laats2024-09-171-0/+2
|
* riscv compiler supportLaytan2024-09-011-1/+7
|
* update MacOS releasesLaytan Laats2024-08-141-0/+2
|
* add MacOS 14.5 to 'core:sys/info' and 'odin report'Laytan Laats2024-06-071-0/+1
|
* Merge pull request #3570 from jasonKercher/linux-arm32gingerBill2024-05-201-1/+1
|\ | | | | Get the compiler to build and work on arm32 Linux
| * arm32 now compiles and runs demojasonkercher2024-05-101-1/+1
| |
* | Merged with masterAndreas T Jonsson2024-05-021-7/+20
|\|
| * sys/info: retrieve better CPU description on DarwinLaytan Laats2024-04-301-7/+20
| | | | | | | | | | Previously either `ARM` or `ARM64`, now you get something like `Apple M1`
* | Use PHYSMEM64 on NetBSDAndreas T Jonsson2024-04-221-1/+9
| | | | | | | | I realize we should use PHYSMEM64 on NetBSD. So we can not share code with FreeBSD.
* | Added build tagAndreas T Jonsson2024-04-221-2/+2
| | | | | | | | Added build tag to rand_bsd.odin and fixed build warning.
* | Fixed bug report information for NetBSDAndreas T Jonsson2024-04-191-4/+8
|/
* add MacOS 14.4.1 to sys/info and odin reportLaytan Laats2024-03-281-0/+1
|
* update macOS releases for `core:sys/info` and `odin report`Laytan Laats2024-03-201-0/+5
|
* Add backend info to `odin report`Laytan Laats2024-02-201-4/+10
|
* Convert weird DOS line-endings to UNIXLaytan Laats2024-02-201-1061/+1061
|
* Fixed version matchingPlatin212024-01-101-59/+66
|
* Added macOS versions for a lot of revisionsPlatin212024-01-101-0/+47
|
* `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 ```