Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't inline ifstream destructor | Chris Robinson | 2019-06-18 | 1 | -1/+1 |
| | |||||
* | Don't inline some file IO methods | Chris Robinson | 2019-06-10 | 1 | -125/+10 |
| | |||||
* | Cache the process binary path and name | Chris Robinson | 2018-12-25 | 1 | -1/+1 |
| | |||||
* | Try to clean up compat.h's macro block spaghetti a bit | Chris Robinson | 2018-11-15 | 1 | -30/+11 |
| | |||||
* | Use C++ for GetProcBinary | Chris Robinson | 2018-11-11 | 1 | -2/+5 |
| | |||||
* | Get rid of the last few al_fopen calls | Chris Robinson | 2018-11-10 | 1 | -5/+0 |
| | |||||
* | Remove unused strdupW | Chris Robinson | 2018-11-10 | 1 | -2/+0 |
| | |||||
* | Remove the unused file mapping calls | Chris Robinson | 2018-11-09 | 1 | -13/+0 |
| | |||||
* | Handle the open mode in al::ifstream | Chris Robinson | 2018-11-09 | 1 | -12/+28 |
| | |||||
* | Use C++ to read and parse ambdec files | Chris Robinson | 2018-11-04 | 1 | -0/+176 |
| | |||||
* | Move wstr_to_utf8 to compat.h | Chris Robinson | 2018-11-03 | 1 | -0/+23 |
| | |||||
* | Remove unnecessary uses of IN_IDE_PARSER | Chris Robinson | 2018-10-29 | 1 | -1/+1 |
| | |||||
* | Don't try to get the JNIEnv on Android | Chris Robinson | 2018-10-02 | 1 | -8/+0 |
| | | | | | It's currently not used. More stuff is needed anyway which may need a different approach. | ||||
* | Add extern "C" to some headers | Chris Robinson | 2018-03-09 | 1 | -0/+8 |
| | |||||
* | Allow GetProcPath to return the filename also | Chris Robinson | 2018-01-13 | 1 | -1/+1 |
| | |||||
* | Get the JavaVM handle on Android targets | Chris Robinson | 2017-01-26 | 1 | -0/+8 |
| | |||||
* | Add some helper wrappers to mmap files | Chris Robinson | 2016-08-31 | 1 | -0/+13 |
| | |||||
* | Look in the executable's dir for another config file | Chris Robinson | 2016-06-04 | 1 | -0/+4 |
| | | | | | On Windows it'll look for alsoft.ini, and elsewhere is alsoft.conf. This applies after the user-local settings and before ALSOFT_CONF. | ||||
* | Remove unnecessary includes | Chris Robinson | 2014-04-18 | 1 | -4/+0 |
| | |||||
* | Alter the al_fopen macro to not directly take parameters | Chris Robinson | 2014-04-18 | 1 | -1/+1 |
| | |||||
* | Rename althread_once to be more C11-like | Chris Robinson | 2014-04-17 | 1 | -8/+0 |
| | |||||
* | Make and use a C11-like altimespec_get wrapper function | Chris Robinson | 2014-04-17 | 1 | -2/+0 |
| | |||||
* | Rename althread_key_ wrappers to altss_ and move it to threads.h/c | Chris Robinson | 2014-04-17 | 1 | -12/+0 |
| | |||||
* | Avoid using a Sleep() wrapper | Chris Robinson | 2014-04-16 | 1 | -1/+0 |
| | |||||
* | Use althrd_yield instead of alsched_yield | Chris Robinson | 2014-04-16 | 1 | -5/+0 |
| | |||||
* | Use a C11-like mutex wrapper instead of CRITICAL_SECTIONs | Chris Robinson | 2014-04-16 | 1 | -6/+0 |
| | |||||
* | Wrap fopen calls under Windows | Chris Robinson | 2014-03-28 | 1 | -0/+5 |
| | | | | | | | The idea is that all filenames we deal with are encoded as UTF-8, but the Windows functions that take a char string interpret it using the ANSI codepage. So instead, we convert the UTF-8 string to a wchar string, and then use the wchar functions for proper extended character filename support. | ||||
* | Don't define HAVE_DYNLOAD with the IDE parser | Chris Robinson | 2014-03-17 | 1 | -1/+1 |
| | |||||
* | Rename pthread wrappers used for Windows to althread | Chris Robinson | 2013-12-06 | 1 | -11/+23 |
| | |||||
* | Declare LoadLib functions in one place | Chris Robinson | 2013-10-28 | 1 | -7/+7 |
| | |||||
* | Separate compatibility declarations | Chris Robinson | 2013-10-28 | 1 | -0/+53 |