summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/lzma/C/AesOpt.c
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/lzma/C/AesOpt.c')
0 files changed, 0 insertions, 0 deletions
ass='insertions'>+64 * Changed filesel.cpp to use wstring_from_utf8() Nathan Woods2017-01-051-5/+3 * first srcclean pass (nw) Vas Crabb2016-12-251-2/+2 * ui: another attempt at sorting File Manager entries (nw) mahlemiut2016-12-241-1/+16 * Revert "ui: sort File Manager menu items (nw)" mahlemiut2016-12-191-7/+0 * ui: sort File Manager menu items (nw) mahlemiut2016-12-191-0/+7 * encapsulate mouse translation in the menu code, make more stuff const Vas Crabb2016-11-231-2/+2 * Encapsulate a bit more of the menu base class to control when layout changes ... Vas Crabb2016-11-231-2/+2 * use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-2/+2 * Fixed an off by one error when identifying best entries for typeahead on the ... Nathan Woods2016-09-241-1/+1 * Consolidated code that inputs characters into buffers Nathan Woods2016-09-191-24/+3 * Converted a number of zippath calls that took 'const char *' to std::string Nathan Woods2016-07-291-4/+3 * UI refactoring: [Vas Crabb] Vas Crabb2016-07-101-7/+7 * UI code refactoring: [Vas Crabb] Vas Crabb2016-07-101-5/+5 * Reduce visibility of more menu members Vas Crabb2016-07-091-1/+1 * another baby step untangling the menu code Vas Crabb2016-07-091-1/+1 * Changed a number of file manager related menus to have their outputs be by re... Nathan Woods2016-07-041-15/+36 * This changes the various submenu results to be bonafide enums rather than jus... Nathan Woods2016-07-031-11/+11 * Changed a few zippath related functions to return their strings as a return v... Nathan Woods2016-07-031-1/+1 * Split UI related to file creation from filesel.[cpp|h] into filecreate.[cpp|h] Nathan Woods2016-07-031-312/+1 * Fixed issue whereby the determination that one cannot create files in an arch... Nathan Woods2016-07-031-1/+1 * Changed menu_file_selector to use std::string for its filename buffer Nathan Woods2016-07-021-14/+12 * Converted menu_file_create to use std::string for its filename buffer Nathan Woods2016-07-021-19/+24 * Changed some TRUE/FALSE ==> true/false Nathan Woods2016-07-021-3/+3 * Including the path separator when switching directories in the file selection UI Nathan Woods2016-07-021-1/+1 * Changing menu_file_selector::append_entry() to return a reference instead of ... Nathan Woods2016-06-301-5/+5 * Adopted move constructors on strings a bit more in filesel Nathan Woods2016-06-301-8/+20 * Changed filesel entrylist to be a vector Nathan Woods2016-06-301-49/+17 * More use of std::move() Nathan Woods2016-06-301-1/+1 * Missed this place where I was passing nullptr to std::string ctor Nathan Woods2016-06-291-2/+2 * Added a move constructor and got rid of the 'const char *' overload. I had t... Nathan Woods2016-06-291-10/+10 * Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-1/+0 * C++-ified osd_directory (now osd::directory), and added last_modified to osd:...