summary refs log tree commit diff stats
path: root/lib/system/platforms.nim
Commit message (Collapse)AuthorAgeFilesLines
* Nintendo switch support (#8069)Joey2018-06-271-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | * Add config section for Nintendo Switch * Add compiler configuration for Nintendo Switch and it's CPU * Add specific lib code for Nintendo Switch * Add GC support for Nintendo Switch * Update changelog for Nintendo Switch * Update changelog with more info about fixed paths * Cleaned up GC memory management a bit * Relocate docs for Switch * Rename aarch64NoneElfGcc to nintendoSwitchGCC * Remove armv8a57 * Fix installer.ini * Reuse code in linux and amd64 * Add posix defs for nintendo switch * Add more defined sections for nintendo switch * Remove old comment * Add what's not supported for Nintendo Switch docs * Make nintendoswitch == posix * Remove DEVKITPRO references from nim.cfg * Make PR extccomp changes * Remove Result type alias * Add separate switch consts file * Update docs for nintendo switch * Fix travis errors with undefined consts and add correct wait.h procs
* rename 'nimrodVM' to 'nimVM'Andreas Rumpf2018-05-281-2/+2
|
* Add RISC-V (riscv64) support (#7417)Federico Ceratto2018-04-071-2/+4
|
* Introduce first class support for Android (#5772)Fredrik Høisæther Rasch2017-08-061-1/+3
|
* Add mips64 and mips64el CPU platforms (#5866)James Cowgill2017-08-031-0/+4
|
* add msp430 cpu supportKeerthan Jaic2015-08-261-0/+2
|
* Add arm64 support (untested)def2015-07-311-0/+2
|
* Add powerpc64el support (untested)def2015-07-311-0/+2
|
* Add Mipsel CPU support (untested)def2015-07-311-0/+2
|
* Happy new year!Guillaume Gelin2015-01-061-1/+1
|
* final version before removalAraq2014-12-081-0/+74
'#n229'>229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375