phoenix-firestorm/indra/llcommon
Nat Goodspeed 8a461c00f4 DRTVWR-418: Until we figure out how to say FIXED:NO to linker, don't.
The present CMake logic wants to pass FIXED:NO to the linker for 64-bit
builds, which on the face of it seems like a Good Thing: it permits code to be
relocated in memory, preventing collisions if two libraries happen to want to
load into overlapping address ranges.

However the way it's being specified is wrong and harmful. Passing /FIXED:NO
to the compiler command line engages /FI (Forced Include!) of a nonexistent
file XED:NO -- producing lots of baffling fatal compile errors.

Thanks Callum for diagnosing this!
2016-12-01 08:50:10 -05:00
..
tests merge maint-6633 to fork of viewer-bear 2016-10-11 14:42:58 -07:00
CMakeLists.txt DRTVWR-418: Until we figure out how to say FIXED:NO to linker, don't. 2016-12-01 08:50:10 -05:00
ctype_workaround.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
fix_macros.h merge with 4.0.3-release 2016-04-04 15:53:09 -04:00
indra_constants.cpp Merged in lindenlab/viewer-lynx 2016-05-20 02:06:08 +03:00
indra_constants.h Merged in lindenlab/viewer-lynx 2016-05-20 02:06:08 +03:00
is_approx_equal_fraction.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
linden_common.h merge with 4.0.3-release 2016-04-04 15:53:09 -04:00
llalignedarray.h
llallocator.cpp Automated merge with tip of viewer-release to pick up 4.0.5 2016-05-19 11:00:03 -07:00
llallocator.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llallocator_heap_profile.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llallocator_heap_profile.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llapp.cpp MAINT-6322 fix merge error that prevented crash dumps from being located for upload (and add better logging) 2016-04-20 11:52:00 -04:00
llapp.h DRTVWR-418: Unify control flow through LLAppViewer across platforms. 2016-06-30 16:51:50 -04:00
llapr.cpp MAINT-5040 Warning "ll_apr_warn_status: APR: Connection refused" continually appears on Linux 2016-06-14 13:47:27 +03:00
llapr.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llassettype.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llassettype.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llbase32.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llbase32.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llbase64.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llbase64.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llbitpack.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llbitpack.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llboost.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llcallbacklist.cpp
llcallbacklist.h
llclickaction.h
llcommon.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llcommon.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llcommonutils.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llcommonutils.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llcoros.cpp DRTVWR-418: Fold windows64 into windows platform with new autobuild. 2016-11-15 15:53:24 -05:00
llcoros.h merge with 4.0.3-release 2016-04-04 15:53:09 -04:00
llcrc.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llcrc.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llcriticaldamp.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llcriticaldamp.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
lldate.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
lldate.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
lldeadmantimer.cpp
lldeadmantimer.h
lldefs.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
lldependencies.cpp MAINT-5011: Use LLTHROW() instead of plain BOOST_THROW_EXCEPTION(). 2016-08-17 11:36:24 -04:00
lldependencies.h DRTVWR-418: In 64 bits, storing size_t in an int is a no-no. 2016-12-01 08:44:52 -05:00
lldepthstack.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
lldictionary.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
lldictionary.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
lldoubledispatch.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llendianswizzle.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llerror.cpp maint-6633: remove commented out code 2016-10-11 13:28:30 -07:00
llerror.h MAINT-5232: Introduce LL_VLOGS() macro: log call with variable level. 2016-09-01 19:32:31 -04:00
llerrorcontrol.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llerrorlegacy.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llerrorthread.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llerrorthread.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llevent.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llevent.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
lleventapi.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
lleventapi.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
lleventcoro.cpp MAINT-5011: Use LLTHROW() instead of plain BOOST_THROW_EXCEPTION(). 2016-08-17 11:36:24 -04:00
lleventcoro.h MAINT-5011: Introduce LLException base class for viewer exceptions. 2016-07-19 16:25:25 -04:00
lleventdispatcher.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
lleventdispatcher.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
lleventemitter.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
lleventfilter.cpp merge 4.0.4-release and MAINT-5974 2016-05-06 10:28:42 -04:00
lleventfilter.h merge 4.0.4-release and MAINT-5974 2016-05-06 10:28:42 -04:00
llevents.cpp Merged in lindenlab/viewer-release 2016-10-10 23:26:58 +03:00
llevents.h Merged in lindenlab/viewer-release 2016-10-10 23:26:58 +03:00
lleventtimer.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
lleventtimer.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llexception.cpp MAINT-5011: Abbreviate __FILE__ path in log_unhandled_exception_(). 2016-09-02 14:00:18 -04:00
llexception.h MAINT-5011: Catch unhandled exceptions in LLCoros coroutines. 2016-08-18 17:33:44 -04:00
llfasttimer.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llfasttimer.h MAINT-5011: Ensure BlockTimer::mStartTime is unconditionally set. 2016-09-06 20:48:16 -04:00
llfile.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llfile.h DRTVWR-418: libc++ has stat data in <sys/types.h>. 2016-11-22 08:40:41 -05:00
llfindlocale.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llfindlocale.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llfixedbuffer.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llfixedbuffer.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llformat.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llformat.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llframetimer.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llframetimer.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llhandle.h explicit not available for conversion operators in Linux yet 2016-07-21 13:03:40 -07:00
llhash.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llheartbeat.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llheartbeat.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llindexedvector.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llinitparam.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llinitparam.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llinstancetracker.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llinstancetracker.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llkeythrottle.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llkeyusetracker.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llleap.cpp MAINT-5011: Use LLTHROW() instead of plain BOOST_THROW_EXCEPTION(). 2016-08-17 11:36:24 -04:00
llleap.h MAINT-5011: Introduce LLException base class for viewer exceptions. 2016-07-19 16:25:25 -04:00
llleaplistener.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llleaplistener.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
lllistenerwrapper.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llliveappconfig.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llliveappconfig.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
lllivefile.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
lllivefile.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llmake.h DRTVWR-418: Update comments to reflect status of P0091R3. 2016-11-22 08:37:45 -05:00
llmd5.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llmd5.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llmemory.cpp DRTVWR-418: Use uintptr_t when casting pointers to ints. 2016-11-22 08:35:41 -05:00
llmemory.h DRTVWR-418: Use uintptr_t when casting pointers to ints. 2016-11-22 08:35:41 -05:00
llmemorystream.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llmemorystream.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llmetricperformancetester.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llmetricperformancetester.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llmetrics.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llmetrics.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llmortician.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llmortician.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llmutex.cpp
llmutex.h
llnametable.h
llpointer.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llpredicate.cpp
llpredicate.h
llpreprocessor.h DRTVWR-418: Replace preprocessor tests for Windows-specific _M_AMD64 2016-11-16 15:39:00 -05:00
llpriqueuemap.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llprocess.cpp MAINT-5011: Use LLTHROW() instead of plain BOOST_THROW_EXCEPTION(). 2016-08-17 11:36:24 -04:00
llprocess.h MAINT-5011: Introduce LLException base class for viewer exceptions. 2016-07-19 16:25:25 -04:00
llprocessor.cpp Windows: USe the correct datatypes when calling the Windows API. 2016-04-22 13:02:37 +02:00
llprocessor.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llprocinfo.cpp
llprocinfo.h
llptrto.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llptrto.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llqueuedthread.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llqueuedthread.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llrand.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llrand.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llrefcount.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llrefcount.h merge with 4.0.3-release 2016-04-04 15:53:09 -04:00
llregistry.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llrun.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llrun.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llsafehandle.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llsd.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llsd.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llsdjson.cpp MAINT-5575: Finished converting experience cache to singleton 2015-09-10 16:48:01 -07:00
llsdjson.h MAINT-5575: Finished converting experience cache to singleton 2015-09-10 16:48:01 -07:00
llsdparam.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llsdparam.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llsdserialize.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llsdserialize.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llsdserialize_xml.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llsdserialize_xml.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llsdutil.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llsdutil.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llsimplehash.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llsingleton.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llsingleton.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llsmoothstep.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llstacktrace.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llstacktrace.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llstatenums.h
llstaticstringtable.h
llstl.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llstreamqueue.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llstreamqueue.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llstreamtools.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llstreamtools.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llstrider.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llstring.cpp MAINT-6446 Correct password length handling 2016-06-01 16:56:04 +03:00
llstring.h MAINT-6446 Correct password length handling 2016-06-01 16:56:04 +03:00
llstringtable.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llstringtable.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llsys.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llsys.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llthread.cpp Windows: USe the correct datatypes when calling the Windows API. 2016-04-22 13:02:37 +02:00
llthread.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llthreadlocalstorage.cpp
llthreadlocalstorage.h
llthreadsafequeue.cpp MAINT-5011: Use LLTHROW() instead of plain BOOST_THROW_EXCEPTION(). 2016-08-17 11:36:24 -04:00
llthreadsafequeue.h MAINT-5011: Introduce LLException base class for viewer exceptions. 2016-07-19 16:25:25 -04:00
lltimer.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
lltimer.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
lltrace.cpp
lltrace.h
lltraceaccumulators.cpp
lltraceaccumulators.h fix dos line endings 2014-12-12 17:21:24 -05:00
lltracerecording.cpp
lltracerecording.h
lltracethreadrecorder.cpp
lltracethreadrecorder.h
lltreeiterators.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llunits.h
llunittype.h
lluri.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
lluri.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
lluriparser.cpp MAINT-6608 FIXED URI parser problem with links with username, password 2016-08-10 13:31:25 +03:00
lluriparser.h MAINT-6608 FIXED URI parser problem with links with username, password 2016-08-10 13:31:25 +03:00
lluuid.cpp MAINT-5011: Use LLTHROW() instead of plain BOOST_THROW_EXCEPTION(). 2016-08-17 11:36:24 -04:00
lluuid.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llwin32headers.h
llwin32headerslean.h
llworkerthread.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llworkerthread.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
stdtypes.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
string_table.h
stringize.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
timer.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
timing.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
u64.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
u64.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00