Commit Log (Page 51 of 187)

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 Next »

Summary Period: 2005-01-16 to 2005-01-15 (Commits 6782-6831 of 9331)

brlcad 2005-01-16 03:11

old bugs cleanup

4 lines of code changed in:

brlcad 2005-01-16 03:03

tool for converting obj to bzw

1 lines of code changed in:

dtremenak 2005-01-16 02:53

so it has been written, so it shall be done. 2.0.0, Falcor's Despair.

2 lines of code changed in:

brlcad 2005-01-16 02:45

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:

brlcad 2005-01-16 02:32

update with current directories

6 lines of code changed in:

dtremenak 2005-01-16 02:24

version numbers are in buildDate.cxx not configure.in

1 lines of code changed in:

brlcad 2005-01-16 02:22

2.0.0 conversion under way

1 lines of code changed in:

brlcad 2005-01-16 02:21

and so it begins, the dawn of a new major number 2.0.0 -- preparing for release now.

4 lines of code changed in:

dtremenak 2005-01-16 01:39

if you're gonna unconstify one, unconstify the other too, so vc doesn't have a cow

1 lines of code changed in:

brlcad 2005-01-16 01:27

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:

brlcad 2005-01-16 01:20

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:

brlcad 2005-01-16 01:17

need to subst OBJCFLAGS too. try another angle on the OBJCDEPMODE

6 lines of code changed in:

brlcad 2005-01-15 23:47

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:

brlcad 2005-01-15 23:26

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:

brlcad 2005-01-15 23:23

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:

brlcad 2005-01-15 22:40

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:

brlcad 2005-01-15 22:17

check for stdint.h header

1 lines of code changed in:

timriker 2005-01-15 21:32

network order

4 lines of code changed in:

dtremenak 2005-01-15 21:11

let's not leave out any directories either

1 lines of code changed in:

dtremenak 2005-01-15 20:51

step one of fixing up make distcheck

11 lines of code changed in:

brlcad 2005-01-15 20:26

my bad, back to what it was since interface includes it

0 lines of code changed in:

timriker 2005-01-15 20:24

no @ip on checktokens for private IPs

5 lines of code changed in:

atupone 2005-01-15 20:14

Fix headers order on cxx file

7 lines of code changed in:

timriker 2005-01-15 20:12

Address::isPrivate()

3 lines of code changed in:

timriker 2005-01-15 20:06

re-deoxification

18 lines of code changed in:

timriker 2005-01-15 19:58

Address::isPrivate()

20 lines of code changed in:

dtremenak 2005-01-15 19:52

common.h comes first

3 lines of code changed in:

dtremenak 2005-01-15 19:51

tools dir gets dist'ed

1 lines of code changed in:

brlcad 2005-01-15 19:37

addition of profont font

1 lines of code changed in:

brlcad 2005-01-15 19:33

if the current message panel is All, don't mark the others as unread

4 lines of code changed in:

dtremenak 2005-01-15 19:09

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:

brlcad 2005-01-15 18:46

header clean up

11 lines of code changed in:

brlcad 2005-01-15 18:16

the msgtimeupdate patch was protocol breaking...

2 lines of code changed in:

timriker 2005-01-15 18:06

ip len wrong, net protocol changed, but nothing uses this byte anyway

3 lines of code changed in:

timriker 2005-01-15 17:17

ws

35 lines of code changed in:

timriker 2005-01-15 16:38

checktokens

6 lines of code changed in:

timriker 2005-01-15 16:33

remove label till we finish it

2 lines of code changed in:

timriker 2005-01-15 14:24

might as well display it correctly

4 lines of code changed in:

timriker 2005-01-15 14:13

~0 for paused

18 lines of code changed in:

brlcad 2005-01-15 13:31

try to accommodate more broken automake objc cruft

2 lines of code changed in:

brlcad 2005-01-15 13:23

make the headers effectively noinst headers

5 lines of code changed in:

brlcad 2005-01-15 13:22

add the bin_PROGRAMS for them so something is actually built

6 lines of code changed in:

brlcad 2005-01-15 13:19

generate TextTool-W32 makefiles

2 lines of code changed in:

brlcad 2005-01-15 13:18

revert back to AM_CPPFLAGS for the older automake for now

1 lines of code changed in:

brlcad 2005-01-15 13:13

initial makefile to build texttool even if it is rather platform dependent at the moment

39 lines of code changed in:

brlcad 2005-01-15 13:07

add modeltool

5 lines of code changed in:

brlcad 2005-01-15 13:06

generate the tools/modeltool makefile

1 lines of code changed in:

brlcad 2005-01-15 13:05

initial makefile template for modeltool build

10 lines of code changed in:

brlcad 2005-01-15 13:01

initial vc71 build from for modeltool from sf patch 1102809

160 lines of code changed in:

brlcad 2005-01-15 12:57

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