-
I guess, that was another Andrew Pike ))
2009-09-27 17:53:10 UTC by serge_novik
-
I was on a flight recently from New York JFK to London Heathrow. At the end of the flight they announced "Passenger Andrew Pike please come and claim your jacket".
So he's still out there somewhere.
:P.
2009-09-21 08:46:15 UTC by fatman_uk
-
Oh I used C::B before Relo and after... but Relo had something informal..... something unsophisticated philosophy..... it is a pity to lost it.
2009-08-02 06:36:19 UTC by serge_novik
-
The thread that would not die, even though no one fed it. :)
I succumbed to the lure of Code::Blocks a year ago or so. You can only keep the faith so long, and C::B is really quite good. I feel more fulfilled as a C++ developer using C::B than Relo. Also, C::B is cross platform which makes it ideal for coding on Linux.
There are a few issues - doesn't integrate with Valgrind very well...
2009-07-30 17:07:05 UTC by fatman_uk
-
it passed 3 years.....
2009-07-29 13:02:05 UTC by serge_novik
-
I don't panic, just I guess Relo went same way as Chinook Developer Studio, I very regret cause both Relo and Chinook were perfect IDEs....
2009-07-29 12:51:30 UTC by serge_novik
-
New version released.
Note: a couple of major bugs have been fixed since the last beta version, so if you are running that version you should upgrade to this one.
2007-07-03 12:52:18 UTC by andrewpike
-
Beta 3 of Relo v2.0 has been released. This will be the last beta version preceding version 2.0. The 2.0 release should happen in about a week, with very few (if any) changes.
Some changes:
- Overhaul of the project manager; it now stores file info and source/header file relationships more efficiently, and is much faster loading projects, and checking and compiling source files and...
2007-06-25 14:07:35 UTC by andrewpike
-
Hi Andrew,
I notice the generated Makefile doesn't work if I upload to my DARCS server and compile there. One problem is relative paths. For example, in my case, the target:
Log.o: Log.cc Log.hh
$(CC) $(PCFLAGS) $(CFLAGS) -c Log.cc -o Log.o
works inside Relo, but needs changing to:
src/Log.o: src/Log.cc include/Log.hh
$(CC) $(PCFLAGS) $(CFLAGS) -c src/Log.cc -o src/Log.o
under...
2007-01-30 20:27:56 UTC by fatman_uk
-
Hi Andrew,
I noticed a tiny omission in beta 2. Easy enough to fix though.
In the shift from the 1.1 model to the 2.0 model we seem to have lost the following entries from the highlight_defs.ini file:
cc=CPP
hh=CPP
Simply a matter of pasting them on the end of the file if you use the CC and HH types. :)
Regards,
Fatman.
2007-01-20 13:46:09 UTC by fatman_uk