summary refs log tree commit diff stats
path: root/lib/system/syslocks.nim
Commit message (Expand)AuthorAgeFilesLines
* removes deprecated T/P typesAraq2018-11-161-2/+0
* Fixup #5804 (#5837)Yuriy Glukhov2017-05-181-3/+9
* Fixed syslocks for ios (#5804)Yuriy Glukhov2017-05-121-22/+88
* Linux abi take 3 (#5692)Jacek Sieka2017-04-121-0/+9
* support for the Genode OS framework (#5560)Emery Hemingway2017-03-311-0/+22
* Fixed stacktrace errorYuriy Glukhov2016-04-261-0/+2
* Use ``when insideRLocksModule`` instead of ``when compiles``Anatoly Galiulin2016-03-311-2/+2
* Fix ``XDeclaredButNotUsed`` warning when locks or rlocks module is usedAnatoly Galiulin2016-03-311-19/+16
* Make windows locks do not use dyncallcheatfate2016-03-311-12/+14
* GCs support ForeignCellsAndreas Rumpf2016-03-051-0/+4
* Fixed includes for pthread types.Yuriy Glukhov2016-03-041-5/+7
* Added rlocks module to documentation and news.txtAnatoly Galiulin2016-02-181-1/+1
* Added reentrant locks module to stdlibAnatoly Galiulin2016-02-171-1/+13
* lib: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-10/+10
* lib/system/g-w - Dropped 'T' from typespdw2015-06-041-29/+31
* Winlean and threads case sensitivity fixes.Dominik Picheta2014-08-301-1/+1
* the big renamefest: first stepsAraq2014-08-221-1/+1
* New concurrency model: next stepsAraq2014-04-191-6/+6
* case consistency improvementsAraq2014-01-111-0/+3
* case consistency part 1Araq2013-12-271-27/+27
* fixed a long standing xml parser bug; html parser bugfixes + speed improvementsAraq2013-06-271-1/+1
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* preparations for 0.8.12Araq2011-07-101-1/+1
* bugfix: 'set' overloadable; further steps for multi threading supportAraq2011-07-081-0/+101
8' href='#n298'>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 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463