summary refs log tree commit diff stats
path: root/lib/system/atomics.nim
Commit message (Expand)AuthorAgeFilesLines
* Happy new year!Guillaume Gelin2015-01-061-1/+1
* TAtomType includes 'bool'Araq2014-11-081-5/+5
* Merge branch 'devel' into bigbreakAraq2014-11-031-22/+28
|\
| * Various atomics fixes for gcc/clang.Reimer Behrends2014-10-301-21/+27
* | make tests greenAraq2014-08-311-1/+1
* | the big renamefest: first stepsAraq2014-08-221-2/+3
|/
* distinguish between 'defined' and 'declared'Araq2014-08-111-3/+3
* Downgrades public module comments to private level.Grzegorz Adam Hankiewicz2014-08-051-1/+1
* added 'fence' instructions to the barrierAraq2014-06-061-30/+5
* Promises are now refsAraq2014-06-051-0/+8
* 'parallel' statement almost workingAraq2014-05-221-3/+3
* initial non-compiling version of 'parallel'Araq2014-05-121-1/+30
* case consistency improvementsAraq2014-01-111-8/+8
* case consistency part 1Araq2013-12-271-66/+56
* LockFree Hash Table 0.1Mark Flamer2013-10-221-50/+189
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* Added CAS to system/atomics.nimYury Benesh2012-10-131-0/+34
* docgen2 improvementsAraq2012-06-231-1/+1
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* preparations for 0.8.12Araq2011-07-101-1/+2
* bugfix: 'set' overloadable; further steps for multi threading supportAraq2011-07-081-2/+2
* first steps to thread local heapsAraq2011-06-021-0/+41
href='#n270'>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 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