summaryrefslogtreecommitdiffhomepage
path: root/Opcode
AgeCommit message (Collapse)Author
2022-02-09Moved third-party libraries to a separate subdirectoryAki
2022-01-30Converted Opcode and Ice into unix newlines formatAki
2022-01-29Fixed case and separators in include paths in OpcodeAki
2021-10-03Cleaned up Opcode cmake targetAki
2021-10-02Removed usage of msvc __noop extensionAki
2021-10-02Removed forced inline from erroneous remap functionAki
2021-10-02Removed unused and troublesome functionAki
2021-10-02Naively switched from inline assembly to std libraryAki
2021-10-02Add missing define to Opcode compilationAki
2021-10-01Removed unused OpcodeLibAki
2021-10-01Switched to use only one version of OpcodeAki
2021-10-01Removed unnecessary VS files from Opcode directoryAki
2021-10-01Removed Opcode Demo directoryAki
2021-10-01Removed vs left-oversAki
2021-09-30Hid precompiled header of OpcodeAki
2021-09-30Added Opcode to cmake treeAki
2019-09-15Update Opcode.vcxprojYasha Jannoo
Set the TargetNames for all the debug builds to be the same. Turn off Minimal Rebuild as we have for the other projects in commit ecb247e.
2019-09-10Turn off edit and continue.Yasha Jannoo
Fixes incompatibility between /ZI and /Gy- by not allowing ZI at all for the time-being. We can turn it on again later.
2019-09-10Turn off Minimal Rebuild across the boardYasha Jannoo
This is the \Gm compiler flag. There are warnings that this is deprecated, and the general advice is that setting the multiprocessor build flag should be used instead.
2019-09-10Revert "Turn off Minimal Rebuild across the board"Yasha Jannoo
This reverts commit f935fb0960b1563d6404d2fec21963b20f498a3b.
2019-09-10Turn off Minimal Rebuild across the boardYasha Jannoo
This is the \Gm compiler flag. There are warnings that this is deprecated, and the general advice is that setting the multiprocessor build flag should be used instead.
2019-09-05Retarget for new MSBuild toolsetsYasha Jannoo
Retarget all projects in the Starshatter.sln from v110 (VS12) to v141 (VS17)
2013-07-10Updating the project files so that building works againfwoltermann@gmail.com
2012-06-13One of these days, I'ma be done with project file updatesFWoltermann@gmail.com
2012-06-06More project file fixesFWoltermann@gmail.com
2012-06-05REdoing r71, without the mistakesFWoltermann@gmail.com
2012-06-05Add VS2012 configs to the project files.FWoltermann@gmail.com
2012-05-28Sets a few properties for VS2011FWoltermann@gmail.com
2012-01-07Adding experimental x64 build configs. THESE DO NOT WORK YET.FWoltermann@gmail.com
2011-12-08MSVC6 project file removalFWoltermann@gmail.com
2011-12-08Updated includesFWoltermann@gmail.com
2011-12-08Fixing up faulty references to class "Point" to "IcePoint"FWoltermann@gmail.com
2011-12-08Initial uploadFWoltermann@gmail.com