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 Next »
Summary Period: 2005-01-16 to 2005-01-15 (Commits 6782-6831 of 9331)
old bugs cleanup
4 lines of code changed in:
tool for converting obj to bzw
1 lines of code changed in:
so it has been written, so it shall be done. 2.0.0, Falcor's Despair.
2 lines of code changed in:
update Mac notes for the XCode project; point out that the port is feature-wise complete now as of 2.0
7 lines of code changed in:
update with current directories
6 lines of code changed in:
version numbers are in buildDate.cxx not configure.in
1 lines of code changed in:
2.0.0 conversion under way
1 lines of code changed in:
and so it begins, the dawn of a new major number 2.0.0 -- preparing for release now.
4 lines of code changed in:
if you're gonna unconstify one, unconstify the other too, so vc doesn't have a cow
1 lines of code changed in:
unconstify the const float array.. gcc 3.1 on mac insists on treating the float array as non-const, failing on weak implicit conversion
1 lines of code changed in:
take the reference to the function to get a function pointer, otherwise it's an implicit cast (which gcc 3.1 no likey)
2 lines of code changed in:
need to subst OBJCFLAGS too. try another angle on the OBJCDEPMODE
6 lines of code changed in:
gcc 3.1 on mac 10.2 does not like casting char[] to a std::string reference.. also doesn't think you should be taking references of static variable members. simple alternative of using a static std::string external to the static function sufficed.
8 lines of code changed in:
something fishy going on -- the tests correctly fail if they occur early, yet succeed if run later down near the function checks. for now, move the checks up so that things fail properly.
19 lines of code changed in:
make the code backwards compatible with at least 7.7 by not calling curl_global_cleanup and curl_global_init on pre 7.10 curl
7 lines of code changed in:
added a set of AC_CHECK_LIB calls that specifically test for each of the necessary float math routines. AC_CHECK_FUNCS seems to incorrectly return 'yes' when it should say no on certain flavors of gcc.
19 lines of code changed in:
check for stdint.h header
1 lines of code changed in:
network order
4 lines of code changed in:
let's not leave out any directories either
1 lines of code changed in:
step one of fixing up make distcheck
11 lines of code changed in:
my bad, back to what it was since interface includes it
0 lines of code changed in:
no @ip on checktokens for private IPs
5 lines of code changed in:
Fix headers order on cxx file
7 lines of code changed in:
Address::isPrivate()
3 lines of code changed in:
re-deoxification
18 lines of code changed in:
Address::isPrivate()
20 lines of code changed in:
common.h comes first
3 lines of code changed in:
tools dir gets dist'ed
1 lines of code changed in:
addition of profont font
1 lines of code changed in:
if the current message panel is All, don't mark the others as unread
4 lines of code changed in:
reserve the upper four values of TimeLeft (~0u-3 to ~0u) for future use as flags. Probably more than we need, but better safe than sorry.
3 lines of code changed in:
header clean up
11 lines of code changed in:
the msgtimeupdate patch was protocol breaking...
2 lines of code changed in:
ip len wrong, net protocol changed, but nothing uses this byte anyway
3 lines of code changed in:
ws
35 lines of code changed in:
checktokens
6 lines of code changed in:
remove label till we finish it
2 lines of code changed in:
might as well display it correctly
4 lines of code changed in:
~0 for paused
18 lines of code changed in:
try to accommodate more broken automake objc cruft
2 lines of code changed in:
make the headers effectively noinst headers
5 lines of code changed in:
add the bin_PROGRAMS for them so something is actually built
6 lines of code changed in:
generate TextTool-W32 makefiles
2 lines of code changed in:
revert back to AM_CPPFLAGS for the older automake for now
1 lines of code changed in:
initial makefile to build texttool even if it is rather platform dependent at the moment
39 lines of code changed in:
add modeltool
5 lines of code changed in:
generate the tools/modeltool makefile
1 lines of code changed in:
initial makefile template for modeltool build
10 lines of code changed in:
initial vc71 build from for modeltool from sf patch 1102809
160 lines of code changed in:
accept sf patch 1102809 -- initial modeltool source with header fixes. this presently allows direct conversion of .obj files to .bzw
647 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 Next »
Generated by StatCVS 0.2.2