[root]/pbx
PCSC.pbproj (0 files, 0 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 10 (100.0%) | 219 (100.0%) | 21.9 |
aet-guest | 3 (30.0%) | 189 (86.3%) | 63.0 |
corcoran | 4 (40.0%) | 25 (11.4%) | 6.2 |
giraud | 2 (20.0%) | 5 (2.3%) | 2.5 |
rousseau | 1 (10.0%) | 0 (0.0%) | 0.0 |
remove Xcode files. Apple has its own version of pcsc-lite for Mac OS X
0 lines of code changed in 1 file:
- Upgrade Xcode project related files a bit,
compiles yet untested otherwise.
12 lines of code changed in 1 file:
- Upgrade MacOS X project build files for XCode
177 lines of code changed in 1 file:
- Remove MSC/PCSC_TARGET_XYZ defines and the massive
use of unflexible automake conditionals. The main
reason why pcsc-lite requires "too much" work when
porting to another OS. Introduced define PCSC_ARCH,
which uses 'uname' as an input. Except Darwin->MacOS.
- Removed --enable-usb
- Preliminary rewrite of src/Makefile.am, doesn't work
yet.
- Use gcc specific compiler options only if
gcc detected.
0 lines of code changed in 1 file:
some changes for the Mac
4 lines of code changed in 1 file:
Added #define for support of /var/run/pid. pid file is /var/run/pcscd.pid
4 lines of code changed in 1 file:
Modified version number from 1.1.0 to 1.1.1
1 lines of code changed in 1 file:
Added new version numbering
1 lines of code changed in 1 file:
config.h -> added cvs to version
project.pbx -> modified project builder attributes
pcsclite.h -> __APPLE__
mscdefines.h -> __APPLE__
sys_generic.h, sys_hpux.c sys_solaris.c sys_unix.c
int SYS_Exit to void SYS_Exit
winscard_msg.c removed message in CommonSegment
1 lines of code changed in 1 file:
Initial revision
19 lines of code changed in 1 file: