summary refs log tree commit diff stats
path: root/compiler/platform.nim
Commit message (Expand)AuthorAgeFilesLines
* prepare for the enforcement of `std` prefix (#22873)ringabout2023-10-291-1/+1
* use strictdefs for compiler (#22365)ringabout2023-08-061-0/+2
* Add support for NuttX RTOS. (#21372)Century Systems2023-02-161-1/+6
* move assertions out of system (#19599)flywind2022-03-231-0/+4
* Add support for LoongArch (#19223)wenghongquan2021-12-091-2/+3
* Add Zephyr Support (#19003)Jaremy Creechley2021-10-241-1/+5
* Add Elbrus 2000 architecture (#19024)Danil Yarantsev2021-10-211-2/+4
* ported Nim to proprietary CrossOS [backport] (#18889)Andreas Rumpf2021-09-241-1/+5
* closes #18433 (#18484)Andreas Rumpf2021-07-131-4/+2
* let's assume littleEndian in JS backend (#16886)flywind2021-02-011-1/+1
* some comments for amd64 and nimvm CPU (#16756)Timothee Cour2021-01-201-1/+2
* Add 32-bit RISC-V support (#16231)Alf-André Walla2020-12-031-1/+2
* Fixing issue #15302 -- lwip doesn't support signals (#15303)Jaremy Creechley2020-09-141-1/+1
* Changes for FreeRTOS/LwIP Port for the ESP32 (ESP-IDF) (#15250)Jaremy Creechley2020-08-311-2/+7
* Added 'ansic' os support for minimal (embedded) targets (#13088)Ico Doornekamp2020-01-151-1/+5
* Cosmetic compiler cleanup (#12718)Clyybber2019-11-281-4/+4
* Add build support for Linux/hppa (#12271)John Paul Adrian Glaubitz2019-09-261-3/+4
* Add --os:ios switch and docs. (#12204)treeform2019-09-181-1/+5
* styleCheck: make the compiler and large parts of the stdlib compatible with -...Araq2019-07-101-1/+1
* list available options for --cpu, --os and --cc if the passed option is not f...Ico Doornekamp2019-05-251-0/+8
* Replace countup(x, y) with x .. yClyybber2019-05-071-2/+2
* add wasm32 platformJacek Sieka2019-03-031-2/+3
* fixes #8081Araq2018-09-221-4/+3
* Nintendo switch support (#8069)Joey2018-06-271-2/+7
* rename 'nimrodVM' to 'nimVM'Andreas Rumpf2018-05-281-4/+4
* platform.nim doesn't use globals anymore; prepare msgs.nim for not using globalsAndreas Rumpf2018-05-181-28/+24
* Add RISC-V (riscv64) support (#7417)Federico Ceratto2018-04-071-2/+3
* Introduce first class support for Android (#5772)Fredrik Høisæther Rasch2017-08-061-2/+6
* Add mips64 and mips64el CPU platforms (#5866)James Cowgill2017-08-031-2/+5
* support for the Genode OS framework (#5560)Emery Hemingway2017-03-311-1/+6
* Make DragonFlyBSD a first class BSD-like OS (#5548)Eugene Kabanov2017-03-161-2/+9
* define sparc64 platformSergey Avseyev2016-07-211-2/+3
* nimrod -> nimErik Johansson Andersson2016-02-051-1/+1
* add msp430 cpu supportKeerthan Jaic2015-08-261-2/+3
* Add arm64 support (untested)def2015-07-311-1/+2
* Add powerpc64el support (untested)def2015-07-311-2/+3
* Add Mipsel CPU support (untested)def2015-07-311-1/+2
* codegen doesn't produce line tracing commands anymore; fixes #1344Araq2015-03-211-142/+142
* merged #2083 manuallyAraq2015-02-081-1/+1
* the compiler knows vxWorks is an OSAraq2015-01-281-3/+7
* minor improvement to the barrier implementationAraq2014-12-091-1/+1
* case consistency part 4Araq2013-12-271-4/+4
* case consistency part 1Araq2013-12-271-6/+6
* --os:standalone works againAraq2013-06-301-1/+1
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* EcmaScript => JS. Fixes #330Simon Hafner2013-02-151-4/+4
* added some support for HaikuAraq2012-07-291-1/+5
* implemented support for the AVR CPU and standalone OSAraq2012-03-311-4/+10
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* new compiler option tlsEmulationAraq2011-10-271-5/+5