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

Автор SHA1 Сообщение Дата
  James Rowe 096be16636 Format: Run the new clang format on everything 8 лет назад
  bunnei 84d72fd92f Merge pull request #2397 from Subv/pulse 9 лет назад
  Subv e52ca85711 Kernel: Implemented Pulse event and timers. 9 лет назад
  Subv e6a7723f2f Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter. 9 лет назад
  Subv 4ab8692475 Kernel/Events: Log an error when trying to create Pulse events and timers. 9 лет назад
  Yuri Kunde Schlesner 84fbbe2629 Use negative priorities to avoid special-casing the self-include 9 лет назад
  Emmanuel Gil Peyrot ebdae19fd2 Remove empty newlines in #include blocks. 9 лет назад
  Yuri Kunde Schlesner 396a8d91a4 Manually tweak source formatting and then re-run clang-format 9 лет назад
  Emmanuel Gil Peyrot dc8479928c Sources: Run clang-format on everything. 9 лет назад
  Lioncash 12e92f17de svc: Make ResetType an enum class 10 лет назад
  Yuri Kunde Schlesner d9556912b4 Kernel: Remove unused member from Event 11 лет назад
  bunnei 71e8822d23 kernel: Fix svcWaitSynch to always acquire requested wait objects. 11 лет назад
  bunnei 0b7d2941cf Kernel: Move reschedules from SVCs to actual mechanisms that reschedule. 11 лет назад
  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 d52d859936 Kernel: Convert Event to not use Handles 11 лет назад
  Yuri Kunde Schlesner 9a345de2bd Kernel: Remove useless/duplicated comments; mark functions static 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 69c5830ef2 Event: Fix implementation of "non-sticky" events. 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 e4a5d8ad4f Event: Fixed some bugs and cleanup (Subv) 11 лет назад
  bunnei 14cbbf4d9b Event: Get rid of permanent_lock hack. 11 лет назад
  bunnei c22bac6398 Kernel: Added WaitObject and changed "waitable" objects inherit from it. 11 лет назад