Skip to content

Tags: stlab/adobe_source_libraries

Tags

v2.0.6

Toggle v2.0.6's commit message
Removing manually docs build.

v2.0.5

Toggle v2.0.5's commit message
Removing manually docs build.

v2.0.4

Toggle v2.0.4's commit message
Remove inherited base preset from documentation configuration and cle…

…an up unused includes in memory.hpp

v2.0.3

Toggle v2.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #151 from stlab/sean-parent/ci-update

Update CI matrix and GitHub Actions versions

v2.0.2

Toggle v2.0.2's commit message
Adding missing header

And spelling fixes.

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Factored out enum_ops (#146)

* Factored out enum_ops library into stlab/enum-ops.
* Fixing clang-tidy issue.
* Removed unnecessary CI installs.

v2.0.0

Toggle v2.0.0's commit message
Missing include file.

v1.0.48

Toggle v1.0.48's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
An omnibus of improvements (#131)

Changes (breaking):

- Error reporting now follows the GNU error reporting standard and will show as links in most terminals.

Improvements:

- Improved error messages and error location reporting.
- Added promote_t as alias for promote::type.
- Added unit tests for error reporting in lex_stream and expression_parser.

Project Structure:
- Moved from vcpkg to cmake fetch context (via CPM).
- Items in unit_test directory moved into parent test directory.
- Numerous code improvements and bug fixes. Start of clang-tidy support (holding off until I remove overlapping libraries in favor of stlab libraries).

v1.0.47

Toggle v1.0.47's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add missing include to task.hpp (#111)

* Add missing include to task.hpp

Add missing <optional> include to task.hpp

* Fixes caught by updates in CI

* With -Wall VC++ warns about compiler ignoring or adding inlines.

* rm's have to go before boost install.

---------

Co-authored-by: Sean Parent <sparent@adobe.com>

v1.0.46

Toggle v1.0.46's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare v1.0.46 with release notes (#107)

Re-adding release notes. Adding notes for this release. Updating version in `adobe/config.hpp`.