Pierre Joye

Results 45 issues of Pierre Joye

Add build and run php tests to our CI - 7.4, 8.0 and 8.1 for 2.3 - 8.0 up for 2.4+

enhancement

Good evening, I synced again website with what has been published to libgd.org. I failed to get travisci working, it seems it limits the amount of the repository as I...

Not sure it can happen in normal gif files, but it could happen if the conditions are met. ![image](https://user-images.githubusercontent.com/282408/132973617-a1fd4fdb-a566-4748-a759-31c553f862a0.png) https://github.com/libgd/libgd/blob/d99d021b50476846cb6ca8940a4beaa26523c33b/src/gd_gif_in.c?plain=1#L540

It may be good to have a minimal benchmark testing suite. Maybe https://github.com/google/benchmark/blob/main/docs/user_guide.md would be good. We only need to add extern C around a function implementing the tests. It...

NaturalDocs have moved to version 2. A lot of improvements, however it relies now on .net on windows (ok) and Mono on any other platforms. The latter is an absolute...

documentation

### New Image Buffer Format - [x] https://github.com/libgd/libgd/issues/715 - [ ] https://github.com/libgd/libgd/issues/716 - [ ] https://github.com/libgd/libgd/issues/717 - [ ] Add support for SIMD for Intel/AMD and ARM/Neons CPUs (especially for...

See [https://crascit.com/2016/01/31/enhanced-source-file-handling-with-target_sources/](url) and the documentation: [https://cmake.org/cmake/help/v3.20/command/target_sources.html](url) This is available since CMake 3.1 Instead of ``` list(APPEND myApp_SOURCES ${CMAKE_CURRENT_LIST_DIR}/foo.cpp ${CMAKE_CURRENT_LIST_DIR}/foo_p.cpp ) ``` we can then do simply ``` target_sources(myLib PRIVATE foo.cpp...

| API Group | Name | Status | | ------------- | ------------- | ------------- | | Core | | | | | gdSurfaceCreate | Done | | | gdSurfaceDestroy |...

Remove read and write Codec for GD2 format

Deprecate read and write Codec for GD2 format