mfeemster
7c856c929c
--Bug fixes
...
-Really fix locking of affine scale.
--Code changes
-Remove dependency projects from the solution. Move to a project design where they are built once via command line and stored in a /Deps folder.
--Because of this, libpng is built as a static lib instead of a dll because that's what its command line makefile supports.
--Remove libpng16.dll from Wix installer.
-Remove all configs except for debug and release.
-Remove all platforms except for x64.
-Add #define __TBB_NO_IMPLICIT_LINKAGE 1 to prevent tbb from locking for tbb_debug.lib by default on debug builds.
-Put Ember.rc in a filter folder in the project.
-Place pragma warning disable statements in PCH files rather than in projects. This makes it easier when using Qt Creator.
-Move all resource files to the MSVC folder.
-Set all targets in QtCreator project to their lowercase names to be more *nix friendly. Set -l link statements to use these new lowercase names for ember and embercl.
-Rework projects to favor shadow builds.
-Remove the symlinks.sh file and all references to it. It was never needed. Instead, just specify multiple include and link paths in the .pro files.
-Change WIN32 to _WIN32.
-Fix a few code warnings.
2016-03-01 17:26:45 -08:00
Gambhiro
3674a01393
fix PWD
2016-01-19 11:53:39 +00:00
Gambhiro
12a9e1fb18
conditional relative paths
2016-01-02 14:46:34 +00:00
Gambhiro
2975069a91
helper script for symlinks
2015-12-18 15:14:21 +00:00
Gambhiro
eaf802c562
opengl-headers 1.2 in vendor folder
2015-12-16 14:54:22 +00:00
Gambhiro
d142ca6d07
mkdir lib and include
2015-12-15 18:27:14 +00:00
Gambhiro
f9923a673c
local symlinks
2015-12-15 18:24:46 +00:00
Gambhiro
fa5e6188ee
squashed linux packaging commits
...
Squashed commit of the following:
commit e7261977580bfd08d08717c27732eb0b0f534bb2
Author: Gambhiro <gambhiro.bhikkhu.85@gmail.com>
Date: Tue Dec 8 11:25:00 2015 +0000
build signed source package
commit e652848b5e2d5dadfe1143282af204c13f8db418
Author: Gambhiro <gambhiro.bhikkhu.85@gmail.com>
Date: Sun Dec 6 12:51:42 2015 +0000
linux packaging helper script
commit 0c8bf8fcea9d62692c3e973a277c9014b9ef636b
Author: Gambhiro <gambhiro.bhikkhu.85@gmail.com>
Date: Sat Dec 5 21:38:37 2015 +0000
changelog
commit d6c6815d3a59779e03119c0546f01c778188c918
Author: Gambhiro <gambhiro.bhikkhu.85@gmail.com>
Date: Sat Dec 5 21:37:32 2015 +0000
now it's all qmake
commit c37673a0d747134766bf9a1c3a898bbb9e416ed6
Author: Gambhiro <gambhiro.bhikkhu.85@gmail.com>
Date: Sat Dec 5 08:46:27 2015 +0000
don't symlink in manual makefile
commit 2593da2401cbb5b83ea8ec188a3450f52595186e
Author: Gambhiro <gambhiro.bhikkhu.85@gmail.com>
Date: Thu Dec 3 16:53:31 2015 +0000
postfix the version with an 'a'
commit 03d4bdde55d428354d8a8ebe4827ff191162bcb1
Author: Gambhiro <gambhiro.bhikkhu.85@gmail.com>
Date: Thu Dec 3 14:55:33 2015 +0000
use MAKE_OPTS env if set
commit 6f7847c7c0e3eb32ec14e60736a4e2a7b5175a7c
Author: Gambhiro <gambhiro.bhikkhu.85@gmail.com>
Date: Thu Dec 3 14:36:21 2015 +0000
also install dark theme, build only amd64 for now
commit e36d863b3101d4440816e08b9af704e89316d2e9
Author: Gambhiro <gambhiro.bhikkhu.85@gmail.com>
Date: Wed Dec 2 18:01:42 2015 +0000
rules.dh7
commit 0e35f2ddf3b70eaf0040fcac6453d79c1a9571c8
Author: Gambhiro <gambhiro.bhikkhu.85@gmail.com>
Date: Wed Dec 2 17:57:57 2015 +0000
deps
commit 492b4ae7aa41374bf89cd8accf82d5ab0283a5f9
Author: Gambhiro <gambhiro.bhikkhu.85@gmail.com>
Date: Wed Dec 2 10:40:04 2015 +0000
typo
commit 6f0ed09a37849323f220d9aa50ac7c6bd3d411cb
Author: Gambhiro <gambhiro.bhikkhu.85@gmail.com>
Date: Wed Dec 2 10:37:55 2015 +0000
deps and version
commit 82f2fd07b6703d5699926c297dee25a59111acb9
Author: Gambhiro <gambhiro.bhikkhu.85@gmail.com>
Date: Wed Dec 2 09:50:00 2015 +0000
rev logic
commit e5d33b62236e0b33653fa79d82274e157cb26bc2
Author: Gambhiro <gambhiro.bhikkhu.85@gmail.com>
Date: Wed Dec 2 09:17:50 2015 +0000
create bin and libdir
commit 84153860e6861a43ffc0f1073d462f2452f7e7c4
Author: Gambhiro <gambhiro.bhikkhu.85@gmail.com>
Date: Wed Dec 2 08:48:23 2015 +0000
support prefix
commit a5da29a15a15fc130ef1147ed495d86238e7a2f3
Author: Gambhiro <gambhiro.bhikkhu.85@gmail.com>
Date: Wed Dec 2 08:45:52 2015 +0000
support DESTDIR
commit da1be8b940fb3e51632ed4a35b6afe7defe17848
Author: Gambhiro <gambhiro.bhikkhu.85@gmail.com>
Date: Tue Dec 1 21:06:01 2015 +0000
rev clean logic
commit 738c78a93b159d27fc5c00361bb621cd864ac224
Author: Gambhiro <gambhiro.bhikkhu.85@gmail.com>
Date: Tue Dec 1 20:59:34 2015 +0000
better make clean
commit 2bf382412e573cd93c8a744b374196d5ea59c218
Author: Gambhiro <gambhiro.bhikkhu.85@gmail.com>
Date: Tue Dec 1 20:44:48 2015 +0000
debian folder
commit af420ef5d98744315fa526f0d072197b00b1af28
Author: Gambhiro <gambhiro.bhikkhu.85@gmail.com>
Date: Tue Dec 1 18:18:51 2015 +0000
make clean ./Bin too
commit 6d0243a10dac725251ea566ad717ff9b4fd0eea2
Author: Gambhiro <gambhiro.bhikkhu.85@gmail.com>
Date: Tue Dec 1 17:56:31 2015 +0000
lowercase
commit 41b4eaef6d9adbbb8ec00a9a15c20498f300924e
Author: Gambhiro <gambhiro.bhikkhu.85@gmail.com>
Date: Tue Dec 1 17:34:21 2015 +0000
configure and Makefile
2015-12-08 11:49:19 +00:00