Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Changes In Branch toplevel-make Excluding Merge-Ins
This is equivalent to a diff from e33e6441c8 to 345150d88e
2021-12-21
| ||
06:58 | Overhauled the build system to use (for the most part) a single top-level makefile, with each significant subdir in its own sub-makefile. This improves parallel buildability tremendously but doesn't gain much speed on a 4-core intel i3-based system. The doc/ and bindings/s2 dirs still use the older makefiles for the time being. check-in: 5c7c8ba69e user: stephan tags: trunk | |
06:54 | Minor cleanups in the top-level makefile in prep for merge to trunk. Closed-Leaf check-in: 345150d88e user: stephan tags: toplevel-make | |
06:23 | Renamed doc/Makefile to doc/GNUmakefile. check-in: 8abd9a209c user: stephan tags: toplevel-make | |
2021-12-20
| ||
22:07 | Cherrypick [3987b62a030d] using f-merge. check-in: c2a2e453da user: stephan tags: trunk | |
09:41 | Initial work on experimentally moving the subdir makes into a single top-level mega-makefile. check-in: 1542e54763 user: stephan tags: toplevel-make | |
09:24 | Build file typo. check-in: e33e6441c8 user: stephan tags: trunk | |
2021-12-17
| ||
18:35 | Minor constness tweaks. Added a note about how fsl_repo_rebuild() handles corruption such as that reported at [https://fossil-scm.org/forum/forumpost/f4cc31863179f843]. Removed a completed TODO comment. check-in: 9886240dfc user: stephan tags: trunk | |
Changes to .fossil-settings/ignore-glob.
︙ | |||
9 10 11 12 13 14 15 | 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | - + + - - + + + | *.res *.sl *.so *~ *.vg *.massif *._out |
︙ | |||
49 50 51 52 53 54 55 | 51 52 53 54 55 56 57 58 59 60 61 62 | - | f-apps/f-test-ciwoco f-apps/f-test-diff-builder f-apps/f-test-line-diff f-apps/f-test-merge3 f-apps/f-test-merge f-apps/f-test-reserved-name-check include/fossil-scm/autoconfig.h |
Added GNUmakefile.in.