David Wimsey
|
f53b846a32
Added iOS related directories to ignore list
|
11 years ago |
David Wimsey
|
64b76e39c0
Added files to ignore for OSX builds
|
11 years ago |
David Wimsey
|
de4d03be6b
Cleaned up ambiguous for loop to avoid compiler warnings and code clarity
|
11 years ago |
David Wimsey
|
06ebf81d6b
Squelches warnings for switch statements that do not contain case statements for all values of an enumeration because some of the enumeration values do not apply.
|
11 years ago |
David Wimsey
|
336b8f8d69
Fixes parameter warnings in a way that works across all supported compilers while retaining full functionally and warnings if used in the future
|
11 years ago |
David Wimsey
|
445d12d2c7
Unreferenced member, never used anywhere
|
11 years ago |
David Wimsey
|
2b3b177b49
Added const qualifier as this method should not modify any member variables
|
11 years ago |
David Wimsey
|
672fd9e500
Fixed compiler warnings due to order of initialization values
|
11 years ago |
David Wimsey
|
905fa90e0f
Removed unused constants to squelch warnings
|
11 years ago |
David Wimsey
|
a6aebe4719
Add support for generating iOS project files with CMake
|
11 years ago |
David Wimsey
|
c968c81e04
Detect 64bit builds using proper macros
|
11 years ago |
David Wimsey
|
e76c552fb9
Slight changes for easy of understanding/debugging, also squelches some unused variable warnings
|
11 years ago |
David Wimsey
|
bd47356a67
Merge pull request #145 from dwimsey/release/1.3.0
|
11 years ago |
David Wimsey
|
dd10a3ecb7
Version number updates for 1.3.0 release
|
11 years ago |
David Wimsey
|
033d0bd468
Removed flag for padding function names, not used for static libraries as required by iOS
|
11 years ago |
David Wimsey
|
a4cc7acf03
Pull in iOS cmake toolchain file from https://ios-cmake.googlecode.com/hg/toolchain/iOS.cmake revision dd7a50cd8abc
|
11 years ago |
David Wimsey
|
b3ae3412c0
Detect 64bit using proper macros
|
11 years ago |
David Wimsey
|
0c1d739cd2
Fixed duplicate code due to merging two related pull requests.
|
11 years ago |
David Wimsey
|
f22219c7d3
Merge pull request #129 from SiPlus/patch-1
|
11 years ago |
David Wimsey
|
b64e2e1e35
Merge pull request #114 from opengenius/master
|
11 years ago |
Gambini
|
674f0a4f29
Merge
|
11 years ago |
Gambini
|
0715396f16
Added global rocket.key_identifier and rocket.key_modifier
|
11 years ago |
Tom Mason
|
4c15607085
Merge pull request #136 from libRocket/python2-fix
|
11 years ago |
Tom Mason
|
504ae11b50
Merge pull request #104 from glockenmeier/dev
|
11 years ago |
Tom Mason
|
26e4c365ee
Merge pull request #109 from julianko/remunits
|
11 years ago |
Tom Mason
|
1c98844a68
replace 0s with NULLs, as discussed at https://github.com/libRocket/libRocket/pull/127
|
11 years ago |
Markus Schöngart
|
e5e6b22e01
Free strings returned by XGetAtomName to avoid leakage.
|
12 years ago |
Tom Mason
|
f01a59443c
Make sure we always get python2, not python3
|
11 years ago |
David Wimsey
|
0f039b4f1d
Merge pull request #135 from dwimsey/debugbreak-fix
|
11 years ago |
David Wimsey
|
09bf85987a
Switched to using builtin functions of various compilers to facilitate debug and continue support
|
11 years ago |