summaryrefslogtreecommitdiff
path: root/src/common (follow)
Commit message (Expand)AuthorAgeFilesLines
* common: Add build timestamp to scm_rev.Gravatar bunnei2017-08-032-0/+3
* logging: Add WebService as a log cateogry.Gravatar bunnei2017-07-102-1/+3
* Implement basic virtual Room support based on enet (#2803)Gravatar B3n302017-07-072-0/+2
* Remove unnecessary WIN32_LEAN_AND_MEAN macro definitionGravatar Kloen2017-06-301-1/+0
* Remove unused import in break_points.cpp (#2763)Gravatar Kloen Lansfiel2017-06-081-1/+0
* CMake: Create INTERFACE targets for microprofile and nihstroGravatar Yuri Kunde Schlesner2017-05-271-1/+1
* CMake: Use IMPORTED target for BoostGravatar Yuri Kunde Schlesner2017-05-271-0/+1
* CMake: Correct inter-module dependencies and library visibilityGravatar Yuri Kunde Schlesner2017-05-271-1/+1
* Common: Fix some out-of-style includesGravatar Yuri Kunde Schlesner2017-05-273-5/+5
* Move framebuffer_layout from Common to CoreGravatar Yuri Kunde Schlesner2017-05-273-214/+0
* Merge pull request #2716 from yuriks/decentralized-resultGravatar bunnei2017-05-261-23/+42
|\
| * Common: Clean up meta-template logic in BitFieldGravatar Yuri Kunde Schlesner2017-05-241-3/+3
| * Make BitField and ResultCode constexpr-initializableGravatar Yuri Kunde Schlesner2017-05-241-23/+42
* | Merge pull request #2697 from wwylele/proctexGravatar Yuri Kunde Schlesner2017-05-241-0/+10
|\ \
| * | pica/swrasterizer: implement procedural textureGravatar wwylele2017-05-201-0/+10
| |/
* / common: Add a generic interface for logging telemetry fields.Gravatar bunnei2017-05-243-0/+238
|/
* Remove unused symbols codeGravatar Yuri Kunde Schlesner2017-05-073-78/+0
* Merge pull request #2512 from SonofUgly/custom-layoutGravatar bunnei2017-03-212-0/+27
|\
| * Add custom layout settings.Gravatar SonofUgly2017-02-232-0/+27
* | Merge pull request #2497 from wwylele/input-2Gravatar bunnei2017-03-175-0/+164
|\ \
| * | Input: add device and factory templateGravatar wwylele2017-03-012-0/+2
| * | Common: add ParamPackageGravatar wwylele2017-03-013-0/+162
* | | Merge pull request #2618 from wwylele/log-less-filenameGravatar bunnei2017-03-161-9/+9
|\ \ \
| * | | file_util: Log when using local user directoryGravatar wwylele2017-03-111-0/+2
| * | | file_util: lower logging level for harmless casesGravatar wwylele2017-03-081-9/+7
| |/ /
* / / common/cpu_detect: Add missing include and fix namespace scopeGravatar Yuri Kunde Schlesner2017-03-121-5/+7
|/ /
* | Merge pull request #2587 from yuriks/status-barGravatar Yuri Kunde Schlesner2017-02-264-204/+25
|\ \
| * | Remove built-in (non-Microprofile) profilerGravatar Yuri Kunde Schlesner2017-02-263-186/+0
| * | SynchronizedWrapper: Add Lock convenience methodGravatar Yuri Kunde Schlesner2017-02-261-18/+25
* | | Merge pull request #2569 from wwylele/wrap-unwrapGravatar bunnei2017-02-253-0/+3
|\ \ \
| * | | HW: add AES engine & implement AES-CCMGravatar wwylele2017-02-213-0/+3
* | | | Gui: Change title bar to include build nameGravatar James Rowe2017-02-233-0/+26
| |/ / |/| |
* | | applied the change suggested by @wwyleleGravatar noah the goodra2017-02-131-0/+1
* | | added http service enum to the log.h fileGravatar noah the goodra2017-02-131-0/+1
|/ /
* | Merge pull request #2476 from yuriks/shader-refactor3Gravatar Yuri Kunde Schlesner2017-02-041-14/+19
|\ \
| * | Common: Optimize BitSet iteratorGravatar Yuri Kunde Schlesner2017-01-291-14/+19
| |/
* | Common/x64: remove legacy emitter and abi (#2504)Gravatar Weiyi Wang2017-01-315-4201/+1
* | file_util: Fixed implicit type conversion warning (#2503)Gravatar noah the goodra2017-01-301-2/+2
|/
* common: add <cstddef> to hash.hGravatar Kloen2017-01-281-0/+1
* common: switch ComputeHash64 len param to size_t instead of int, fix warning ...Gravatar Kloen2017-01-282-6/+6
* Merge pull request #1951 from wwylele/motion-sensorGravatar bunnei2017-01-075-0/+76
|\
| * Common: add QuaternionGravatar wwylele2016-12-262-0/+45
| * vector math: add implementation of Length and NormalizeGravatar wwylele2016-12-261-0/+19
| * MathUtil: add PI constantGravatar wwylele2016-12-261-0/+2
| * Common::Event: add WaitUntilGravatar wwylele2016-12-261-0/+10
* | Service/NFC: stub GetTagInRangeEventGravatar mailwl2016-12-302-0/+2
|/
* Merge pull request #2369 from MerryMage/core-frontendGravatar bunnei2016-12-235-646/+0
|\
| * core: Move emu_window and key_map into coreGravatar MerryMage2016-12-235-646/+0
* | file_util: fix missing sysdata pathGravatar wwylele2016-12-231-3/+1
|/
* Merge pull request #2343 from bunnei/core-cleanupGravatar bunnei2016-12-223-87/+3
|\