Skip to content
Snippets Groups Projects
  1. Mar 02, 2012
  2. Mar 01, 2012
    • Nat Goodspeed's avatar
      Refactor llleap_test.cpp to streamline adding more unit tests. · 9b5fcb78
      Nat Goodspeed authored
      Migrate logic from specific test to common reader module, notably parsing the
      wakeup message containing the reply-pump name.
      Make test script post to Result struct to communicate success/failure to C++
      TUT test, rather than just writing to log.
      Make test script insensitive to key order in serialized LLSD::Map.
      9b5fcb78
    • Nat Goodspeed's avatar
      Add LLLeap class, initial implementation, initial unit tests. · 0ef99cd3
      Nat Goodspeed authored
      Instantiating LLLeap with a command to execute a particular child process sets
      up machinery to speak LLSD Event API Plugin protocol with that child process.
      LLLeap is an LLInstanceTracker subclass, so the code that instantiates need
      not hold the pointer. LLLeap monitors child-process termination and deletes
      itself when done.
      0ef99cd3
Loading