tag:github.com,2008:/stepcode/stepcode/commits/masterRecent Commits to stepcode:master2023-09-17T16:07:49Ztag:github.com,2008:Grit::Commit/5cf8fc1a8907983365b233280f128566956713fa
Merge branch 'develop'
2023-09-17T16:07:49Zstarseekerhttps://github.com/starseeker
<pre style='white-space:pre-wrap;width:81ex'>Merge branch 'develop'
v0.8.2</pre>
tag:github.com,2008:Grit::Commit/c0d3fac5f73b4ee8cea9c893c26a1f4d1d932aab
Merge pull request #452 from starseeker/headers
2023-09-04T03:32:12Zstarseekerhttps://github.com/starseeker
<pre style='white-space:pre-wrap;width:81ex'>Merge pull request #452 from starseeker/headers
Relocate headers to include, add explicit directory prefixes</pre>
tag:github.com,2008:Grit::Commit/56da4ab614cb60f45ab093f31ac263223cb39ad9
Update ap203min example for new header setup.
2023-09-03T00:26:58Zstarseekerhttps://github.com/starseeker
<pre style='white-space:pre-wrap;width:81ex'>Update ap203min example for new header setup.</pre>
tag:github.com,2008:Grit::Commit/111d7e94b04b6cbd2cbbf0627decb769abf1f656
Merge pull request #456 from starseeker/develop
2023-09-03T00:15:42Zstarseekerhttps://github.com/starseeker
<pre style='white-space:pre-wrap;width:81ex'>Merge pull request #456 from starseeker/develop
Fixes for newer clang compilers and more robust parallel building</pre>
tag:github.com,2008:Grit::Commit/db2c3d8e5ba75684373830704fbe0efdb018ce48
Minor updates for newer compilers
2023-08-23T18:57:10Zstarseekerhttps://github.com/starseeker
<pre style='white-space:pre-wrap;width:81ex'>Minor updates for newer compilers
The Wstrict-prototypes flag didn't like some of the stepcode function
definitions.
Also add a couple includes and defines for isascii.</pre>
tag:github.com,2008:Grit::Commit/592823b64b9e2a108f6de495b5580c083fb1a000
List the generated .h file explicitly as an output
2023-08-23T18:54:33Zstarseekerhttps://github.com/starseeker
<pre style='white-space:pre-wrap;width:81ex'>List the generated .h file explicitly as an output
Occasional compile problems with libexpress appear to be an attempt to
compile with an incompletely generated header. Make the dependency
explicit to assist CMake in generating proper build ordering rules.</pre>
tag:github.com,2008:Grit::Commit/ed8390a0b4eea64d2228915c8543cbb7c4a1fe05
Merge pull request #453 from starseeker/develop
2022-10-19T22:13:14Zstarseekerhttps://github.com/starseeker
<pre style='white-space:pre-wrap;width:81ex'>Merge pull request #453 from starseeker/develop
Make expparse explicitly depend on scanner header</pre>
tag:github.com,2008:Grit::Commit/6fd22a1e0af4c42c428f60764bf6df3e896e5aec
Make expparse explicitly depend on scanner header
2022-10-17T14:02:16Zstarseekerhttps://github.com/starseeker
<pre style='white-space:pre-wrap;width:81ex'>Make expparse explicitly depend on scanner header
Without this dependency, we get intermittent failures where parallel
builds attempt the expparse.c compile before the necessary header is in
place.</pre>
tag:github.com,2008:Grit::Commit/f35d25d93dd5d039627a4b38a89253fd7a137074
Missed a header conversion
2022-10-04T01:41:17Zstarseekerhttps://github.com/starseeker
<pre style='white-space:pre-wrap;width:81ex'>Missed a header conversion</pre>
tag:github.com,2008:Grit::Commit/d824fc0c4ee5f3921f7137f2e65847a017727878
Keep longer directory names
2022-10-02T21:57:57Zstarseekerhttps://github.com/starseeker
<pre style='white-space:pre-wrap;width:81ex'>Keep longer directory names
We want to be consistent with the previous layout, to avoid needlessly
breaking existing codes. The header update means client codes are not
required to include all of the stepcode library includes explicitly -
i.e., stepcode itself does not force this requirement with its own
internal includes. However, if client codes do not want to add the
library prefixes to their own includes as we have for stepcode, they
should still be able to add the various includes and work as before.
Adjust the include directory names accordingly.</pre>
tag:github.com,2008:Grit::Commit/1bd7ad942bd8b28b7101b56570b3baffb883e6d9
Remove includes of other lib src directories
2022-10-02T21:57:57Zstarseekerhttps://github.com/starseeker
<pre style='white-space:pre-wrap;width:81ex'>Remove includes of other lib src directories</pre>
tag:github.com,2008:Grit::Commit/bc96f29d6bc8a41a6e2d52ebeaab7eaabd03d0ae
Move utils headers
2022-10-02T21:57:57Zstarseekerhttps://github.com/starseeker
<pre style='white-space:pre-wrap;width:81ex'>Move utils headers</pre>
tag:github.com,2008:Grit::Commit/820ca861592b391c74500d7a5de4f70f26f37cd5
Move the cllazyfile headers, trim down judy arrays
2022-10-02T21:57:57Zstarseekerhttps://github.com/starseeker
<pre style='white-space:pre-wrap;width:81ex'>Move the cllazyfile headers, trim down judy arrays
I'm not sure if this logic was ever brought to a production level -
needs investigateion... maybe we should just arcive it if there isn't
any active development? Regardless, there appears to be no upstream
activity on the judy code, so just make it a part of cllazy directly.</pre>
tag:github.com,2008:Grit::Commit/f9f5c71204728b2d805f6ea58648538ed5574187
Move editor headers
2022-10-02T21:57:57Zstarseekerhttps://github.com/starseeker
<pre style='white-space:pre-wrap;width:81ex'>Move editor headers</pre>
tag:github.com,2008:Grit::Commit/84d939baa79e7945d108c7244ceab644cde89b2c
Missed sdaiString.h
2022-10-02T21:57:57Zstarseekerhttps://github.com/starseeker
<pre style='white-space:pre-wrap;width:81ex'>Missed sdaiString.h</pre>
tag:github.com,2008:Grit::Commit/04a5404e60dd985544892b8f1a0bcdf4ef9b368f
Move cldai headers
2022-10-02T21:57:57Zstarseekerhttps://github.com/starseeker
<pre style='white-space:pre-wrap;width:81ex'>Move cldai headers</pre>
tag:github.com,2008:Grit::Commit/c85720fbb4a8354204f2f5eb8c0a891e88c0ab03
Stub in CMake logic for other header dirs
2022-10-02T21:57:57Zstarseekerhttps://github.com/starseeker
<pre style='white-space:pre-wrap;width:81ex'>Stub in CMake logic for other header dirs</pre>
tag:github.com,2008:Grit::Commit/ac19698fde1f893fb46f92629a7979ba68c372d8
Move remaining stepcore headers
2022-10-02T21:57:57Zstarseekerhttps://github.com/starseeker
<pre style='white-space:pre-wrap;width:81ex'>Move remaining stepcore headers</pre>
tag:github.com,2008:Grit::Commit/b36b78ffce6239dccecad2e5441d9b1a7d5d9a32
Need to process a few more directories
2022-10-02T21:57:57Zstarseekerhttps://github.com/starseeker
<pre style='white-space:pre-wrap;width:81ex'>Need to process a few more directories</pre>
tag:github.com,2008:Grit::Commit/77a43bc3f2eabc3738ff6b7958a299c6cac26795
Move all non STEP* headers in stepcore
2022-10-02T21:57:57Zstarseekerhttps://github.com/starseeker
<pre style='white-space:pre-wrap;width:81ex'>Move all non STEP* headers in stepcore</pre>