tchernobog
1a11d94277
* Remove old patch to workaround the obsolete installation problems
...
in the UniPD CS lab.
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1330 3ecf2c5c-341e-0410-92b4-d18e462d057c
2008-11-08 21:20:23 +00:00
matrevis
9d8bb4f811
- Fixed compilation problems on SuSE
...
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1306 3ecf2c5c-341e-0410-92b4-d18e462d057c
2006-09-18 10:49:18 +00:00
tchernobog
43d4bdbed8
- Remove quotes outside directory name because I don't know
...
how they interact with the rest of the autotools family
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1214 3ecf2c5c-341e-0410-92b4-d18e462d057c
2006-09-16 22:47:10 +00:00
tchernobog
70c3609a8f
- Try to make more fine tuned use of rpath, crossing fingers not to break builds for foreign hosts
...
- Calc debian package final size dynamically
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1183 3ecf2c5c-341e-0410-92b4-d18e462d057c
2006-09-16 00:42:10 +00:00
tchernobog
0f718f2899
- Fix all includes, separating header files to be installed
...
from other headers. Take it while it's hot.
- To all those that lock source files: you'll burn in hell. Really.
It'll be painful, dreadful and above all *long*. *Eternally* long.
And there'll be Freddy Mercury and The Queen playing, *all the time*,
day after boring, useless, sorrowful day. The song
will be *``Radio Ga-Ga''*, in secula secularum amen.
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1033 3ecf2c5c-341e-0410-92b4-d18e462d057c
2006-09-07 00:43:00 +00:00
tchernobog
4108b39c09
- Fix datarootdir for autoconf 2.60
...
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@713 3ecf2c5c-341e-0410-92b4-d18e462d057c
2006-07-04 20:28:40 +00:00
tchernobog
736aa25456
- Change pkg-config file to use ${prefix}/include
...
rather thant ${prefix}/include/sgpemv2: users will
be able to use directives like "#include <sgpemv2/scheduler.hh>"
in their headers, which reduces name clashes.
- Make _mutex a protected member of Singleton, so that
inheriters can recycle it :-)
- Add exclusive access control for step_forward()
- Add two states (future and exhausted) to Request
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@707 3ecf2c5c-341e-0410-92b4-d18e462d057c
2006-07-04 10:03:43 +00:00
tchernobog
6b27a8461b
- Pretty-indenting code
...
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@674 3ecf2c5c-341e-0410-92b4-d18e462d057c
2006-06-29 08:44:30 +00:00
tchernobog
383889a203
- Add unified Singleton support
...
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@643 3ecf2c5c-341e-0410-92b4-d18e462d057c
2006-06-21 09:09:50 +00:00
tchernobog
51f0d7fbe7
- Merged branch 0.3-r556--SPLIT_PYLOADER_CONFIG back into trunk
...
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@561 3ecf2c5c-341e-0410-92b4-d18e462d057c
2006-04-06 19:01:13 +00:00
tchernobog
b821b94b85
- Avoid generating API documentation for tests
...
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@549 3ecf2c5c-341e-0410-92b4-d18e462d057c
2006-03-16 08:38:08 +00:00
johnny
d462f6d1d3
- How to spend two hours tracking a bug of Unipd's laboratory broken distribution (how fscking unbelievable!)
...
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@508 3ecf2c5c-341e-0410-92b4-d18e462d057c
2006-03-08 15:50:13 +00:00
tchernobog
882a6acf5e
- Don't include full paths
...
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@381 3ecf2c5c-341e-0410-92b4-d18e462d057c
2006-02-22 14:27:14 +00:00
tchernobog
5121ab9f39
- Change order on which the libraries are listed for installation
...
in the makefile, thus workarounding a nasty automake bug.
This problem is reported here:
http://sourceware.org/ml/automake/2004-03/msg00113.html
http://sources.redhat.com/ml/automake/2004-01/msg00171.html
... but it doesn't seem to have been solved thus far.
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@356 3ecf2c5c-341e-0410-92b4-d18e462d057c
2006-02-20 00:12:24 +00:00
tchernobog
78de185d75
- Add template class implementing a smart pointer (a class of general utility)
...
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@298 3ecf2c5c-341e-0410-92b4-d18e462d057c
2006-02-07 20:11:03 +00:00
tchernobog
692fc55553
- Small fixes to class documentation
...
- Now distcheck works correctly, including a copy of the API
documentation in the built dist tar.
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@214 3ecf2c5c-341e-0410-92b4-d18e462d057c
2006-01-26 22:41:42 +00:00
tchernobog
b5def4cb81
- Add support for automagically generating API documentation
...
with Doxygen. Just use ``make apidox''.
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@208 3ecf2c5c-341e-0410-92b4-d18e462d057c
2006-01-26 20:32:06 +00:00
tchernobog
9f0ed52cbf
- Add support for automatic ChangeLog creation with svn2cl
...
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@171 3ecf2c5c-341e-0410-92b4-d18e462d057c
2006-01-13 16:16:46 +00:00