libSBNW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Macros Modules Pages
SagittariusPlatform.h
Go to the documentation of this file.
1 /*== SAGITTARIUS =====================================================================
2  * Copyright (c) 2012, Jesse K Medley
3  * All rights reserved.
4 
5  * Redistribution and use in source and binary forms, with or without
6  * modification, are permitted provided that the following conditions are met:
7  * Redistributions of source code must retain the above copyright
8  notice, this list of conditions and the following disclaimer.
9  * Redistributions in binary form must reproduce the above copyright
10  notice, this list of conditions and the following disclaimer in the
11  documentation and/or other materials provided with the distribution.
12  * Neither the name of The University of Washington nor the
13  names of its contributors may be used to endorse or promote products
14  derived from this software without specific prior written permission.
15 
16  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
17  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
18  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
19  * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE
20  * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
22  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
23  * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
25  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26  */
27 
28 //== FILEDOC =========================================================================
29 
40 //== BEGINNING OF CODE ===============================================================
41 
42 #include "graphfab/core/SagittariusConfigure.h"
43 
44 #ifndef __SAGITTARIUS_PLATFORM_H_
45 #define __SAGITTARIUS_PLATFORM_H_
46 
47 //namespace Sagittarius //Pointless
48 //{
49 //Platform parameters
50 #define SAGITTARIUS_PLATFORM_WIN 1
51 #define SAGITTARIUS_PLATFORM_APPLE 2
52 #define SAGITTARIUS_PLATFORM_LINUX 3
53 
54 #define SAGITTARIUS_COMPILER_GNUC 1
55 #define SAGITTARIUS_COMPILER_MINGW 2
56 #define SAGITTARIUS_COMPILER_MSVC 3
57 #define SAGITTARIUS_COMPILER_BORL 4
58 
59 #define SAGITTARIUS_LITTLE_ENDIAN 1
60 #define SAGITTARIUS_BIG_ENDIAN 2
61 
62 #define SAGITTARIUS_ARCH_32 1
63 #define SAGITTARIUS_ARCH_64 2
64 
65 //Determine compiler type and version
66 #if defined ( __MINGW32__ )
67  //Must test before __GNUC__ because MinGW also defines that (maybe)
68 # define SAGITTARIUS_COMPILER SAGITTARIUS_COMPILER_MINGW
69 //GNU C/C++ compiler
70 #elif defined( __GNUC__ )
71 # define SAGITTARIUS_COMPILER SAGITTARIUS_COMPILER_GNUC
72 # if defined ( __GNUC_PATCHLEVEL__ )
73 # define SAGITTARIUS_COMPILER_VERSION ( ( __GNUC__ )*100 ) + ( ( __GNUC_MINOR__ )*10 ) + __GNUC_PATCHLEVEL__
74 # else
75 # define SAGITTARIUS_COMPILER_VERSION ( ( __GNUC__ )*100 ) + ( ( __GNUC_MINOR__ )*10 )
76 # define SAGITTARIUS_CXX_STD_LIB_VER __GLIBCXX__
77 # endif
78 //Determine libstdc++ version
79 # define SAGITTARIUS_CXX_STD_LIB_VER __GLIBCXX__
80 #elif defined ( _MSC_VER )
81 # define SAGITTARIUS_COMPILER SAGITTARIUS_COMPILER_MSVC
82 # define SAGITTARIUS_COMPILER_VERSION _MSC_VER
83 #elif defined ( __BORLANDC__ )
84 # error "Borland C/C++ is not supported"
85 #else
86 # error "This compiler does not appear to be supported"
87 #endif
88 
89 // http://stackoverflow.com/questions/295120/c-mark-as-deprecated
90 # if (SAGITTARIUS_COMPILER == SAGITTARIUS_COMPILER_MSVC)
91 # define SAGITTARIUS_DEPRECATED(f) __declspec(deprecated) f
92 # else
93 # define SAGITTARIUS_DEPRECATED(f) f __attribute__((deprecated))
94 # endif
95 
96 //Determine the appropriate way to force inlining of a function
97 #if SAGITTARIUS_COMPILER == SAGITTARIUS_COMPILER_MSVC
98 # if SAGITTARIUS_COMPILER_VERSION >= 1200
99 # define FORCEINLINE __forceinline
100 # endif
101 #elif defined( __MINGW32__ )
102 # if !defined(FORCEINLINE)
103 # define FORCEINLINE __inline
104 # endif
105 #else
106 # define FORCEINLINE __inline
107 #endif
108 
109 //Determine what the current platform is
110 #if defined( __WIN32__ ) || defined ( _WIN32 )
111 # define SAGITTARIUS_PLATFORM SAGITTARIUS_PLATFORM_WIN
112 # define SAGITTARIUS_IS_POSIX_VAR 0 //True if on a POSIX variant
113 #elif defined ( __APPLE_CC__ )
114 # define SAGITTARIUS_PLATFORM SAGITTARIUS_PLATFORM_APPLE
115 # define SAGITTARIUS_IS_POSIX_VAR 1
116 #elif defined ( __linux__ )
117 # define SAGITTARIUS_PLATFORM SAGITTARIUS_PLATFORM_LINUX
118 # define SAGITTARIUS_IS_POSIX_VAR 1
119 #else
120 # warning Platform unknown trying Linux
121 # define SAGITTARIUS_PLATFORM SAGITTARIUS_PLATFORM_LINUX
122 #endif
123 
124 //Determine if the platform supports a 64-bit architecture
125 #if defined( __x86_64__ ) || defined( _M_X64 )
126 # define SAGITTARIUS_ARCH SAGITTARIUS_ARCH_64
127 # define SG_PTR_SIZE 8
128 #else
129 # define SAGITTARIUS_ARCH SAGITTARIUS_ARCH_32
130 # define SG_PTR_SIZE 4
131 #endif
132 
133 #define GF_MACRO_QUOTE( x ) # x
134 #define GF_EXPAND_AND_QUOTE( x ) GF_MACRO_QUOTE(x)
135 #define SAGITTARIUS_WARN( x ) message( __FILE__ "(" MACRO_QUOTE( __LINE__ ) ") : " x "\n" )
136 
137 //Platform specific settings
138 #if SAGITTARIUS_PLATFORM == SAGITTARIUS_PLATFORM_WIN
139 # include "SagittariusPlatformWin.h"
140 # define OS_SEP MACRO_QUOTE(/)
141  //The client switch controls the behavior of _GraphfabExport.
142  //When building a library, symbols must be exported, so _GraphfabExport
143  //is synonymous with __declspec(dllexport). When linking to said library,
144  //the same symbols must instead be imported, hence the meaning of _GraphfabExport
145  //is changed to __declspec(dllimport)
146 # if(!SBNW_CLIENT_BUILD)
147 # define _GraphfabExport __declspec(dllexport)
148 # define _GraphfabPrivate
149 # else
150 # define _GraphfabExport __declspec(dllimport)
151 # define _GraphfabPrivate
152 # endif
153 #elif SAGITTARIUS_PLATFORM == SAGITTARIUS_PLATFORM_APPLE
154 # define _GraphfabExport
155 # define _GraphfabPrivate
156 #elif SAGITTARIUS_PLATFORM == SAGITTARIUS_PLATFORM_LINUX
157 # define OS_SEP MACRO_QUOTE(/)
158 # if defined( SAGITTARIUS_GCC_VISIBILITY )
159 # define _GraphfabExport __attribute__ ((visibility("default")))
160 # define _GraphfabPrivate __attribute__ ((visibility("hidden")))
161 # else
162 # define _GraphfabExport
163 # define _GraphfabPrivate
164 # endif
165 #endif
166 
167 #define SAGITTARIUS_UNICODE_SUPPORT 0
168 
169 #ifdef SAGITTARIUS_CONFIG_BIG_ENDIAN
170 # define SAGITTARIUS_ENDIAN SAGITTARIUS_BIG_ENDIAN
171 #else
172 # define SAGITTARIUS_ENDIAN SAGITTARIUS_LITTLE_ENDIAN
173 #endif
174 
175 //} //namespace Sagittarius
176 
177 #endif