Pop-Up Thingie
Sidebar
The Lake House
Home
Forum
Files
Dark
Register
Log in
Username
Password
Sidebar
Forum
DOVE-Net
Synchronet Programming
src/encode/pascal_types.hpp
From
Rob Swindell
@VERT to
Git commit to main/sbbs/master
on Wed Mar 9 22:07:34 2022
0
0
https://gitlab.synchro.net/main/sbbs/-/commit/b6738391173449d1ca634b8e
Added Files:
src/encode/pascal_types.hpp
Log Message:
A C++ header-only library for dealing with Pascal data types
(e.g. those stored in files, e.g. EXITINFO.BBS).
---
■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
From
Rob Swindell
@VERT to
Git commit to main/sbbs/master
on Wed Mar 9 22:12:05 2022
0
0
https://gitlab.synchro.net/main/sbbs/-/commit/e18b6e9c89486b4cce01b331
Modified Files:
src/encode/pascal_types.hpp
Log Message:
std::min() wasn't in scope when using gcc <shrug>
---
■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
From
Rob Swindell
@VERT to
Git commit to main/sbbs/master
on Wed Mar 9 22:48:31 2022
0
0
https://gitlab.synchro.net/main/sbbs/-/commit/a31ddd50a07af850f8e01d67
Modified Files:
src/encode/pascal_types.hpp
Log Message:
Interesting, these modern sea plus plusisms
This was necessary to get to build for MSVC2019 and GCC 8.3.0
---
■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
From
Rob Swindell
@VERT to
Git commit to main/sbbs/master
on Wed Mar 9 23:43:20 2022
0
0
https://gitlab.synchro.net/main/sbbs/-/commit/70cb017b1f5dba8fbf205f18
Modified Files:
src/encode/pascal_types.hpp
Log Message:
I think type_traits header is technically required for static_assert()
Does this fix the FreeBSD/clang build?
---
■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
From
Rob Swindell
@VERT to
Git commit to main/sbbs/master
on Thu Mar 10 19:07:17 2022
0
0
https://gitlab.synchro.net/main/sbbs/-/commit/662069f486d15a38cf6008fa
Modified Files:
src/encode/pascal_types.hpp
Log Message:
Add Pascal::String::max_size() method
Rename len() method to length() to align with std::string.
---
■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
From
Rob Swindell
@VERT to
Git commit to main/sbbs/master
on Sat Mar 12 23:13:18 2022
0
0
https://gitlab.synchro.net/main/sbbs/-/commit/a00ec6d2007fd7c316effaaf
Modified Files:
src/encode/pascal_types.hpp
Log Message:
Use endian.hpp for the LittleEndInt template
---
■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net