Commit Log (Page 18 of 255)

back to main page

Pages: << Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 Next >>

Summary Period: 2003-05-08 to 2003-05-03 (Commits 11845-11894 of 12744)

sunshine 2003-05-08 14:05

Eric Sunshine updated physldr.mak so that it conforms with the CS makefile
standard. Also upgraded it to place its transient resource in a
module-specific output directory rather than dumping everything directly
in $(OUT). Finally, fixed it to respect $(SRCDIR), so that it can be
built when the build directory differs from the source directory.

41 lines of code changed in:

sunshine 2003-05-08 13:43

Update.

3 lines of code changed in:

sunshine 2003-05-08 13:42

Eric Sunshine made the following changes:

-*- Fixed bugs in the new stdpt.mak (standard procedural textures)
makefile which prevented it from working correctly when the build
directory differs from the source directory. Also fixed copy/paste
errors which caused it to fail in static-link mode.

-*- Fixed a couple $(SRCDIR)-related problems in CS/mk/template.mak.

17 lines of code changed in:

sunshine 2003-05-08 10:43

Eric Sunshine fixed problem in MacOS/X OpenGL canvas where it was not
specifying its SCF dependency properly.

25 lines of code changed in:

sunshine 2003-05-07 22:18

Automated Visual-C++ SLN and VCPROJ project file repair.

321 lines of code changed in:

matzebraun 2003-05-07 20:44

update about anjuta IDE

4 lines of code changed in:

matzebraun 2003-05-07 20:16

Added file with notes about outstanding issues and which list for the jam build

45 lines of code changed in:

matzebraun 2003-05-07 19:49

- Matze did several changes to the jam project generation (the script
that creates a basic jambuildsystem for your external projects):
- Added distclean and maintainerclean rules after the latest
changes in CS.
- Made the script interactive instead of requiring lots of
commandline arguments. Now the script outputs detailed
desciptions too.
- Creates a basic README with some building and installation
notes now.
- Rewrote some parts of the script.

218 lines of code changed in:

res2002 2003-05-07 19:35

added missing stdpt.scf

1 lines of code changed in:

res2002 2003-05-07 19:15

fixed dependencies

1 lines of code changed in:

matzebraun 2003-05-07 19:06

- Matze moved the definition of the distclean and maintainerclean
rules to the toplevel Jamfile. Having these filenames in clean.jam
is not good for external projects.
- Also removed the clean target for application.txt again. Some
external projects might have readme files in the same name. (We
could let the Application rule construct a list of application
targets and generate the clean targets from this list, but I think
the question is if we really need this features)

27 lines of code changed in:

res2002 2003-05-07 18:27

added missing entry

2 lines of code changed in:

res2002 2003-05-07 18:25

- changed the proctex loader to support plugins. Specifying a
proctex the 'old' style will result in a notification.
- wrote a plugin wrapping the four built-in proctexes.
- also moved the <plugins> block in flarge since they are needed
before the textures now.

458 lines of code changed in:

norman 2003-05-07 10:36

update

2 lines of code changed in:

norman 2003-05-07 10:34

Fixed case where 0 Chars will be deleted from an empty string.

2 lines of code changed in:

jorrit 2003-05-07 09:02

Fixed a memory leak in AWS reported by Gersh.

6 lines of code changed in:

sunshine 2003-05-07 06:56

Eric Sunshine fixed the perl5tst Jamfile so that it is governed by the
same constraints as the csperl5 Jamfile (that is, perl5tst is only enabled
if a usable Perl installation was discoverd during the configuration
process).

7 lines of code changed in:

sunshine 2003-05-07 06:52

Eric Sunshine fixed configure.ac so that zlib, libpng, libjpeg, etc. can
be found when they reside in CS/libs (rather than an official install
location) even when building outside of the source directory (i.e.
building CS from CD-ROM, or cross-compiling, etc.).

30 lines of code changed in:

sunshine 2003-05-07 06:09

Eric Sunshine added an automated check to configure.ac to test for
presence of the Linux joystick API. The test is based upon a code
fragment provided by Norman Kraemer. This test obsoletes the
--enable-linux-joystick switch.

343 lines of code changed in:

sunshine 2003-05-07 05:36

Eric Sunshine removed MSVC project-related variables from csjoylin.mak.
This module is Linux-specific, therefore there is no need to ever create an
MSVC project file for it.

4 lines of code changed in:

philwyett 2003-05-07 00:53

Fix - Using my full name would be good. :)

2 lines of code changed in:

philwyett 2003-05-07 00:51

- Philip made additions to 'Common problems' section of MSVC external
application tutorial.

2 lines of code changed in:

sunshine 2003-05-06 13:57

Eric Sunshine corrected some confusion in objectivec.jam where .mm and .M
were being registered within the CMD.OBJC block rather than the CMD.OBJC++
block.

12 lines of code changed in:

sunshine 2003-05-06 13:49

Update.

2 lines of code changed in:

sunshine 2003-05-06 13:47

Fixed comments in options.jam.

4 lines of code changed in:

sunshine 2003-05-06 13:31

Eric Sunshine eliminated copy/paste redundancy in LinkApplication and
LinkApplicationConsole rules in unix.jam and win32.jam.

6 lines of code changed in:

sunshine 2003-05-06 13:25

Corrected typographical errors in comments.

3 lines of code changed in:

sunshine 2003-05-06 13:17

Eric Sunshine fixed problem where empty G3D_FOGMETHOD enum in cs.i caused
Swig 1.3.19 for Windows to crash with segmentation fault. Reported by Boyan
Histrov.

6 lines of code changed in:

sunshine 2003-05-06 12:51

Fixed a number of typographical errors in comments.

6 lines of code changed in:

sunshine 2003-05-06 12:46

Eric Sunshine adjusted the field widths in help.jam in order to avoid all
the "description" truncations.

5 lines of code changed in:

philwyett 2003-05-06 11:39

- Philip Wyett updated external MSVC app creation HOWTO.
This version is far more indepth and explains each element in
more deatil. The big writing with pictures version as it were! :)

4 lines of code changed in:

sunshine 2003-05-06 10:07

Corrected copy/paste error in comment.

1 lines of code changed in:

sunshine 2003-05-06 06:51

Eric Sunshine made the following changes:

-*- Fixed Linux joystick makefile so that makefile target and generated
plugin name agree with one another (previously, one was "joylin" and
the other "csjoylin").

-*- Removed several obsolete and bogus entries from scf.cfg.

-*- Added several missing entries to scf.cfg.

-*- Fixed problem in CoreGraphics driver where it was not specifying its
SCF dependency properly.

52 lines of code changed in:

res2002 2003-05-06 01:45

forgot to commit... long, long ago
(fixes missing include glextmanager.h)

1 lines of code changed in:

okt 2003-05-05 19:45

Removed the Perl SWIG module's dependency on the interface file so that it
will not try to rebuild it when the interface file is updated, because we
don't need to force the user to install SWIG on their machine.

6 lines of code changed in:

thebolt00 2003-05-05 17:13

* Fixed compilationerrors in MSVC 7.1

11 lines of code changed in:

sunshine 2003-05-05 13:32

Eric Sunshine applied a patch from Michael Herder <crapsite@gmx.net> to
awsScrollBar::Setup() to correct the placement of the horizontal scroll
bar left/right buttons. Eric also corrected the initial position of the
"knob" for horzontal scrollers.

11 lines of code changed in:

sunshine 2003-05-05 13:10

Fixed booboo.

1 lines of code changed in:

sunshine 2003-05-05 12:54

Eric Sunshine fixed problem with csConsoleOutput where it would crash if a
font-server was not available. Problem was reported by Neil Mosafi
<nmosafi@totalise.co.uk>. Now it instead reports a sensible warning
message (and avoids crashing). Also fixed bug where it was manually
invoking IncRef()/DecRef() on its csRef'd `font' member.

38 lines of code changed in:

sunshine 2003-05-05 11:42

Eric Sunshine changed jobber.pl and snapshot.py to once again use
/home/groups/c/cr/crystal as a working area rather than /tmp. It seems
that the snapshot script runs out of disk space when using /tmp on
shell1.sourceforge.net even though there appears to be nearly 0.5GB
available.

14 lines of code changed in:

sunshine 2003-05-04 22:16

Automated Visual-C++ SLN and VCPROJ project file repair.

6 lines of code changed in:

res2002 2003-05-04 20:10

- res added a prototype for csGetPlatformConfig() to cssys/sysfunc.h.
This can be used to retrieve a platform-specific configuration storage
facility, intended for user-set settings/setting changed at runtime.
- res implemented csGetPlatformConfig() for Win32. The implementation
uses the registry.
- res also changed RegCreateKey() to RegOpenKeyEx() in instpath.cpp.
RegCreateKey() is not only deprecated, but it also creates a registry
key if needed, which is unnecessary as we just want to read something
there.

597 lines of code changed in:

sunshine 2003-05-04 12:54

Eric Sunshine made the following changes:

-*- Changed jobber.pl and snapshot.py to once again use /tmp as the
working directory rather than /home/groups/c/cr/crystal. Use of the
/tmp directory is now possible since SourceForge lifted the 5MB quota
restriction which used to plague /tmp. This should make these scripts
run slightly faster since /tmp is a local directory, unlike
/home/groups/c/cr/crystal which is NFS-mounted.

-*- Fixed a bug in jobber.pl introduced on 2-May-2003 in which PATH was
gorked, which caused most commands invoked by jobber.pl to fail when
executed from cron (though not when run from an interactive shell
session).

14 lines of code changed in:

norman 2003-05-04 12:24

added $@ to call of autoconf to transfer optional commandline parameters

3 lines of code changed in:

sunshine 2003-05-04 12:15

Minor change to avoid C++ types.

1 lines of code changed in:

sunshine 2003-05-04 12:03

Eric Sunshine changed the Application rule in application.jam so that
it also ensures that <appname>.txt gets removed at "jam clean" time.
These .txt files are created on Windows when each application runs.

5 lines of code changed in:

sunshine 2003-05-04 12:00

Eric Sunshine made the following changes:

-*- Updated Swig test in configure.ac to utilize new optional version
number component capability of progver.m4. This is needed because
older versions of Swig emit a 2-part version number (such as 1.1),
whereas newer ones emit a 3-part number (such as 1.3.19).

-*- Fixed problem where recent change to configure.ac caused it to create
several files deep within the CS source tree. This is a problem
because the CS source tree might be on a read-only volume (such as a
CD-ROM), or might be shared (perhaps via NFS) between several builds.
Furthermore, it failed when the build directory differed from the
source directory. Instead of creating the one-line csperlxs.c file in
the plugins/cscript/csperl5 directory to include the appropriate .inc
file, it now emits the header property CS_PERL5_XSINC to volatile.h
with the value of the .inc file to include.

-*- Fixed problem where configure.ac was creating the file csperlxs.inc
during the configuration phase. It is not the responsibility of the
configure script to create output files. Instead, it is the
responsibility of config.status to see to this chore. Therefore,
configure.ac now invokes AC_CONFIG_COMMANDS() to delegate creation of
csperlxs.inc to config.status.

-*- Fixed bug where recent changes to configure.ac caused it to reference
the non-existent shell variable PERL5.EXTUTILS.DYNALOADER, thus
causing creation of csperlxs.inc to fail.

-*- The configure script no longer emits the PERL5.EXTUTILS.AVAILABLE and
PERL5.EXTUTILS.DYNALOADER build properties to config.mak and Jamconfig
since recent changes obsoleted these variables, and they are no longer
used by the csperl5 makefile and Jamfile.

-*- Fixed a number of errors in csperl5.mak where it was not respecting
$(SRCDIR), thus resulting in build failure when building outside of
the CS source tree.

-*- Fixed bugs in csperl5.mak where it used CEX.CSPERL5 and CIN.CSPERL5 in
some places but CEX.PERL5 and CIN.PERL5 in others.

2 lines of code changed in:

sunshine 2003-05-04 11:50

Eric Sunshine made the following changes:

-*- Updated Swig test in configure.ac to utilize new optional version
number component capability of progver.m4. This is needed because
older versions of Swig emit a 2-part version number (such as 1.1),
whereas newer ones emit a 3-part number (such as 1.3.19).

-*- Fixed problem where recent change to configure.ac caused it to create
several files deep within the CS source tree. This is a problem
because the CS source tree might be on a read-only volume (such as a
CD-ROM), or might be shared (perhaps via NFS) between several builds.
Furthermore, it failed when the build directory differed from the
source directory. Instead of creating the one-line csperlxs.c file in
the plugins/cscript/csperl5 directory to include the appropriate .inc
file, it now emits the header property CS_PERL5_XSINC to volatile.h
with the value of the .inc file to include.

-*- Fixed problem where configure.ac was creating the file csperlxs.inc
during the configuration phase. It is not the responsibility of the
configure script to create output files. Instead, it is the
responsibility of config.status to see to this chore. Therefore,
configure.ac now invokes AC_CONFIG_COMMANDS() to delegate creation of
csperlxs.inc to config.status.

-*- Fixed bug where recent changes to configure.ac caused it to reference
the non-existent shell variable PERL5.EXTUTILS.DYNALOADER, thus
causing creation of csperlxs.inc to fail.

-*- The configure script no longer emits the PERL5.EXTUTILS.AVAILABLE and
PERL5.EXTUTILS.DYNALOADER build properties to config.mak and Jamconfig
since recent changes obsoleted these variables, and they are no longer
used by the csperl5 makefile and Jamfile.

-*- Fixed a number of errors in csperl5.mak where it was not respecting
$(SRCDIR), thus resulting in build failure when building outside of
the CS source tree.

-*- Fixed bugs in csperl5.mak where it used CEX.CSPERL5 and CIN.CSPERL5 in
some places but CEX.PERL5 and CIN.PERL5 in others.

190 lines of code changed in:

norman 2003-05-03 19:42

Norman Kraemer extended progver.m4 for patterns to contain optional components.
Thus we can now have a pattern like this:
9.9|.9 where the last part is optional (.9)
or even
9.9|.9|._|.9 where we have 3 optional parts

37 lines of code changed in:

okt 2003-05-03 17:12

Perl updates.

9 lines of code changed in:

Pages: << Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 Next >>


Generated by StatCvs v0.2-dev