aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common
Commit message (Expand)AuthorAge
* Handle invalid `Log::Class`Gravatar Benjamin Barenblat2015-08-15
* Stop defining GCC always_inline attributes as __forceinlineGravatar archshift2015-08-11
* Merge pull request #1018 from bbarenblat/masterGravatar bunnei2015-08-05
|\
| * Use UNREACHABLE macro for impossible cases in previous commitGravatar Benjamin Barenblat2015-08-02
* | Common: Work around bug in MSVC2015 standard libraryGravatar Yuri Kunde Schlesner2015-08-02
| * Handle invalid `Log::Level::Count`Gravatar Benjamin Barenblat2015-08-02
|/
* Common : Fix Conversion WarningsGravatar zawata2015-07-19
* Common: Remove the unused and commented GetThemeDir prototype from FileUtil.Gravatar Emmanuel Gil Peyrot2015-07-18
* Pica: Implement stencil testing.Gravatar Tony Wasserka2015-07-13
* FileUtil: Add a WriteObject method for writing a single, POD-type object.Gravatar Tony Wasserka2015-07-13
* donĀ“t define snprintf on Visual Studio 2015Gravatar Apology112015-07-12
* Merge pull request #914 from yuriks/bitfield-maskGravatar Yuri Kunde Schlesner2015-07-11
|\
* | Common: Remove thunk.hGravatar Lioncash2015-07-10
* | Merge pull request #876 from linkmauve/include-cleanupsGravatar Yuri Kunde Schlesner2015-07-10
|\ \
| | * Common: Remove redundant masking in BitFieldGravatar Yuri Kunde Schlesner2015-07-10
| | * Common: Fix mask generation in BitFieldGravatar Yuri Kunde Schlesner2015-07-10
| |/ |/|
* | Common: Remove unused type unions breaking aliasing rules in horrible ways.Gravatar Emmanuel Gil Peyrot2015-06-28
| * Core: Cleanup file_sys includes.Gravatar Emmanuel Gil Peyrot2015-06-28
| * Core: Cleanup core includes.Gravatar Emmanuel Gil Peyrot2015-06-28
| * CitraQt: Cleanup includes.Gravatar Emmanuel Gil Peyrot2015-06-28
| * Common: Cleanup emu_window includes.Gravatar Emmanuel Gil Peyrot2015-06-28
| * Common: Remove unused ROUND_UP_POW2 macro.Gravatar Emmanuel Gil Peyrot2015-06-28
| * Common: Cleanup key_map includes.Gravatar Emmanuel Gil Peyrot2015-06-28
| * Common: Cleanup memory and misc includes.Gravatar Emmanuel Gil Peyrot2015-06-28
| * Common: Cleanup profiler includes.Gravatar Emmanuel Gil Peyrot2015-06-28
| * Common: Cleanup thread includes.Gravatar Emmanuel Gil Peyrot2015-06-28
| * Common: Fix string_util includes.Gravatar Emmanuel Gil Peyrot2015-06-28
| * Common: Fix FileUtil includes, and everything relying on those.Gravatar Emmanuel Gil Peyrot2015-06-28
| * Common: Remove now-unused EMU_PLATFORM define, fixes issue #373.Gravatar Emmanuel Gil Peyrot2015-06-27
| * Common: Remove unused SSE version checking and a GCC macro.Gravatar Emmanuel Gil Peyrot2015-06-27
| * Common: Remove unused fifo_queue.h.Gravatar Emmanuel Gil Peyrot2015-06-27
|/
* Merge pull request #855 from purpasmart96/service_rearrangmentGravatar bunnei2015-06-21
|\
| * Services: Continue separation of services into their own foldersGravatar purpasmart962015-06-11
* | Render-to-texture flush, interval math fixGravatar tfarley2015-06-08
|/
* Move video_core/color.h to common/color.hGravatar archshift2015-05-30
* Move video_core/math.h to common/vector_math.hGravatar archshift2015-05-30
* Remove every trailing whitespace from the project (but externals).Gravatar Emmanuel Gil Peyrot2015-05-29
* OpenGL rendererGravatar tfarley2015-05-22
* Service::Y2R: Support for grayscale decoding of specific formatsGravatar Yuri Kunde Schlesner2015-05-22
* Merge pull request #758 from yuriks/sync-loggingGravatar Yuri Kunde Schlesner2015-05-15
|\
| * Remove unused concurrent_ring_buffer.hGravatar Yuri Kunde Schlesner2015-05-15
* | Common: Remove unused cruft from math_util, and remove a duplicated Rect clas...Gravatar Emmanuel Gil Peyrot2015-05-14
| * Common: Use the log system to print assert messagesGravatar Yuri Kunde Schlesner2015-05-12
| * Common: Remove async loggingGravatar Yuri Kunde Schlesner2015-05-12
|/
* Common: Remove the BIT macroGravatar Yuri Kunde Schlesner2015-05-09
* Common: Add BIT macroGravatar Yuri Kunde Schlesner2015-05-08
* Common: Add StringFromFixedZeroTerminatedBufferGravatar Yuri Kunde Schlesner2015-05-08
* Merge pull request #725 from yuriks/remove-common-crapGravatar Yuri Kunde Schlesner2015-05-07
|\
* \ Merge pull request #723 from lioncash/commonstrGravatar bunnei2015-05-07
|\ \
* | | Profiler: Fix off-by-one error when computing average.Gravatar Yuri Kunde Schlesner2015-05-07