Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / zpl-c/zpl issues and pull requests

#114 - Support for ZPL_JSON_INDENT_STYLE_COMPACT

Pull Request - State: closed - Opened by rheatley-pervasid 11 months ago - 1 comment

#113 - ADT parsing of 'x' results in a ZPL_ADT_TYPE_INTEGER

Issue - State: closed - Opened by rheatley-pervasid 11 months ago - 4 comments

#112 - socket: new socket api cross-platform layer

Pull Request - State: closed - Opened by zpl-zak 12 months ago
Labels: feature

#111 - zpl_opts_load_adt: allows the ability to load ADT node to fulfill CLI options

Issue - State: open - Opened by zpl-zak 12 months ago
Labels: enhancement

#110 - parsers: implemented uri module

Pull Request - State: closed - Opened by zpl-zak 12 months ago
Labels: feature

#109 - fix: zpl_str_skip_literal reading before start of string

Pull Request - State: closed - Opened by mbenniston about 1 year ago - 1 comment

#108 - types.h: fixed ZPL_ISIZE_MIN and MAX for 32-bit architectures

Pull Request - State: closed - Opened by mrossetti about 1 year ago

#107 - zpl_array_fill ZPL_ASSERT error

Issue - State: closed - Opened by Bluelet about 1 year ago - 1 comment

#106 - Check all results of zpl_alloc() when using JSON parser/writer

Pull Request - State: closed - Opened by rheatley-pervasid over 1 year ago - 3 comments

#105 - Completion of error handling

Issue - State: closed - Opened by elfring over 1 year ago - 4 comments
Labels: enhancement

#104 - Result of zpl_alloc() is often not checked

Issue - State: open - Opened by rheatley-pervasid over 1 year ago - 16 comments
Labels: enhancement, backlog

#103 - Off-by-one in zpl_json_write_string/zpl_csv_write_string_delimiter

Issue - State: closed - Opened by rheatley-pervasid over 1 year ago - 1 comment

#102 - ADT URL parser addition

Issue - State: closed - Opened by zpl-zak over 1 year ago
Labels: enhancement

#101 - zpl_opts module should make use of ADT parser to process input

Issue - State: closed - Opened by zpl-zak over 1 year ago - 1 comment
Labels: enhancement, wontfix

#99 - zpl_random_gen_isize / zpl_random_range_isize are not 32bit safe

Issue - State: closed - Opened by rheatley-pervasid over 1 year ago - 3 comments

#98 - CSV parser assumes (unquoted) IP addresses are floating point

Issue - State: closed - Opened by rheatley-pervasid almost 2 years ago - 3 comments
Labels: bug

#97 - Global-buffer-overflow in zpl_strlcpy  in base64_enc

Issue - State: closed - Opened by zodf0055980 almost 2 years ago - 2 comments
Labels: bug

#94 - Provide a way to free memory with the provided size

Issue - State: closed - Opened by Sucuturdean almost 2 years ago - 5 comments

#93 - zpl_thread_init_nowait + json mem leak fix

Pull Request - State: closed - Opened by Bluelet about 2 years ago - 1 comment

#92 - adt: api refactor

Pull Request - State: closed - Opened by zpl-zak about 2 years ago
Labels: enhancement

#91 - Sem trywait

Pull Request - State: closed - Opened by Bluelet about 2 years ago

#90 - add zpl_strntok

Pull Request - State: closed - Opened by Bluelet about 2 years ago

#89 - fix memory leak when parsing json array

Pull Request - State: closed - Opened by Bluelet about 2 years ago

#88 - Undecorated 'cast' macro in helpers.h

Issue - State: closed - Opened by TheMartianObserver over 2 years ago - 1 comment

#87 - add 'zpl_semaphore_trywait'

Issue - State: closed - Opened by Bluelet over 2 years ago

#86 - pthread_join must be called for PTHREAD_CREATE_JOINABLE thread

Issue - State: closed - Opened by Bluelet over 2 years ago

#85 - Unicode support

Issue - State: closed - Opened by alextwothousand almost 3 years ago - 2 comments

#84 - zpl_thread join/is_running

Issue - State: closed - Opened by Bluelet almost 3 years ago

#83 - zpl_random_range_i64 generates value out of range

Issue - State: closed - Opened by Bluelet almost 3 years ago - 1 comment

#81 - Critical section issues when ZPL_NO_WINDOWS_H is defined

Pull Request - State: closed - Opened by BeastLe9enD about 3 years ago

#80 - tests: rewrite json and csv tests so that memory is always freed if case fails

Issue - State: closed - Opened by zpl-zak about 3 years ago - 1 comment
Labels: bug

#77 - Iterating through a hashtable

Issue - State: closed - Opened by iddev5 about 3 years ago - 3 comments
Labels: enhancement

#76 - refactor text parsers

Pull Request - State: closed - Opened by zpl-zak about 3 years ago
Labels: enhancement, feature

#75 - text parser: deprecate old JSON module

Issue - State: closed - Opened by zpl-zak about 3 years ago
Labels: feature

#74 - text parser: integrate TOML support

Issue - State: closed - Opened by zpl-zak about 3 years ago
Labels: feature

#73 - text parser: integrate JSON/JSON5/SJSON support

Issue - State: closed - Opened by zpl-zak about 3 years ago
Labels: feature

#72 - text parser: implement base library

Issue - State: closed - Opened by zpl-zak about 3 years ago
Labels: feature

#71 - Small fix that fixes my problem

Pull Request - State: closed - Opened by BeastLe9enD about 3 years ago - 1 comment

#70 - Some zpl_opts improvements

Pull Request - State: closed - Opened by BeastLe9enD about 3 years ago - 1 comment

#69 - Register macroizing conflict on C++/MSVC compiler

Pull Request - State: closed - Opened by BeastLe9enD about 3 years ago - 1 comment

#68 - Add TAR archiving support

Pull Request - State: closed - Opened by zpl-zak over 3 years ago
Labels: feature

#67 - zpl_random_range_f64 appears to generate garbage

Issue - State: closed - Opened by cshenton over 3 years ago - 3 comments
Labels: bug

#66 - Feature: Implement VFS

Issue - State: closed - Opened by zpl-zak over 3 years ago
Labels: enhancement, backlog

#65 - Feature: Add archiving functionality (zip/tar/..)

Issue - State: closed - Opened by gsantner over 3 years ago - 16 comments
Labels: feature

#64 - New array methods

Pull Request - State: closed - Opened by zpl-zak over 3 years ago
Labels: enhancement

#63 - Feature: Implement a TOML parser, conformant to the latest standards

Issue - State: open - Opened by alextwothousand over 3 years ago - 2 comments
Labels: enhancement, backlog

#62 - code: use builtin atomic methods on arm gcc

Pull Request - State: closed - Opened by zpl-zak over 3 years ago
Labels: enhancement

#61 - code: introduce ZPL_PICO distribution

Pull Request - State: closed - Opened by zpl-zak over 3 years ago
Labels: enhancement

#60 - New jobs system

Pull Request - State: closed - Opened by zpl-zak over 3 years ago

#59 - Memory streaming

Pull Request - State: closed - Opened by zpl-zak over 3 years ago
Labels: feature

#58 - `zpl_jobs_process` is expensive

Issue - State: closed - Opened by liigo over 3 years ago - 4 comments
Labels: enhancement

#57 - Research: ARM threading module support

Issue - State: closed - Opened by zpl-zak over 3 years ago - 4 comments
Labels: enhancement, help wanted, backlog

#56 - Arch: Fix ARM builds

Pull Request - State: closed - Opened by zpl-zak over 3 years ago

#55 - CI: Update notifications server + ARMv7 runner

Pull Request - State: closed - Opened by zpl-zak over 3 years ago

#54 - Arch: Fix ARMv7 builds

Issue - State: closed - Opened by zpl-zak over 3 years ago
Labels: bug

#53 - Examples: Fix various compilation warnings

Issue - State: closed - Opened by zpl-zak over 3 years ago - 1 comment
Labels: enhancement

#52 - CI: Set up ARMv7 tests

Issue - State: closed - Opened by zpl-zak over 3 years ago
Labels: enhancement

#51 - CI: Fix Discord avatars

Pull Request - State: closed - Opened by zpl-zak over 3 years ago

#50 - Time: Improve the API

Pull Request - State: closed - Opened by zpl-zak over 3 years ago

#49 - CI: Fix Discord avatar urls

Issue - State: closed - Opened by zpl-zak over 3 years ago
Labels: bug

#48 - docs: fix simple typo, parttern -> pattern

Pull Request - State: closed - Opened by timgates42 over 3 years ago - 1 comment

#47 - provide a non-floating-based version of `zpl_time_now`

Issue - State: closed - Opened by liigo over 3 years ago - 1 comment
Labels: enhancement

#46 - Time: in zpl_rdtsc(), remove __ARM_ARCH_7A__ special case.

Pull Request - State: closed - Opened by helixhorned almost 4 years ago

#45 - Time: questionable unconditional access of `PMCCNTR` under `__ARM_ARCH_7A__`

Issue - State: closed - Opened by helixhorned almost 4 years ago - 10 comments

#44 - Time: fix compilation on non-AArch64 non-ARMv7-A ARMv6 upwards.

Pull Request - State: closed - Opened by helixhorned almost 4 years ago

#43 - Added Matrix functions required for non opengl environments

Pull Request - State: closed - Opened by msmshazan about 4 years ago - 1 comment

#41 - utilities for use in 3d computing.

Pull Request - State: closed - Opened by funZX about 4 years ago - 1 comment

#40 - Multi-CU builds fail on inline methods under qmake build system.

Issue - State: closed - Opened by zpl-zak over 4 years ago - 4 comments
Labels: bug

#39 - ZPL_PLATFORM_CYGWIN

Pull Request - State: closed - Opened by funZX over 4 years ago - 5 comments

#38 - zpl_printf doesn't support %0d correctly

Pull Request - State: closed - Opened by zpl-zak over 4 years ago
Labels: bug

#37 - A more efficient way of using goto statement

Issue - State: closed - Opened by wongsingfo over 4 years ago - 2 comments
Labels: bug

#36 - ZPL_NANO

Pull Request - State: closed - Opened by inlife over 4 years ago

#35 - Cross Compile error on ARM

Issue - State: closed - Opened by dangerousHobo over 4 years ago - 5 comments
Labels: bug, waiting for response

#34 - Compile issues

Issue - State: closed - Opened by dangerousHobo over 4 years ago - 6 comments
Labels: bug

#33 - zpl_printf doesn't support %0d correctly

Issue - State: closed - Opened by zpl-zak over 4 years ago - 1 comment
Labels: bug

#32 - Look into implementing fiber API for zpl

Issue - State: closed - Opened by msmshazan over 4 years ago - 2 comments
Labels: enhancement, waiting for response, backlog

#31 - Adding FreeBSD support

Issue - State: closed - Opened by interkosmos over 4 years ago - 3 comments
Labels: enhancement, waiting for response

#30 - Comparisons against EOF fail when compiled with -funsigned-char

Issue - State: closed - Opened by TerminX over 4 years ago - 2 comments
Labels: bug

#29 - opts module depends on json module

Issue - State: closed - Opened by TerminX over 4 years ago - 2 comments
Labels: enhancement

#28 - %lld issue in JSON module

Issue - State: closed - Opened by zpl-zak over 4 years ago - 1 comment

#27 - Fix inline methods to be truly inline

Issue - State: closed - Opened by zpl-zak over 4 years ago - 1 comment
Labels: enhancement, backlog

#26 - fixes for mingw compilation

Pull Request - State: closed - Opened by inlife over 5 years ago

#25 - Unsafe functions on windows

Issue - State: closed - Opened by markatk over 5 years ago - 2 comments

#24 - WIN32_LEAN_AND_MEAN macro redefinition warning

Issue - State: closed - Opened by markatk over 5 years ago - 2 comments

#23 - Memory leak in zpl_opts_free

Issue - State: closed - Opened by pbtrung over 5 years ago - 1 comment

#22 - Argument/Option parsing w/positional arguments and flags only works with flags last

Issue - State: closed - Opened by robozman over 5 years ago - 4 comments
Labels: bug

#21 - Atomics aren't atomic

Issue - State: closed - Opened by nilesr almost 6 years ago - 2 comments
Labels: bug, help wanted, backlog

#20 - Add option to not clobber names that don't begin with `zpl_` or `ZPL_`

Issue - State: closed - Opened by nilesr almost 6 years ago - 2 comments

#19 - README.md: remove .md extension from LICENSE

Pull Request - State: closed - Opened by jgalar almost 6 years ago - 1 comment

#18 - Improve heuristics for the job system's job slot allocation

Issue - State: closed - Opened by zpl-zak over 6 years ago - 1 comment
Labels: enhancement, backlog

#17 - Cross-platform directory support

Issue - State: closed - Opened by pbtrung over 6 years ago - 6 comments
Labels: feature, backlog

#16 - Add thread pool

Issue - State: closed - Opened by pbtrung over 6 years ago - 3 comments
Labels: feature, waiting for response

#15 - Integrate zpl_json.h into ZPL core

Issue - State: closed - Opened by zpl-zak over 6 years ago - 1 comment
Labels: enhancement

#14 - Version 4.0

Pull Request - State: closed - Opened by zpl-zak over 6 years ago

#13 - Added async file I/O support

Pull Request - State: closed - Opened by zpl-zak over 6 years ago

#12 - Android experimental

Pull Request - State: closed - Opened by zpl-zak over 6 years ago