SkillAgentSearch skills...

Amalgamate

A tool for creating an amalgamation from C and C++ sources

Install / Use

/learn @vinniefalco/Amalgamate
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Amalgamate

A cross platform command line tool for producing an amalgamation of C or C++ sources.

What is an amalgamation?

An amalgamation is an alternate way to distribute a library's source code using only a few files (as low as one or two). This tool produces an amalgamation by inlining included files to create one or more large source or header files.

How is this useful?

For libraries which are mature (i.e. do not change often) the amalgamated distribution format is often both easier to integrate, and update. The amalgmation is added as an additional source file to an existing project rather than needing to be built separately by build tools. Here are some examples of source code libraries that have been amalgamated:

  • FreeType http://github.com/vinniefalco/FreeTypeAmalgam
  • JUCE http://github.com/vinniefalco/JUCEAmalgam
  • TagLib http://github.com/vinniefalco/TagLibAmalgam

License

Copyright (C) 2012 Vinnie Falco<br> Amalgamate is provided under the terms of the MIT license.<br> Amalgamate uses portions of JUCE, licensed separately.

View on GitHub
GitHub Stars468
CategoryDevelopment
Updated5d ago
Forks77

Languages

C++

Security Score

80/100

Audited on Mar 26, 2026

No findings