| File | Date | Author | Commit |
|---|---|---|---|
| make | 2025-05-19 |
|
[c7b37d] add asan and ubsan features |
| src | 2025-10-09 |
|
[7962d7] fix that only the main branch was considered in... |
| .hgignore | 2025-02-25 |
|
[f58fd8] add dist target |
| .hgtags | 2025-10-09 |
|
[5509c7] Added tag v1.1.1 for changeset 7962d771b939 |
| CHANGELOG | 2025-10-09 |
|
[7962d7] fix that only the main branch was considered in... |
| LICENSE | 2025-02-18 |
|
[d7c22d] add LICENSE and README |
| Makefile | 2025-10-09 |
|
[7962d7] fix that only the main branch was considered in... |
| README | 2025-02-25 |
|
[f58fd8] add dist target |
| configure | 2025-05-19 |
|
[c7b37d] add asan and ubsan features |
After cloning the repository, or extracting the source tarball,
simply execute
make
to build the software.
Optionally, before calling make, you can execute ./configure
with your favorite settings.
By default, make will execute
./configure --release
You will find the repoheat binary in the build directory.
Execute ./repoheat -h to show the usage information.