История коммитов

Автор SHA1 Сообщение Дата
  Yuri Kunde Schlesner e1fbac3ca1 Common: Remove common.h 11 лет назад
  archshift ef24e72b26 Asserts: break/crash program, fit to style guide; log.h->assert.h 11 лет назад
  Yuri Kunde Schlesner 88a4a808c6 Kernel: Stop creating useless Handles during object creation 11 лет назад
  Yuri Kunde Schlesner 7725256f64 Explicitly instantiate constructors/destructors for Kernel objects 11 лет назад
  Yuri Kunde Schlesner d9b19be1d9 Kernel: Convert Semaphore to not use Handles 11 лет назад
  bunnei f09806aed2 Kernel: Renamed some functions for clarity. 11 лет назад
  bunnei 15b6a4d9ad Kernel: Changed "ShouldWait" to return bool and "Acquire" to return void. 11 лет назад
  bunnei c68eb15695 WaitObject: Renamed "Wait" to "ShouldWait", made "ShouldWait" and "Acquire" pure virtual. 11 лет назад
  bunnei e5a9f1c644 Kernel: Get rid of WaitTypes and simplify lots of code, removing hacks. 11 лет назад
  bunnei 6643673f28 WaitSynchronizationN: Refactor to fix several bugs 11 лет назад
  bunnei aa01c57ae9 Kernel: Separate WaitSynchronization into Wait and Acquire methods. 11 лет назад
  bunnei 7faf2d8e06 WaitSynchronizationN: Implement return values 11 лет назад
  bunnei c22bac6398 Kernel: Added WaitObject and changed "waitable" objects inherit from it. 11 лет назад
  Yuri Kunde Schlesner 8ad41775cc Kernel: Start using boost::intrusive_ptr for lifetime management 11 лет назад
  Yuri Kunde Schlesner 9bf8462b96 Thread: Reduce use of Handles and move some funcs to inside the class. 11 лет назад
  Yuri Kunde Schlesner 7e2903cb74 Kernel: New handle manager 11 лет назад
  Yuri Kunde Schlesner 23f2142009 Kernel: Replace GetStaticHandleType by HANDLE_TYPE constants 11 лет назад
  Yuri Kunde Schlesner 73fba22c01 Rename ObjectPool to HandleTable 11 лет назад
  bunnei 0de6a08d75 Merge pull request #291 from purpasmart96/license 11 лет назад
  purpasmart96 ebfd831ccb License change 11 лет назад
  Chin e795692614 Clean up some warnings 11 лет назад
  Subv ea95876431 Kernel/Semaphore: Small style change 11 лет назад
  Subv effb181888 Kernel/Semaphores: Invert the available count checking. 11 лет назад
  Subv 5e25986235 Kernel/Semaphores: Addressed some issues. 11 лет назад
  Subv cc81a510e3 Semaphore: Removed an unneeded function 11 лет назад
  Subv 61434651d8 Semaphores: Addressed some style issues 11 лет назад
  Subv abff4a7ee2 Semaphore: Implemented the initial_count parameter. 11 лет назад
  Subv 49b31badba SVC: Implemented ReleaseSemaphore. 11 лет назад
  Subv 82c84883a5 SVC: Implemented svcCreateSemaphore 11 лет назад