summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2013-02-07Add aggregate operations for stuctures with string fieldsKinsey Moore
2013-01-29Fix an issue where building with DEBUG_FD_LEAKS enabled would not work due to...Joshua Colp
2013-01-27Add a unit test which confirms the apply handler callback is called when it s...Joshua Colp
2013-01-25Merge the sorcery data access layer API.Joshua Colp
2013-01-17Address David's latest feedback on reviewboard:Mark Michelson
2013-01-15Make the threadpool listener opaque.Mark Michelson
2013-01-15Make ast_taskprocessor_listener opaque.Mark Michelson
2013-01-15Make the initial size of the threadpool part of the options passed in.Mark Michelson
2013-01-15Remove threadpool listener alloc and destroy callbacks.Mark Michelson
2013-01-15Remove alloc and destroy callbacks from the taskprocessor.Mark Michelson
2013-01-12Merged revisions 378935 via svnmerge from Automerge script
2013-01-11Merged revisions 378915,378918 via svnmerge from Automerge script
2013-01-07Address review board feedback from Matt and RichardMark Michelson
2012-12-11Add automerge property back after conflict.Mark Michelson
2012-12-11Add auto-increment option and accompanying test.Mark Michelson
2012-12-10Solve the issue about the "CHANGE THIS" and "XXX CHANGE THIS XXX" taskprocess...Mark Michelson
2012-12-10Make thread state waiting a little less ugly and not possible to lock up.Mark Michelson
2012-12-10Improve timedwaits in tests to actually behave like they should.Mark Michelson
2012-12-10Add threadpool options and accompanying test.Mark Michelson
2012-12-10Improve shutdown procedure.Mark Michelson
2012-12-09Add some useful debugging in threadpool test failure conditions.Mark Michelson
2012-12-09Create longer thread destruction test.Mark Michelson
2012-12-08Add a task distribution test.Mark Michelson
2012-12-07Add threadpool reactivation test.Mark Michelson
2012-12-07Add a single-thread multi-task test.Mark Michelson
2012-12-07Add test where we create a thread and push a task.Mark Michelson
2012-12-07Add test where we add a task then create a thread for it.Mark Michelson
2012-12-07Add threadpool destruction test.Mark Michelson
2012-12-07Fix up categories of threadpool tests.Mark Michelson
2012-12-07Add new threadpool test and fix some taskprocessor bugs.Mark Michelson
2012-12-06Add initial simple threadpool test.Mark Michelson
2012-11-21Merged revisions 376575 via svnmerge from Automerge script
2012-11-19Add doxygen to taskprocessor tests.Mark Michelson
2012-11-19Merged revisions 376457 via svnmerge from Automerge script
2012-11-17Restructure taskprocessor load test to test integrity of task execution.Mark Michelson
2012-11-17Add a second default taskprocessor test that executes 20000 tasks.Mark Michelson
2012-11-17Change the default taskprocessor test so it will never hang forever.Mark Michelson
2012-11-16Test that shutdown callback is called when expected.Mark Michelson
2012-11-16Add a shutdown callback to taskprocessor listeners.Mark Michelson
2012-11-16Merged revisions 376341,376344-376345 via svnmerge from Automerge script
2012-11-12Refine the taskprocessor listener test a bit more.Mark Michelson
2012-11-09Add a test that ensures that taskprocessor listener callbacksMark Michelson
2012-11-09Add a basic taskprocessor test.Mark Michelson
2012-10-14Title updateAndrew Latham
2012-10-01app_queue: Support persisting and loading of long member lists.Sean Bright
2012-09-22Doxygen Updates Janitor WorkAndrew Latham
2012-09-12Enhance astobj2 to support other types of containers.Richard Mudgett
2012-08-23I forgot to add the unit tests for scoped locks earlier today.Mark Michelson
2012-07-31Clean up and ensure proper usage of alloca()Kinsey Moore
2012-07-30Fix ast_event_new unit test.Russell Bryant