6 Commits

Author SHA1 Message Date
Norman Feske
d0f4791413 demo: remove use of format strings from mini_c lib
The implementations of snprintf and vsnprintf are not needed for the
loading of png images by the demo applications. So we can avoid the
dependency from the format library hosted in the libports repository.

Issue 
2023-03-13 14:32:53 +01:00
Norman Feske
e9b249b709 Replace use of base/snprintf.h by format library
Issue 
2023-03-13 14:32:53 +01:00
Stefan Kalkowski
e6c64290fa libpng_static: silent strncpy warnings
Ref 
2023-02-27 08:22:48 +01:00
Norman Feske
954aff7002 demo: avoid using deprecated APIs
Issue 
Issue 
2019-01-30 13:49:54 +01:00
Christian Helmuth
df81d7a374 demo: adapt to GCC 6
Issue 
2017-05-31 13:15:54 +02:00
Norman Feske
ca971bbfd8 Move repositories to 'repos/' subdirectory
This patch changes the top-level directory layout as a preparatory
step for improving the tools for managing 3rd-party source codes.
The rationale is described in the issue referenced below.

Issue 
2014-05-14 16:08:00 +02:00