Sergey Yagovtsev
86f2ff0c71
#66 : GUI crash fix
2017-09-18 13:05:45 +03:00
Sergey Yagovtsev
e76f4d4a67
Merge pull request #63 from rationalcoder/arm-fix
...
Fixed Issue #50 and Issue #61 , added opt-in unaligned access support, and some documentation.
2017-09-14 09:38:01 +04:00
Sergey Yagovtsev
d4a05002ac
Revert 4dd1c27 #61 : Configure optimization flags on unix platform by build type
2017-09-06 23:25:24 +03:00
Valerio Varricchio
5ab683de76
One more typo ...
2017-09-06 11:13:42 +03:00
Sergey Yagovtsev
4dd1c271aa
#61 : Configure optimization flags on unix platform by build type
2017-09-05 18:35:08 +03:00
Blake Martin
8b4726371e
Added a static const member variable for readability and to get rid of a warning.
2017-09-03 21:51:27 -05:00
rationalcoder
bd1f6e49a3
Removed unnecessary syntax and removed a use of constexpr that doesn't compile with MSVC 2013 (slight readability hit).
2017-08-31 19:37:21 -05:00
Victor Zarubkin
ba2a8533ab
(GUI) Removed unused includes
2017-09-01 00:10:25 +03:00
Sergey Yagovtsev
2c963d8d06
Install profiler_gui and set rpath to ORIGIN
2017-09-01 00:01:53 +03:00
Sergey Yagovtsev
ac9a152e26
Update README.md
2017-08-30 00:41:27 +04:00
Sergey Yagovtsev
3696100561
Win CI again
2017-08-29 23:28:48 +03:00
Sergey Yagovtsev
c745e0c303
Win CI
2017-08-29 23:26:08 +03:00
Blake Martin
186db6691a
Removed unnecessary temporary
2017-08-23 14:06:03 -05:00
Blake Martin
d8f2663e01
Removed a type-dependent false type that is no longer used.
2017-08-22 16:31:52 -05:00
Blake Martin
88a401a280
Fixed a logic error introduced with the chunk offset + potentially sped up serialization a bit.
2017-08-22 15:10:19 -05:00
Blake Martin
01415cbdb8
Again, auto can only add to confusion here.
2017-08-22 15:07:37 -05:00
Blake Martin
15323cc8ff
Fixed casting issues and fixed an order of operations error.
2017-08-22 13:29:19 -05:00
rationalcoder
283b835dd8
Scrapped the alignment macros and replaced them with force-inline template functions; still need to test thoroughly.
2017-08-19 22:10:51 -05:00
rationalcoder
75e4f35abe
Added EASY_FORCE_INLINE
2017-08-19 22:08:27 -05:00
Blake Martin
12d26d6680
progress on strict alignment macros.
2017-08-17 18:35:29 -05:00
Blake Martin
423388e6b0
Updated the chunk_allocator to take the sentinel implementation detail into account + Fixed some formatting inconsistencies
2017-08-16 19:15:27 -05:00
Blake Martin
7a030bc89a
Reverted some unnecessary changes and added documentation.
2017-08-16 18:38:37 -05:00
Blake Martin
6fc445ae9a
got rid of the forced -O3 optimization for UNIX
2017-08-16 16:17:57 -05:00
Blake Martin
28f755e0b3
There is no point in using auto here.
2017-08-16 16:17:11 -05:00
Blake Martin
a4e43bfb8e
Fixed some undefined behavior, added documentation, and changed alignment size to be more portable
2017-08-16 16:16:23 -05:00
Blake Martin
2ee5d27baf
Fixed Issue #50 Undefined Behavior
2017-08-10 14:58:42 -05:00
Blake Martin
a9591f3070
Added documentation and potentially sped things up a bit. I also commented a potential bug.
2017-08-10 14:23:26 -05:00
Blake Martin
60c9f76478
Got rid of 'passing NULL to non-pointer argument' warning with MinGW
2017-08-10 14:22:28 -05:00
Sergey Yagovtsev
2a235d47d9
Merge pull request #57 from oliverdaniell/fix/issue54
...
Moved QFonts into EASY_GLOBALS and deferred instantiation of EASY_GLOBAS
2017-08-10 20:52:54 +04:00
Sergey Yagovtsev
6f447be33d
Merge pull request #58 from oliverdaniell/fix/cmake
...
Moved bin from the source tree to the build tree
2017-08-10 20:50:54 +04:00
Oliver Daniell
a03ec76322
set BUILD_SHARED_LIBS to ON by default. Updated comment
2017-08-10 12:22:59 +01:00
Oliver Daniell
a02cfa925a
message BUILD_SHARED_LIBS directly
2017-08-10 11:24:21 +01:00
Oliver Daniell
36bade1939
Replaced custom Shared/Static lib option with the deafult cmake option
2017-08-10 09:41:31 +01:00
Oliver Daniell
4cbc2e1551
Moved bin from the source tree to the build tree
2017-08-10 09:31:50 +01:00
Oliver Daniell
f241444f1d
Moved QFonts into EASY_GLOBALS and deferred instantiation of EASY_GLOBAS
...
until after QApplication.
2017-08-10 09:12:33 +01:00
Sergey Yagovtsev
e13ed621f8
Merge pull request #55 from ScholarMidnight/develop
...
Added the /WX flag, which treats compiler warnings as errors in MSVC.
2017-08-09 20:59:38 +04:00
Liareth
b0aae2349c
Added the /WX flag, which treats compiler warnings as errors in MSVC.
...
* This required a minor change to CMakeLists.txt.
* Also updated two occurrences in code where compilation failed due to
implicit narrowing conversions.
2017-08-09 17:53:28 +01:00
Valerio Varricchio
a1aa8fc2e1
Some typos in warning boxes...
2017-07-31 23:22:10 +03:00
Sergey Yagovtsev
5edac7620e
fix #51
2017-07-31 17:59:41 +03:00
Victor Zarubkin
39d7937397
Update copyright in resources.rc
2017-06-19 00:54:27 +03:00
Victor Zarubkin
15cdb78afb
small update (comment) for easy_profiler_core/CMakeLists.txt
2017-06-19 00:53:50 +03:00
Sergey Yagovtsev
4d941f504c
Try build using gcc on travis osx
2017-06-19 00:46:48 +03:00
Sergey Yagovtsev
8030f3fd15
Merge pull request #47 from karimnaaji/macos
...
Fix mac os build
2017-06-19 00:31:13 +03:00
Sergey Yagovtsev
e6f59dc788
Fix3 osx qt5 package on travis
2017-06-19 00:19:59 +03:00
Sergey Yagovtsev
68dae5b589
Fix2 osx qt5 package on travis
2017-06-19 00:14:35 +03:00
Sergey Yagovtsev
db4483b32b
Fix osx qt5 package on travis
2017-06-19 00:00:51 +03:00
Sergey Yagovtsev
ca6d097f9a
Try osx build on travis
2017-06-18 23:51:00 +03:00
Sergey Yagovtsev
e09b42a91e
Try osx build on travis
2017-06-18 23:46:01 +03:00
Sergey Yagovtsev
f7b26ac3f4
update #44 : build fix
2017-06-14 11:33:17 +03:00
Sergey Yagovtsev
c2765ca94d
update #44 : set target public compile properties
2017-06-14 11:11:34 +03:00