Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Commit be7bde5

Browse files
authored
Update README to reflect project abandonment
Added a notice indicating the project has been abandoned and linked to the new architecture.
1 parent 882b7a2 commit be7bde5

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

README.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
1+
[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/)
12
[![Licence](https://img.shields.io/badge/license-GPL_3-green.svg?dummy)](https://raw.githubusercontent.com/MASD-Project/cpp_ref_impl/master/LICENCE)
23
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FMASD-Project%2Fcpp_ref_impl.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2FMASD-Project%2Fcpp_ref_impl?ref=badge_shield)
34
[![Status](https://img.shields.io/badge/status-active-brightgreen.svg?style=flat)](https://github.com/MASD-Project/cpp_ref_impl/pulse/monthly)
45
[![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/MASD-Project/Lobby)
56
[![Issues](https://img.shields.io/github/issues/MASD-Project/cpp_ref_impl.svg)](https://github.com/MASD-Project/cpp_ref_impl/issues)
6-
[![Continuous Linux](https://github.com/MASD-Project/cpp_ref_impl/actions/workflows/continuous-linux.yml/badge.svg)](https://github.com/MASD-Project/cpp_ref_impl/actions/workflows/continuous-linux.yml)
7-
[![Continuous Windows](https://github.com/MASD-Project/cpp_ref_impl/actions/workflows/continuous-windows.yml/badge.svg)](https://github.com/MASD-Project/cpp_ref_impl/actions/workflows/continuous-windows.yml)
8-
[![Continuous MacOS](https://github.com/MASD-Project/cpp_ref_impl/actions/workflows/continuous-macos.yml/badge.svg)](https://github.com/MASD-Project/cpp_ref_impl/actions/workflows/continuous-macos.yml)
9-
[![Nightly Build](https://github.com/MASD-Project/cpp_ref_impl/actions/workflows/nightly-linux.yml/badge.svg)](https://github.com/MASD-Project/cpp_ref_impl/actions/workflows/nightly-linux.yml)
10-
[![Build Dashboard](https://img.shields.io/badge/cdash-dashboard-00cc00.svg)](https://my.cdash.org/index.php?project=MASD+Project+-+C%2B%2B+Reference+Implementation)
117
[![Language](https://img.shields.io/badge/Language-C++-blue.svg)](https://www.openhub.net/p/dogen/analyses/latest/languages_summary)
128
[![Language](https://img.shields.io/badge/Language-C++-blue.svg)](https://www.openhub.net/p/dogen/analyses/latest/languages_summary)
139
[![C++](https://img.shields.io/badge/std-C++17-blue.svg)](https://en.wikipedia.org/wiki/C%2B%2B17)
@@ -16,6 +12,19 @@
1612
[![msvc2022](https://img.shields.io/badge/MSVC-2022-blue.svg)](https://visualstudio.microsoft.com/vs/whatsnew/)
1713
[![TODOs](https://badgen.net/https/api.tickgit.com/badgen/github.com/MASD-Project/cpp_ref_impl)](https://www.tickgit.com/browse?repo=github.com/MASD-Project/cpp_ref_impl)
1814

15+
# This project has been abandoned
16+
17+
After many years of working on Dogen, I now feel this architecture has reached a
18+
dead-end. I am now working on a new architecture that takes forward the lessons
19+
learned with Dogen but is a significant break in the approach. You can find more
20+
details here:
21+
22+
- [progen](https://github.com/MASD-Project/progen): The product generator.
23+
24+
The remaining content of the repository is untouched and is left as is from is
25+
last release. A /memento mori/, if you'd like, for all the many years of joy we
26+
have spent working in the Dogen codebase.
27+
1928
# MASD C++ Reference Implementation
2029

2130
This project contains the MASD C++ Reference Implementation, generated using the

0 commit comments

Comments
 (0)