| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-06-15 | Try to fix android build. | magumagu | |
| 2014-06-02 | Stringify ArmCPUDetect.cpp. | Lioncash | |
| 2014-06-01 | Fix a crash in ARM's CPUDetect on a malformed /proc/cpuinfo. | Ryan Houdek | |
| If a CPU string was incapable of being found we would return a null pointer, which would crash with strncpy. Also if we couldn't get a CPU implementer we would call free() to a null pointer. In addition, detect 64bit ARM running. | |||
| 2014-03-09 | clang-modernize -use-nullptr | Tillmann Karras | |
| and s/\bNULL\b/nullptr/g for *.cpp/h/mm files not compiled on my machine | |||
| 2014-02-22 | Make Common/ mostly IWYU clean (and fix errors in rest of the project ↵ | Pierre Bourdon | |
| detected by this change). | |||
| 2014-02-18 | Convert all includes to relative paths. | Lioncash | |
| 2013-12-31 | Remove unnecessary Src/ folders | Jasper St. Pierre | |
