wuying225 / softart

Automatically exported from code.google.com/p/softart
Other
0 stars 0 forks source link

Support Linux #256

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Description:
  Add linux/gcc support.

Original issue reported on code.google.com by wuye9036 on 31 Dec 2013 at 5:56

GoogleCodeExporter commented 9 years ago
This issue was updated by revision 4e53c48c7f5c.

Improved error report of boost/version.hpp finding.

Original comment by wuye9036 on 31 Dec 2013 at 7:40

GoogleCodeExporter commented 9 years ago
This issue was updated by revision 632466bd3617.

Add g++ executable finder on Linux.
Remove code that prevent cross compiling on Linux.

Original comment by wuye9036 on 31 Dec 2013 at 7:40

GoogleCodeExporter commented 9 years ago
This issue was updated by revision e2fdee4c2288.

Fixed bjam build error when customized_toolset_dir() is not set.
Bjam could be compiled correctly on Linux.

Original comment by wuye9036 on 31 Dec 2013 at 7:40

GoogleCodeExporter commented 9 years ago
This issue was updated by revision cc52e40af982.

Fixed boost build command error on Linux.

Original comment by wuye9036 on 31 Dec 2013 at 7:40

GoogleCodeExporter commented 9 years ago
This issue was updated by revision b078af7c92d2.

Fixed boost build command bug on Windows.

Original comment by wuye9036 on 31 Dec 2013 at 7:51

GoogleCodeExporter commented 9 years ago
This issue was updated by revision 2fd37db00260.

Add warnings if target arch is not same as current arch on Linux.

Original comment by wuye9036 on 1 Jan 2014 at 8:32

GoogleCodeExporter commented 9 years ago
This issue was updated by revision a321526e5710.

Fixed that gcc executable directory is not return correctly.
Add gcc support for maker_name.
Now batch_command supports windows and linux.

Original comment by wuye9036 on 1 Jan 2014 at 8:32

GoogleCodeExporter commented 9 years ago
This issue was updated by revision 54ab725cb32a.

Fixed compilation error of FreeImage in Linux because -fPIC is needed.
Fixed syntax errors of environment variable setting in Linux.

Original comment by wuye9036 on 11 Jan 2014 at 4:20

GoogleCodeExporter commented 9 years ago
This issue was updated by revision 1fbb9ca516f5.

Boost will be staged into platform/tool/config specified directories likes 
other third party projects.
Add fine-grain build option control for boost building.
ConfigBoostLibs now supports Linux.
Fixed a capital error of file name.

Original comment by wuye9036 on 11 Jan 2014 at 4:20

GoogleCodeExporter commented 9 years ago
This issue was updated by revision d564373e4d30.

Add Linux detection in config.h.
Add dynamic lib loader in Linux.
Fixed some compilation errors in Linux.

Original comment by wuye9036 on 11 Jan 2014 at 4:20

GoogleCodeExporter commented 9 years ago
This issue was updated by revision d9ed0eec3e55.

Add missed files.

Original comment by wuye9036 on 11 Jan 2014 at 4:20

GoogleCodeExporter commented 9 years ago
This issue was updated by revision 669cf9daaa2a.

Add fPIC to compiling flags.
Add dl to EFLIB dependencies on Linux.
Add pthread to salviar dependencies on Linux.
Fixed some dynamic symbol import/export compiling erros on Linux.
Disable GL on Linux.
Replace tchar related functions with eflib::_t*.
Open BOOST_TEST_ALTERNATIVE_INIT_API macro on Linux.

Original comment by wuye9036 on 11 Jan 2014 at 4:20

GoogleCodeExporter commented 9 years ago
This issue was updated by revision 22d2d6605901.

Fixed a path error of texture name in mtl file.
Fixed dll loading error on Linux.
Fixed binary/library installation directories error.
Fixed "so" file output directory on Linux.
Samples works on Linux.

Original comment by wuye9036 on 11 Jan 2014 at 4:20

GoogleCodeExporter commented 9 years ago

Original comment by wuye9036 on 11 Jan 2014 at 4:21