Coder Social home page Coder Social logo

Comments (6)

amzn-pratikpa avatar amzn-pratikpa commented on August 29, 2024 1

I would be interested to know if there's interest in adding the Guideline Support Library (GSL) https://github.com/microsoft/GSL to AzCore (potentially AzFramework).

The GSL has some incredibly useful types (e.g. gsl::span, coming in std:: in C++20). Adopting it would help us conform to the C++ Core Guidelines that build on top of this library (https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines). There's some useful techniques gaining wider use such as using zstring to explicitly refer to a null terminated string (as opposed to const char* that could refer to a single character or char array).

The library is designed to encourage safe and secure use of C++ adopting the zero-overhead mindset we've come to expect from C++ libraries.

This would likely need to be an RFC before it can be adopted but I'd be interested to take the temperature of the room to see if there's interest or not before spending more time on it.

Added to the agenda

from sig-core.

ppinfel avatar ppinfel commented on August 29, 2024

are we gonna split up sig-core into more sigs

from sig-core.

hultonha avatar hultonha commented on August 29, 2024

I would be interested to know if there's interest in adding the Guideline Support Library (GSL) https://github.com/microsoft/GSL to AzCore (potentially AzFramework).

The GSL has some incredibly useful types (e.g. gsl::span, coming in std:: in C++20). Adopting it would help us conform to the C++ Core Guidelines that build on top of this library (https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines). There's some useful techniques gaining wider use such as using zstring to explicitly refer to a null terminated string (as opposed to const char* that could refer to a single character or char array).

The library is designed to encourage safe and secure use of C++ adopting the zero-overhead mindset we've come to expect from C++ libraries.

This would likely need to be an RFC before it can be adopted but I'd be interested to take the temperature of the room to see if there's interest or not before spending more time on it.

from sig-core.

amzn-pratikpa avatar amzn-pratikpa commented on August 29, 2024

are we gonna split up sig-core into more sigs

Added to the agenda

from sig-core.

moraaar avatar moraaar commented on August 29, 2024

I'd like to discuss the removal of PhysXSamples gem.

from sig-core.

amzn-pratikpa avatar amzn-pratikpa commented on August 29, 2024

I'd like to discuss the removal of PhysXSamples gem.

Added to the agenda

from sig-core.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.