index
:
xavi/pcsxr
master
sio
sio-tcp
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
macosx
/
Pcsxr.xcodeproj
/
project.pbxproj
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fixing the wrong project being non-arc.
SND\MaddTheSane_cp
2013-07-26
1
-4
/
+4
*
Minor bug fixes.
SND\MaddTheSane_cp
2013-07-24
1
-24
/
+9
*
Minor changes on OS X code.
SND\MaddTheSane_cp
2013-07-24
1
-0
/
+24
*
Don't build the mini-SDL library with ARC.
SND\MaddTheSane_cp
2013-07-11
1
-0
/
+3
*
Changing a lot of NSLogs to SysPrintf on OS X's PCSXR.
SND\MaddTheSane_cp
2013-07-09
1
-0
/
+1
*
Include file missing from last commit.
SND\MaddTheSane_cp
2013-07-09
1
-2
/
+4
*
Since when did PcsxrPlugin.m in Xcode get marked to use spaces instead of tabs?
SND\MaddTheSane_cp
2013-07-09
1
-21
/
+21
*
Have the arguments passed to the OS X app be done in a specific order, so i.e...
SND\MaddTheSane_cp
2013-07-08
1
-10
/
+24
*
Clang apparently doesn't respond to -falign-loops or -finline-limit. Removing...
SND\MaddTheSane_cp
2013-07-08
1
-8
/
+6
*
Rewriting the memory card management on OS X. It's lacking copy capability ri...
SND\MaddTheSane_cp
2013-07-08
1
-0
/
+12
*
Moving the memory card manager to the preferences window.
SND\MaddTheSane_cp
2013-07-06
1
-12
/
+0
*
Minor OS X changes.
SND\MaddTheSane_cp
2013-07-06
1
-8
/
+8
*
Get rid of the seperate ARCBridge headers.
SND\MaddTheSane_cp
2013-07-05
1
-14
/
+0
*
Change some +stringWithCString and -initWithCString:encoding: to modern Objec...
SND\MaddTheSane_cp
2013-07-05
1
-3
/
+3
*
Removing unneeded preprocessor defenitions on OS X.
SND\MaddTheSane_cp
2013-07-05
1
-6
/
+0
*
Grouping similar classes in Xcode.
SND\MaddTheSane_cp
2013-07-05
1
-36
/
+308
*
Consolidate the plug-ins in OS X into the main PCSXR project.
SND\MaddTheSane_cp
2013-07-05
1
-326
/
+2490
*
Moving the Xcode config files to their own folder, and fixing the projects' r...
SND\MaddTheSane_cp
2013-07-05
1
-4
/
+5
*
Implement the Xcode setting files on Xcode projects.
SND\MaddTheSane_cp
2013-07-05
1
-61
/
+13
*
Making the SIO plug-ins work on OS X.
SND\MaddTheSane_cp
2013-07-05
1
-42
/
+125
*
Make the plug-ins use ARC in 64-bit mode.
SND\MaddTheSane_cp
2013-07-04
1
-5
/
+22
*
Ignore files passed via the command line if we're parsing.
SND\MaddTheSane_cp
2013-06-22
1
-0
/
+1
*
Apply patch 13980, with fixes to get it working properly. This allows a cheat...
SND\MaddTheSane_cp
2013-03-03
1
-0
/
+19
*
Updating Xcode project files based on Xcode 4.6 upgrade recommendation.
SND\MaddTheSane_cp
2013-01-29
1
-1
/
+15
*
Bumping the minimum OS X version to 10.7.
SND\MaddTheSane_cp
2013-01-20
1
-2
/
+2
*
Use ARC in 64-bit mode on the Mac.
SND\MaddTheSane_cp
2013-01-09
1
-1
/
+5
*
Build the Recent Menu source file.
SND\MaddTheSane_cp
2013-01-08
1
-0
/
+2
*
Add a recent menu.
SND\MaddTheSane_cp
2012-12-20
1
-0
/
+4
*
Mac Patch 13437.
SND\MaddTheSane_cp
2012-12-15
1
-2
/
+26
*
Quieting a warning found by Clang's static analyzer.
SND\MaddTheSane_cp
2012-10-10
1
-8
/
+0
*
Adding AppKit and Foundation frameworks on OS X for easy function lookup.
SND\MaddTheSane_cp
2012-09-23
1
-0
/
+4
*
Main Xcode project changed slightly.
SND\MaddTheSane_cp
2012-09-17
1
-10
/
+8
*
Updating projects to build on Xcode 4.4
SND\MaddTheSane_cp
2012-09-17
1
-3
/
+5
*
Setting the proper encodings on the sound plug-ins' InfoPlist.strings.
SND\MaddTheSane_cp
2011-12-31
1
-6
/
+8
*
committing Xcode project. Forgot to do so earlier.
SND\MaddTheSane_cp
2011-12-12
1
-0
/
+12
*
Rewrote the file handling on Mac OS X.
SND\MaddTheSane_cp
2011-12-11
1
-12
/
+14
*
Removed -mstackrealign. It was impossible to debug with THAT, too. Also, it's...
SND\MaddTheSane_cp
2011-12-10
1
-5
/
+1
*
Passing -mstackrealign compiler flag when building on Mac OS X. This fixes ru...
SND\MaddTheSane_cp
2011-12-06
1
-2
/
+5
*
Made it so that opening a memory card on PCSXR for the Mac allows you to set ...
SND\MaddTheSane_cp
2011-12-04
1
-0
/
+19
*
Remove PowerPC files from the Xcode build process.
SND\MaddTheSane_cp
2011-12-02
1
-32
/
+2
*
Remove -fomit-frame-pointer from Xcode debug builds; it was impossible to deb...
SND\MaddTheSane_cp
2011-12-02
1
-3
/
+0
*
First steps to make a memory card manager for Mac.
SND\MaddTheSane_cp
2011-11-24
1
-0
/
+24
*
Adding a kludge around defines to get each plug-in to have a unique localizat...
SND\MaddTheSane_cp
2011-11-18
1
-0
/
+2
*
DFNet for Mac OS X.
SND\MaddTheSane_cp
2011-11-18
1
-0
/
+43
*
First steps for localization support for Mac OS X/Cocoa, including:
SND\MaddTheSane_cp
2011-11-17
1
-5
/
+3
*
Big Mac Commit!
SND\MaddTheSane_cp
2011-11-12
1
-25
/
+36
*
Patch 10767 (Durandal_1707).
SND\edgbla_cp
2011-11-09
1
-64
/
+81
*
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@67807 e17a0e51-4ae3-4d35...
SND\edgbla_cp
2011-06-13
1
-1
/
+1
*
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@67634 e17a0e51-4ae3-4d35...
SND\edgbla_cp
2011-06-08
1
-0
/
+976
[prev]