Sujet : Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2
De : tkoenig (at) *nospam* netcologne.de (Thomas Koenig)
Groupes : comp.lang.fortranDate : 11. Apr 2025, 08:28:10
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vtagaa$10d1v$1@dont-email.me>
References : 1 2 3 4 5 6 7
User-Agent : slrn/1.0.3 (Linux)
Lynn McGuire <
lynnmcguire5@gmail.com> schrieb:
On 4/10/2025 2:52 PM, Lawrence D'Oliveiro wrote:
On Thu, 10 Apr 2025 14:39:02 -0500, Lynn McGuire wrote:
On 4/9/2025 7:35 PM, Lawrence D'Oliveiro wrote:
>
This is why you have build systems.
>
I started using the first IDE (interactive development environment) in
1983 ??? with Turbo Pascal. $49 IIRC. It was a simply amazing way of
doing things. Nowadays, Visual Studio comes closest to the Turbo Pascal
IDE but even it is not quite there. Visual Studios lack of a decent
Fortran compiler sucks.
IDEs tend to be limited in their build systems. They’re not flexible: they
insist you build things their way.
I moved back to build systems on the Apollo Domain in 1989 using DSEE
but it was a downer compared to Turbo Pascal. It did allow multiple
user development teams to work together though. We only had a few
hallway fights on code conflicts, most were resolved by DSEE.
Back in the day, we called them “CASE tools”, and they cost €€€. Nowadays,
they are just “developer tools”, and they are part of the standard package
repositories.
The one thing Git does better than any other VCS is merging branches. No
more hallway fights ...
>
One of my items on my long term plan is to move from CVSNT to Git.
I find git very unpleasant to work with. Merge conflicts are
handled quite ungracefully, but my main problem is that I have
no mental model of what is happening with which command (which
means that I remove my local copies of the repos from time to time).
The conversion from svn to git of gcc was a _huge_ project, and
extremely difficult (took > man-year).
Date | Sujet | # | | Auteur |
8 Apr 25 | converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 34 | | Lynn McGuire |
9 Apr 25 |  Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 4 | | Sam |
9 Apr 25 |   Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 3 | | Lynn McGuire |
10 Apr 25 |    Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 2 | | Michael S |
10 Apr 25 |     Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 1 | | Lynn McGuire |
9 Apr 25 |  Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 2 | | Chris M. Thomasson |
9 Apr 25 |   Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 1 | | Lynn McGuire |
9 Apr 25 |  Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 25 | | Lawrence D'Oliveiro |
9 Apr 25 |   Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 24 | | Lynn McGuire |
10 Apr 25 |    Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 6 | | Lawrence D'Oliveiro |
10 Apr 25 |     Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 5 | | Lynn McGuire |
10 Apr 25 |      Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 4 | | Lawrence D'Oliveiro |
10 Apr 25 |       Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 3 | | Lynn McGuire |
11 Apr 25 |        Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 2 | | Thomas Koenig |
11 Apr 25 |         Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 1 | | Lawrence D'Oliveiro |
11 Apr 25 |    Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 17 | | Bonita Montero |
11 Apr 25 |     Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 16 | | Steven G. Kargl |
11 Apr 25 |      Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 2 | | James Kuyper |
11 Apr 25 |       Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 1 | | Steven G. Kargl |
11 Apr 25 |      Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 1 | | Lynn McGuire |
11 Apr 25 |      Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 12 | | Lynn McGuire |
13 Apr 25 |       Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 11 | | Lynn McGuire |
14 Apr 25 |        Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 10 | | Lawrence D'Oliveiro |
15 Apr 25 |         Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 9 | | Lynn McGuire |
16 Apr 25 |          Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 8 | | Lawrence D'Oliveiro |
16 Apr 25 |           Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 7 | | Lynn McGuire |
16 Apr 25 |            Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 5 | | Lawrence D'Oliveiro |
16 Apr 25 |             Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 3 | | Steven G. Kargl |
17 Apr 25 |              Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 2 | | R Daneel Olivaw |
17 Apr 25 |               Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 1 | | Steven G. Kargl |
16 Apr 25 |             Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 1 | | Lynn McGuire |
16 Apr 25 |            Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 1 | | Lynn McGuire |
22 Apr05:53 |  Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 2 | | David Duffy |
22 Apr06:14 |   Re: converting a 700,000+ line Fortran 77 plus 50,000+ line C++ program to C++, part 2 | 1 | | Lynn McGuire |