Doug Johnson
e092c8c187
base: logging: Add Linux support, add stderr output support
2019-08-14 07:07:35 -04:00
Sandy Carter
2970b84bc1
[string] Remove reuse of va_list in AppendVarargs
...
va_list are not guarenteed to maintain their values after being used.
With clang on Linux, args is undefined after fetching length and will print
"(null)".
Copy args into another va_list before getting length to prevent this.
Add tests.
2019-08-14 07:07:35 -04:00
Sandy Carter
6cde4f9e12
[logging] Fix log folder creation from same directory
...
Expand find_base_path to support unix-style and local files.
Remove trailing path separators from find_base_path output.
Fix cases of local files such as `find_base_path("local_file")`
Fix logger creating directories such as xenia.log/ when run from a local
directory such as with ./build/bin/xenia under linux creating a directory
called xenia.log/ and then being unable to create a log of the same name.
Add tests to validate find_base_path.
2019-08-14 07:07:35 -04:00
Sandy Carter
738eb65643
[string] Combine string and wstring in template
...
Merge kPathSeparator and kWPathSeparator to template variable.
Generalize /, and \ in kAllPathSeparators.
2019-08-14 07:07:35 -04:00
Sandy Carter
221c9739cb
[string] Add base string tests
2019-08-14 07:07:35 -04:00
Triang3l
f1b9e1afce
[CPU] Remove unused access violation handler variables
2019-08-13 00:06:29 +03:00
Triang3l
470f9946d6
[Vulkan v2] Present framebuffer clearing
2019-08-11 23:53:24 +03:00
Triang3l
490f3de853
[Vulkan v2] Swapchain ImageViews, error messages
2019-08-11 19:29:44 +03:00
Triang3l
be6fa2b577
[Vulkan v2] Present loop
2019-08-11 17:49:01 +03:00
Triang3l
675034670e
[Vulkan v2] Surface queries
2019-08-10 20:41:37 +03:00
Triang3l
db2898e386
Merge branch 'master' of github.com:xenia-project/xenia
2019-08-10 14:52:54 +03:00
Triang3l
fb656f3493
[Vulkan v2] GDK VkSurface
2019-08-10 14:52:33 +03:00
Jonathan Goyvaerts
c621e01dd2
Add game_language as a config variable
2019-08-10 06:51:36 -05:00
Triang3l
af93986c8f
[Vulkan v2] VkSurface
2019-08-10 00:23:31 +03:00
Triang3l
30ba2619f3
[Vulkan v2] Properly include, clean up queue families
2019-08-09 22:40:55 +03:00
Triang3l
001120605b
[Vulkan v2] Frames and fences
2019-08-08 23:58:02 +03:00
Triang3l
5744e6ba38
[Vulkan v2] Device and queue creation
2019-08-08 23:03:36 +03:00
Triang3l
940ef4ad7a
[UI/GPU] Fix include order
2019-08-08 22:11:51 +03:00
gibbed
39c3f72c41
[Kernel] Implement RtlComputeCrc32.
2019-08-07 19:50:17 -05:00
Triang3l
2334e475de
[Vulkan v2] Physical device, [D3D12] Small cleanup
2019-08-08 00:08:20 +03:00
Triang3l
40471dff32
[D3D12] Remove gflags from premake5.lua
2019-08-06 23:16:51 +03:00
gibbed
35e79d1979
[Base] Fix checks in cvar string escaping.
2019-08-04 21:55:06 -05:00
Rick Gibbed
ce8d3cb978
Merge pull request #1392 from Margen67/update-documentation
...
Update and move documentation from website to GitHub Wiki.
2019-08-04 20:39:30 -05:00
Margen67
dd46e30be5
[building.md+README.md] Move building instructions+xb to building, make Quickstart link to wiki
...
Also update and remove outdated information.
2019-08-05 08:24:52 +07:00
Rick Gibbed
483d5e8ff4
Merge pull request #1409 from Margen67/appveyor-cleanup
...
Clean up .appveyor.yml.
2019-08-04 18:34:29 -05:00
Rick Gibbed
9f24d61268
Merge pull request #1401 from Margen67/upgrade-travis
...
[Travis] Use newer clang+llvm and libvulkan, remove outdated comments.
2019-08-04 18:29:00 -05:00
Triang3l
cb0e18c7dc
[Memory] BaseHeap::host_address_offset
2019-08-04 23:55:54 +03:00
Triang3l
25675cb8b8
[Memory] E0000000 adjustment in watches only for Windows
2019-08-04 23:10:59 +03:00
gibbed
bbe4d416ff
[Core] Fix writing of multiline values in config.
2019-08-04 13:00:15 -05:00
gibbed
41b8dbdd76
[Core] Fix SaveConfig on non-Windows.
2019-08-04 12:48:41 -05:00
gibbed
13a67d64a9
[Core] Fix ParseFile on non-Windows.
2019-08-04 12:20:51 -05:00
gibbed
306f358c07
[Base] Drop inline on string_util/vec128 implementations for now because clang is whining.
2019-08-04 12:00:04 -05:00
gibbed
7d6d732999
[Kernel] Of course I forget to commit another local change.
2019-08-04 11:44:18 -05:00
gibbed
36bd0df586
[Base] Move float/double to_hex_string implementation out of header. Maybe fix Travis complaining.
2019-08-04 11:38:01 -05:00
gibbed
1ebf7bb484
[Kernel] Implement KeTryToAcquireSpinLockAtRaisedIrql. Maybe correctly.
2019-08-04 11:36:49 -05:00
Triang3l
68017eadea
[Vulkan] Add missing line to mark a texture as watched
2019-08-04 18:29:20 +03:00
gibbed
4248f9ed19
[Base] Fix formatting in string_util.cc.
2019-08-04 07:32:24 -05:00
gibbed
693958f8b7
[Base] Fix escaping quote runs.
2019-08-04 07:29:29 -05:00
gibbed
bee55ce5bb
[Base/Core] Work on config/cvars. Properly escape string values when saving config.
2019-08-04 07:09:05 -05:00
gibbed
82f85c98f0
[Base] Add wide version of split_path.
2019-08-04 06:47:09 -05:00
gibbed
01c656b77b
[Base] Add split_string.
2019-08-04 06:46:07 -05:00
gibbed
2048239f30
[Base] Move implementation out of header where appropriate, and qualify std namespace.
2019-08-04 04:40:19 -05:00
gibbed
40cc8c52d7
[Base] Qualify std namespace.
2019-08-04 04:39:22 -05:00
gibbed
8b1f728d85
[Base] Use vwsprintf instead of _vsnwprintf.
2019-08-04 03:44:08 -05:00
gibbed
5ea54d9326
[Core] Fix config load/save not using wide strings for path.
2019-08-04 03:30:57 -05:00
gibbed
b685211b96
[Base] Add wide versions of FatalError.
2019-08-04 03:26:18 -05:00
gibbed
29fcde6687
Fix submodule URLs.
2019-08-04 03:23:36 -05:00
gibbed
85b4b561bf
[Base] Fix Travis complaints with cvar code.
2019-08-04 02:52:28 -05:00
gibbed
a1c9d57afc
[App] Make target into a transient cvar.
2019-08-04 02:18:03 -05:00
gibbed
f360053198
[Base/Core] Bring cvar/config code in line with the style guide.
2019-08-04 02:17:22 -05:00