NS/main/source/particles
Brett Caswell 36c78acbce
PR Merge of Patch 63 to Patch 61 (#6)
* handle particles project VC++ compilation errors with MVCS and project property changes

 - retarget to v142 platformtoolset
 - remove explicit windows SDK version; use latest by default
 - remove settings that are otherwise default values in project or are best determined by solution

* attempt to handle clang++ issues regarding unsupported c++11 features

* reset file changes to particledefs.h

* removing PARTICLEDLL_API definition and replacing usage with extern "C" block statements

* add g++ compiler option to specify c++11 standard

* attempt to resolve forward enum errors by adding std to base cflags

* replacing deprecated libstdc++ and removing -lstdc++ flag, updating MacOSX10 sdk version

* small refactor to Makefiles, and add  libstdc++ back to linux build

* remove added type to enum

* reset makefile changes that may be causing unexpected linux build failures

* refactoring std=c++11 declarations in Makefile to mitgate linux build failing

* ensure std is set for hl_cdll make

* attempt to define a standard library to resolve vector initialization_list constructor issue

* attempt to update MacOS sdk, set minimum os to be 10.7, and include export in travis ci to define deployment target
2020-07-05 11:11:06 -05:00
..
HLRender.cpp PR Merge of Patch 63 to Patch 61 (#6) 2020-07-05 11:11:06 -05:00
Makefile PR Merge of Patch 63 to Patch 61 (#6) 2020-07-05 11:11:06 -05:00
Overview.txt Update line endings 2018-04-22 18:55:55 +03:00
PS Docs.htm Update line endings 2018-04-22 18:55:55 +03:00
Readme.txt Update line endings 2018-04-22 18:55:55 +03:00
action_api.cpp PR Merge of Patch 63 to Patch 61 (#6) 2020-07-05 11:11:06 -05:00
actions.cpp Update line endings 2018-04-22 18:55:55 +03:00
cpp.hint PR Merge of Patch 63 to Patch 61 (#6) 2020-07-05 11:11:06 -05:00
general.h Update line endings 2018-04-22 18:55:55 +03:00
opengl.cpp PR Merge of Patch 63 to Patch 61 (#6) 2020-07-05 11:11:06 -05:00
p_vector.h PR Merge of Patch 63 to Patch 61 (#6) 2020-07-05 11:11:06 -05:00
papi.h PR Merge of Patch 63 to Patch 61 (#6) 2020-07-05 11:11:06 -05:00
particledefs.h PR Merge of Patch 63 to Patch 61 (#6) 2020-07-05 11:11:06 -05:00
particles.sdf visual studio 2010 rebuild 2014-05-28 14:41:12 +02:00
particles.sln Update line endings 2018-04-22 18:55:55 +03:00
particles.suo visual studio 2010 rebuild 2014-05-28 14:41:12 +02:00
particles.vcxproj PR Merge of Patch 63 to Patch 61 (#6) 2020-07-05 11:11:06 -05:00
particles.vcxproj.filters PR Merge of Patch 63 to Patch 61 (#6) 2020-07-05 11:11:06 -05:00
particles.vcxproj.user Update line endings 2018-04-22 18:55:55 +03:00
system.cpp PR Merge of Patch 63 to Patch 61 (#6) 2020-07-05 11:11:06 -05:00

Readme.txt

For SGI we make a version of the library that's made for
multiprocessing in this directory and a version that's made for single
processing in the SP directory. Typing make in this directory will make both.