summary refs log tree commit diff
path: root/src/rt/util
AgeCommit message (Expand)AuthorLines
2013-02-15rm unused hash table from the runtimeDaniel Micay-207/+0
2013-01-17Add a license check to tidy. #4018Brian Anderson-3/+0
2012-12-15WhitespaceBrian Anderson-1/+4
2012-12-15rt: Do some casting to avoid warningsBrian Anderson-1/+1
2012-12-15Abort instead of throwing on oomJesse Jones-2/+4
2012-12-15Instead of returning a bool (which everyone ignored) pop assertsJesse Jones-6/+3
2012-12-15Check for realloc failure and bad subscriptsJesse Jones-2/+9
2012-12-15polymorphic indexed_list fixes:Jesse Jones-9/+10
2012-12-15Improvements to array_list, hash_map, and indexed_list:Jesse Jones-16/+45
2012-12-10Add license boilerplate to more files.Graydon Hoare-0/+10
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+20
2012-04-03Refactor includes structure, getting rid of rust_internal.hJon Morton-74/+3
2012-03-28Fix some gcc-4.4-isms, should build now on 4.1+.Graydon Hoare-0/+1
2011-08-08Introduced task handles.unknown-0/+1
2011-07-13Remove 'Nop.' comments, add emacs lines, remove obsolete file.Graydon Hoare-2/+0
2011-06-27Basic multithreading support. The infinite loops test successfully maxes out ...Eric Holk-0/+2
2011-04-08add -O2 when compiling rt, fix warnings triggered by optimizerMarijn Haverbeke-1/+1
2011-03-25Another go at changing compile-command, this time using RBUILD env var.Graydon Hoare-1/+1
2011-03-25Revert "Bulk-edit compile commands in emacs chatter to point to assumed build...Graydon Hoare-1/+1
2011-03-25Bulk-edit compile commands in emacs chatter to point to assumed build/ dir of...Graydon Hoare-1/+1
2011-03-14Add basic file-system functionalityMarijn Haverbeke-0/+6
2010-09-10Cleanup, refactoring, and some runtime tests.Michael Bebenita-5/+15
2010-09-08Tidy up the sync dir, remove dead or mis-designed code in favour of OS primit...Graydon Hoare-1/+12
2010-09-08Cleaned up locking in the kernel.Michael Bebenita-7/+1
2010-09-07Lots of design changes around proxies and message passing. Made it so that do...Michael Bebenita-2/+2
2010-09-07Small updates to util classes.Michael Bebenita-1/+24
2010-09-07Change signature of array_list::pop().Michael Bebenita-6/+20
2010-09-07Added a few utility classes, cleaned up the include order of .h files, and st...Michael Bebenita-0/+126
2010-08-09Changed array_list::replace() return behavior.Michael Bebenita-5/+5
2010-07-28Add C++ wrapper around uthash.Michael Bebenita-0/+193
2010-07-28array_list improvements.Michael Bebenita-1/+21
2010-07-19Added a message passing system based on lock free queues for inter-thread com...Michael Bebenita-10/+18
2010-06-23Populate tree.Graydon Hoare-0/+69