This repository was archived by the owner on Aug 11, 2021. It is now read-only.
Version 1.0.1 beta 2
Pre-release
Pre-release
Highlights of v1.0.1 beta 2
- Can now use the Publisher.Collation starting from a prebuilt file. This is useful to reuse collation to gather sparsely distributed headers into a public API folder, for instance.
- Using the double wildcard path 'path/to/**.c' will recursively search under 'path/to' for all matching files, when adding to a C file container, e.g. for source or header files.
- Added C.ProceduralHeaderFile module class, that can be derived from to simplify generation of configuration headers.
- Bam.Core.ModuleGroup, used by VisualStudio to place modules into solution folders, can now take a directory path, e.g. path/to/somewhere, and solution folders will be created to mirror the directory hierarchy.
- Added C standard enum options for GNU89 and GNU99.
- Many bug fixes to improve experience.