[Gtkradiant] CVS: more work on dep solver
Timothee Besset
gtkradiant@zerowing.idsoftware.com
Mon, 11 Feb 2002 10:30:50 -0600
This is a mixed plain/HTML MIME encoded message.
--10134450503808
Content-Type: text/plain
User : timo
Branch : synapse2
Root : zerowing:/cvs
Date : 2002/02/11 10:30:32
more work on dep solver
--
GtkRadiant/docs/developer/CHANGES
1.270.2.7 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.270.2.7
diff :
that we distribute with the binaries. (see changelog)
! 10/2/2002
TODO: get rid of all WINAPI crap
TODO: work out the basics for 'multiple minor' APIs (i.e. plugins among other things)
- added the basic code for solving API dependencies and requesting the various tables
- more diagnostic printing code fixes
- version checkings
--- 1,13 ----
This is the changelog for developers, != changelog for the end user
that we distribute with the binaries. (see changelog)
! 11/2/2002
TODO: get rid of all WINAPI crap
TODO: work out the basics for 'multiple minor' APIs (i.e. plugins among other things)
+ - debugged the API dependencies solver to actually work
+
+ 10/2/2002
+ TTimo
- added the basic code for solving API dependencies and requesting the various tables
- more diagnostic printing code fixes
- version checkings
6 files modified :
GtkRadiant/docs/developer/CHANGES
1.270.2.7 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.270.2.7
1.270.2.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.270.2.6
diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=1.270.2.6&r2=1.270.2.7
GtkRadiant/libs/synapse.h
1.1.4.7 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/libs/synapse.h?rev=1.1.4.7
1.1.4.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/libs/synapse.h?rev=1.1.4.6
diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/libs/synapse.h.diff?r1=1.1.4.6&r2=1.1.4.7
GtkRadiant/libs/synapse/synapse.cpp
1.1.4.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/libs/synapse/synapse.cpp?rev=1.1.4.6
1.1.4.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/libs/synapse/synapse.cpp?rev=1.1.4.5
diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/libs/synapse/synapse.cpp.diff?r1=1.1.4.5&r2=1.1.4.6
GtkRadiant/plugins/vfspk3/vfspk3.cpp
1.15.18.7 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/vfspk3/vfspk3.cpp?rev=1.15.18.7
1.15.18.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/vfspk3/vfspk3.cpp?rev=1.15.18.6
diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/vfspk3/vfspk3.cpp.diff?r1=1.15.18.6&r2=1.15.18.7
GtkRadiant/plugins/vfspk3/vfspk3.h
1.6.4.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/vfspk3/vfspk3.h?rev=1.6.4.5
1.6.4.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/vfspk3/vfspk3.h?rev=1.6.4.4
diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/vfspk3/vfspk3.h.diff?r1=1.6.4.4&r2=1.6.4.5
GtkRadiant/radiant/pluginmanager.cpp
1.61.2.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/pluginmanager.cpp?rev=1.61.2.5
1.61.2.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/pluginmanager.cpp?rev=1.61.2.4
diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/pluginmanager.cpp.diff?r1=1.61.2.4&r2=1.61.2.5
--10134450503808
Content-Type: text/html
<html>
<head><title>CVS report</title></head>
<body bgcolor="#ffffff" text="#000000">
<table border=0 width="100%" cellspacing=0 cellpadding=0>
<tr>
<td align=left><b>Commit from <i>timo</i> on branch <i>synapse2</i></b></td>
<td align=right valign=bottom>2002/02/11 10:30:32</td>
</tr>
</table>
<hr width="100%" size=2 noshade><br>
<code>
more work on dep solver<br>
</code>
<hr width="100%" size=2 noshade><br>
<code>
<b>GtkRadiant/docs/developer/CHANGES</b>
<pre> that we distribute with the binaries. (see changelog)
! 10/2/2002
TODO: get rid of all WINAPI crap
TODO: work out the basics for 'multiple minor' APIs (i.e. plugins among other things)
- added the basic code for solving API dependencies and requesting the various tables
- more diagnostic printing code fixes
- version checkings
--- 1,13 ----
This is the changelog for developers, != changelog for the end user
that we distribute with the binaries. (see changelog)
! 11/2/2002
TODO: get rid of all WINAPI crap
TODO: work out the basics for 'multiple minor' APIs (i.e. plugins among other things)
+ - debugged the API dependencies solver to actually work
+
+ 10/2/2002
+ TTimo
- added the basic code for solving API dependencies and requesting the various tables
- more diagnostic printing code fixes
- version checkings
</pre>
<table border=0 width="100%">
<tr>
<td colspan=5> </td>
</tr>
<tr bgcolor="#e0e0e0">
<td colspan=5 align=center><b>6 files modified</b></td>
</tr>
<tr>
<td><b>Module</b></td>
<td><b>File name</b></td>
<td colspan=3><b>Version</b></td>
</tr>
<tr>
<td><b>GtkRadiant</b></td>
<td><code>docs/developer/CHANGES</code></td>
<td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.270.2.6">1.270.2.6</a></td>
<td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.270.2.6&r2=text&tr2=1.270.2.7&f=h">>>></a></td>
<td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.270.2.7">1.270.2.7</a></td>
</tr>
<tr>
<td><b>GtkRadiant</b></td>
<td><code>libs/synapse.h</code></td>
<td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/libs/synapse.h?rev=1.1.4.6">1.1.4.6</a></td>
<td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/libs/synapse.h.diff?r1=text&tr1=1.1.4.6&r2=text&tr2=1.1.4.7&f=h">>>></a></td>
<td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/libs/synapse.h?rev=1.1.4.7">1.1.4.7</a></td>
</tr>
<tr>
<td><b>GtkRadiant</b></td>
<td><code>libs/synapse/synapse.cpp</code></td>
<td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/libs/synapse/synapse.cpp?rev=1.1.4.5">1.1.4.5</a></td>
<td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/libs/synapse/synapse.cpp.diff?r1=text&tr1=1.1.4.5&r2=text&tr2=1.1.4.6&f=h">>>></a></td>
<td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/libs/synapse/synapse.cpp?rev=1.1.4.6">1.1.4.6</a></td>
</tr>
<tr>
<td><b>GtkRadiant</b></td>
<td><code>plugins/vfspk3/vfspk3.cpp</code></td>
<td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/vfspk3/vfspk3.cpp?rev=1.15.18.6">1.15.18.6</a></td>
<td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/vfspk3/vfspk3.cpp.diff?r1=text&tr1=1.15.18.6&r2=text&tr2=1.15.18.7&f=h">>>></a></td>
<td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/vfspk3/vfspk3.cpp?rev=1.15.18.7">1.15.18.7</a></td>
</tr>
<tr>
<td><b>GtkRadiant</b></td>
<td><code>plugins/vfspk3/vfspk3.h</code></td>
<td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/vfspk3/vfspk3.h?rev=1.6.4.4">1.6.4.4</a></td>
<td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/vfspk3/vfspk3.h.diff?r1=text&tr1=1.6.4.4&r2=text&tr2=1.6.4.5&f=h">>>></a></td>
<td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/vfspk3/vfspk3.h?rev=1.6.4.5">1.6.4.5</a></td>
</tr>
<tr>
<td><b>GtkRadiant</b></td>
<td><code>radiant/pluginmanager.cpp</code></td>
<td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/pluginmanager.cpp?rev=1.61.2.4">1.61.2.4</a></td>
<td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/pluginmanager.cpp.diff?r1=text&tr1=1.61.2.4&r2=text&tr2=1.61.2.5&f=h">>>></a></td>
<td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/pluginmanager.cpp?rev=1.61.2.5">1.61.2.5</a></td>
</tr>
</table>
</body>
</html>
--10134450503808--