ecere:hololens-latest

Last commit made on 2021-12-07
Get this branch:
git clone -b hololens-latest https://git.launchpad.net/ecere

Branch merges

Branch information

Name:
hololens-latest
Repository:
lp:ecere

Recent commits

e96e301... by Jerome St-Louis

ecere; butterbur: Latest WIP tweaks for HoloLens support

6a7bba6... by Jerome St-Louis

butterbur/ImagesAndText: Tweaks for UWP support

11d1289... by Jerome St-Louis

ecere/sys/EARArchive: Fixed crashes on accessing file as a folder

8d170df... by Jerome St-Louis

eda: Fixes to build for UWP

071ce62... by Jerome St-Louis

samples/3D/HoloLensModelViewer: Sample E3D model viewer for UWP/HoloLens

e4800fd... by Jerome St-Louis

ecere/gfx/3D/models/E3D: Removed unnecessary base index assignment

90f54aa... by Jerome St-Louis

ecere/gfx/3D: Fixed return value on failure to load model

80ed826... by Jerome St-Louis

ecere: Initial support for Universal Windows Platform
- Tested with ANGLE on HoloLens 2

30d581e... by Jerome St-Louis

compiler/ecc: Fixes for Clang / Windows headers
- Fixed missing space before source file
- Using #defines rather than typedef for int64 types to avoid errors with multiple types
- Defining missing ssize_t
- Not using gcc_struct attribute for Clang

6794e0e... by Jerome St-Louis

compiler/libec: Fixes for wrongly computed types; bad dereferencing
- This solves Clang compilation issues with Windows headers