Skip to content

Tags: coolaj86/atomicparsley-1

Tags

20221229.172126.d813aa6

Toggle 20221229.172126.d813aa6's commit message
Added 32-bit Windows build

Closes wez#6

20210715.151551.e7ad03a

Toggle 20210715.151551.e7ad03a's commit message
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

Toggle 20210617.200601.1ac7c08's commit message
add cmake install target

Closes: wez#26

20210124.204813.840499f

Toggle 20210124.204813.840499f's commit message

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 (wez#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

Toggle 20210114.184825.1dbe1be's commit message
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: wez#14

20201231.092811.cbecfb1

Toggle 20201231.092811.cbecfb1's commit message
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: wez#13

20200701.154658.b0d6223

Toggle 20200701.154658.b0d6223's commit message
ci: tweak release workflow

0.9.6

Toggle 0.9.6's commit message
tag as 0.9.6

0.9.5

Toggle 0.9.5's commit message
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

0.9.4

Toggle 0.9.4's commit message
bump version and include version info in the default help output

(you can also use -v to show the version in a more terse format)