Commit Graph

32619 Commits (e6bfaa3d5b5ae3d0595cd17be034fcbea9f45dde)

Author SHA1 Message Date
callum_linden e6bfaa3d5b Update to build on Xcode 6.0: fix cocoa NSWindow redefinition error 2014-10-17 16:02:50 -07:00
callum_linden 2a3f022e0a Update to build on Xcode 6.0: clang detecting unsigned int (size_t) comparison with <0 [-Wtautological-compare] 2014-10-17 15:58:28 -07:00
callum_linden d752550cc8 Update to build on Xcode 6.0: delete called on 'LLTranslationBridge' that is abstract but has non-virtual destructor [-Werror,-Wdelete-non-virtual-dtor] 2014-10-17 15:49:33 -07:00
callum_linden 2c78c1935f Update to build on Xcode 6.0: more removal of unused variables [-Wunused-variable] 2014-10-17 15:45:18 -07:00
callum_linden 392d63efac Update to build on Xcode 6.0: more removal of unused variables [-Wunused-variable] 2014-10-17 15:39:48 -07:00
callum_linden 73224a952a Update to build on Xcode 6.0: fix deprecated constant in OS X land 2014-10-17 15:39:13 -07:00
callum_linden c2772bc13a Update to build on Xcode 6.0: explicitly supress certain warnings in KDU package files 2014-10-17 15:35:28 -07:00
callum_linden f405da4f31 Update to build on Xcode 6.0: interesting typo? no one to ask but pretty sure this is the fix ,-Wlogical-not-parentheses] 2014-10-17 15:23:28 -07:00
callum_linden faf6f72965 Update to build on Xcode 6.0: larger collection of removal of unused const variables [-Wunused-const-variable] 2014-10-17 15:21:09 -07:00
callum_linden f708104e37 Update to build on Xcode 6.0: more removal of unused variables [-Wunused-variable] 2014-10-17 15:14:21 -07:00
callum_linden cf2bdb285c Update to build on Xcode 6.0: more removal of unused const variables [-Wunused-const-variable] 2014-10-17 15:12:02 -07:00
callum_linden 76a35059f2 Update to build on Xcode 6.0: clang detecting unsigned int (size_t) comparison with <0 [-Wtautological-compare] 2014-10-17 15:11:10 -07:00
callum_linden 77d7edd415 Update to build on Xcode 6.0: using an assignment in an expressions without parens 2014-10-17 15:07:19 -07:00
callum_linden 6fadab686d Update to build on Xcode 6.0: variable (result) can be unitialized if condition is false (TAKE 2) [-Wsometimes-uninitialized] 2014-10-17 15:00:14 -07:00
callum_linden f292809239 Update to build on Xcode 6.0: variable (result) can be unitialized if condition is false [-Wsometimes-uninitialized] 2014-10-17 14:57:22 -07:00
callum_linden ee652b583c Update to build on Xcode 6.0: how did this ever compile... 2014-10-17 14:54:04 -07:00
callum_linden e6bc8a6f08 Update to build on Xcode 6.0: clang is super picky extra parens around expression [-Wparenthes
es-equality]
2014-10-17 14:52:21 -07:00
callum_linden 26f4e8a36b Update to build on Xcode 6.0: more removed of unused const variables [-Wunused-const-variable] 2014-10-17 14:50:19 -07:00
callum_linden e4977efddb Update to build on Xcode 6.0: removed unised const variables [-Wunused-const-variable] 2014-10-17 14:48:17 -07:00
callum_linden 5f9b595fbe Update to build on Xcode 6.0: cleaned up some Boostisms and removed some dead code 2014-10-17 14:46:37 -07:00
callum_linden 2469d3aab1 Update to build on Xcode 6.0: clang is super picky extra parens around expression [-Wparenthes
es-equality]
2014-10-17 14:40:44 -07:00
callum_linden da97612b98 Update to build on Xcode 6.0: removed bunch of unused consts variables [-Wunused-const-variable] 2014-10-17 14:34:37 -07:00
callum_linden 07fd457e13 Update to build on Xcode 6.0: various scoping issues with octree code 2014-10-17 14:31:54 -07:00
callum_linden a38e89bf11 Update to build on Xcode 6.0: clang detecting unsigned int comparison with >=0 [-Wtautological-compare] - confirmed fix with davep 2014-10-17 14:27:56 -07:00
callum_linden c02ba7ceb5 Update to build on Xcode 6.0: collection of similar possibly incorrect logical comparison grouping [-Wlogical-op-parentheses] fixes for clang 2014-10-17 14:17:58 -07:00
callum_linden 8db1250b73 Update to build on Xcode 6.0: collection of similar const var not used warnings/errors [-Wunused-const-variable] 2014-10-17 14:08:58 -07:00
callum_linden 5c5821b758 Update to build on Xcode 6.0: clang warned about comparison of unsigned int to >=0 - correct ifx here is to retype the variable as signed 2014-10-17 14:01:08 -07:00
callum_linden b2d84b5fc6 Update to build on Xcode 6.0: remove unused function that makes clang sad 2014-10-17 13:50:06 -07:00
callum_linden b826dbcb84 Update to build on Xcode 6.0: remove unused member variable that makes clang sad 2014-10-17 13:48:03 -07:00
callum_linden 41712d35fb Update to build on Xcode 6.0: additional scoping required for clang 2014-10-17 13:40:15 -07:00
callum_linden 791858f517 Update to build on Xcode 6.0: remove unused variable [-Wunused-const-variable] 2014-10-17 13:36:05 -07:00
callum_linden 4785da9b9f Update to build on Xcode 6.0: TEMP fix to remove broken code (clang) until it's true purpose becomes clear 2014-10-17 13:27:48 -07:00
callum_linden aca7976b87 Update to build on Xcode 6.0: turn BACK ON warnings as errors for overloaded virtuals [-Woverloaded-virtual] and fix up first (of many) files 2014-10-17 13:05:04 -07:00
callum_linden f45b809bd7 Update to build on Xcode 6.0: reorder code and additional scoing in template classes to make clang happy 2014-10-17 12:39:09 -07:00
callum_linden 5ab3a832d3 Update to build on Xcode 6.0: turn OFF warnings as errors for overloaded virtuals [-Wno-overloaded-virtual] 2014-10-17 12:35:26 -07:00
callum_linden 01125b2826 Update to build on Xcode 6.0: change name of prebuilt binary to match new format in autobuild.xml (subnname-subname vs subname_subname) 2014-10-17 12:00:13 -07:00
callum_linden 512b166d54 Update to build on Xcode 6.0: first pass at CMake changes to get a build started 2014-10-17 11:44:45 -07:00
callum_linden 63a1725946 Point to new versions of third party library that match others and contain fixes 2014-10-16 18:27:42 -07:00
callum_linden a4249748ea Pushing out autobuild.xml to get a clean dependency diagram 2014-10-16 14:26:22 -07:00
Nat Goodspeed 3920d946c6 Introduce fast_exit() wrapper for _exit() so we can boost::bind() it. 2014-10-14 16:44:29 -04:00
Nat Goodspeed 4607df13b9 Reorder LLEventDetail::listenerNameForCoro[Impl]() decls for Xcode 6. 2014-10-14 16:25:06 -04:00
JJ Linden 5cb5c267ca fixes for cmake warnings about policy changes. could not fully test these changes 2014-10-13 12:46:55 -07:00
callum_linden 4fb1bae807 update autobuild.xml to point to new versions of boost, googlemock and colladadom 2014-10-10 14:49:48 -07:00
Oz Linden 92bad5c87f install a bunch of updated linux packages 2014-10-09 17:38:01 +00:00
Oz Linden 3465fa09cc merge with callums openjpeg change 2014-10-08 21:32:42 +00:00
Oz Linden 40b0916d7d update expat and xmlrpc-emi packages for linux to let it get past configure 2014-10-08 21:31:31 +00:00
callum_linden 5a2ec4921d Updated autobuild.xml to point to new, autobuild-metadata aware build of openjpeg 2014-10-08 12:25:16 -07:00
Oz Linden c97af6cf05 add manually hacked llqtwebkit packages (see README-HACK.md on the update-hack branch of that repo) 2014-10-08 10:50:43 -04:00
callum_linden c519fd3314 Updates to point to lots of new third party libs and some small tweaks to take account of minor name changes 2014-10-07 17:35:39 -07:00
Oz Linden de4174d80d merge changes for 3.7.17-release 2014-10-06 17:07:55 -04:00