Skip to content

Tags: wez/atomicparsley

Tags

20240608.083822.1ed9031

Added India sfID

20221229.172126.d813aa6

Added 32-bit Windows build

Closes #6

20210715.151551.e7ad03a

Update CMakeLists.txt

Changed the cmake prequisite from 3.17 to 3.16 to be able to build atomicparsley on Ubuntu 20.04 LTS

20210617.200601.1ac7c08

add cmake install target

Closes: #26

20210124.204813.840499f

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
README: add info on Alpine runtime error (#20)

* README: add info on Alpine runtime error

Add info on readme to help with the libstdc++ load error

* README: simplify libstdc++ fix note

20210114.184825.1dbe1be

modernize NSImage usage

- Fixes up NSImage to use a technique that doesn't depend on the
  DPI of the current screen and just uses pixels
- Fixes a crash when releasing the image; the crash was caused by
  a `memset` call getting a different size for the filename buffer.
  I solved this by passing the size down, which is safer than just
  assuming anyway.  I added an ASAN cmake option to make it easier
  to turn up the debugging and understand where the memory corruption
  had come from.

refs: #14

20201231.092811.cbecfb1

replace naughty fgetpos/poke/fsetpos with fseeko

fpos_t is intended to be an opaque type so reaching inside it
is not right.

Switch to fseeko/ftello which are the off_t equivalents of
fseek/ftell.

closes: #13

20200701.154658.b0d6223

ci: tweak release workflow

0.9.6

tag as 0.9.6

0.9.5

default to non-universal build on mac, as xcode 4 can't build these

anymore.
https://bitbucket.org/wez/atomicparsley/issue/18/xcode4-does-not-support-universal-binaries

Bump version number so that downstream sources can properly resolve the
automake build issue.
https://bitbucket.org/wez/atomicparsley/issue/28/fails-to-build-with-newest-automake#comment-1650993