summaryrefslogtreecommitdiff
path: root/src/common/common.vcxproj
AgeCommit message (Collapse)Author
2014-09-01Remove hand-crafted Visual Studio solution.Yuri Kunde Schlesner
2014-08-12Remove the fancy RegisterSet class introduced in 4c2bff61e.Tony Wasserka
While it was some nice and fancy template usage, it ultimately had many practical issues regarding length of involved expressions under regular usage as well as common code completion tools not being able to handle the structures. Instead, we now use a more conventional approach which is a lot more clean to use.
2014-06-12Pica: Use some template magic to define register structures efficiently.Tony Wasserka
2014-05-15added ThreadQueueList class to common (taken from PPSSPP)bunnei
2014-05-07added BitField to commonbunnei
2014-04-23updated windows scm_rev code to use new styleShizZy
2014-04-12Add symbols mapMathieu Vaillancourt
2014-04-08fixed project includes to use new directory structurebunnei
2013-09-26upgraded proj files to vs 2013ShizZy
2013-09-25moved file_sys back to coreShizZy
2013-09-23moved file_sys to commonShizZy
2013-09-23added utf8 to common module, utils for dealing with utf8ShizZy
2013-09-18added swap types to commonShizZy
2013-09-15added file platform.hShizZy
2013-09-08cleaned up VS project filesShizZy
2013-09-04added emu_window.h to define interface to drawing to a windowShizZy
2013-09-04replaced common code with dolphin commonShizZy
2013-08-29adding initial project layoutShizZy