flsobral

Results 17 issues of flsobral

use image from dockerhub

build

## Description: Describe your changes in details. ### Related Issue: - If you suggest a new feature or change, discuss it first in an issue; - If fixing a bug,...

I am ok with first implementation because It says the void* is an array and the members memory chunk is 4 byte. The "operator" is extra expression since it is...

Feature added by #212 has no documentation

documentation

The idea is to make it easier to reference resources and controls from the code, by generating a class with direct reference to them. For example, instead of: ``` Button...

enhancement

Currently, this is how I use libpng in my cross platform project: ``` cmake_minimum_required(VERSION 3.5) cmake_policy(SET CMP0007 NEW) # CMP0007: list command no longer ignores empty elements. include(FetchContent) FetchContent_GetProperties(libpng) if(NOT...

https://github.com/pnggroup/libpng/blob/f1848a3b560ddcad065242268433af475948461e/pngerror.c#L916 Just use the macro instead of the platform dependent function for cross platform support.