3
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected 2 days ago.
Jun 24, 2023 — Jun 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove -Winline from default warnings - it generates warnings from a few of More... over 17 years ago
Remove -Winline from default warnings - it generates warnings from a few of the STL headers, and it's a lot too verbose with gcc4. More... over 17 years ago
Depcomp and ltmain are automatically added by libtoolize. Removing these symlinks will ensure that works correctly on systems where libtool is installed somewhere different. More... over 17 years ago
Depcomp and ltmain are automatically added by libtoolize. More... over 17 years ago
Add casting information to CODINGSTYLE More... over 17 years ago
Add casting information to CODINGSTYLE More... over 17 years ago
- Make some more small and frequently used methods inlinable More... over 17 years ago
- Make some more small and frequently used methods inlinable - Add a --enable-debug= argument to configure - Add a LOT more warning flags to the build command line - Fix a LOT of the resulting warnings - Most importantly, (cstyle) casts now generate a warning More... over 17 years ago
.svnignore not useful with svn:ignore properties More... over 17 years ago
.svnignore not useful with svn:ignore properties More... over 17 years ago
More complete set of ignores for autotools builds More... over 17 years ago
More complete set of ignores for autotools builds More... over 17 years ago
Set svn:ignore property on appropriate directories to hide autotools-generated files. Similar changes should be made to hide generated files on win32 and Mac OS X . More... over 17 years ago
Set svn:ignore property on appropriate directories to hide More... over 17 years ago
AC_PROG_RANLIB is not required if AC_PROG_LIBTOOL is used More... over 17 years ago
AC_PROG_RANLIB is not required if AC_PROG_LIBTOOL is used More... over 17 years ago
remove more autogenerated files More... over 17 years ago
remove more autogenerated files More... over 17 years ago
Craig Ringer cleaned up the makefiles; More... over 17 years ago
Craig Ringer cleaned up the makefiles; More... over 17 years ago
PdfReference has a lot of methods that get a _lot_ of calls. This patch More... over 17 years ago
PdfReference has a lot of methods that get a _lot_ of calls. This patch makes those small methods easily inlined and adds the throw() qualifier to help the compiler avoid exception handling setup and teardown, knocking 10-20% off runtimes in ParseTest. More... over 17 years ago
Build system fixes by Craig Ringer; More... over 17 years ago
Build system fixes by Craig Ringer; More... over 17 years ago
Implemented support for Mac OS X native fonts! (all formats - both "classic" and modern are supported) More... over 17 years ago
Implemented support for Mac OS X native fonts! (all formats - both "classic" and modern are supported) Fixed a bunch of compiler issues for both Mac & Win Removed a few compiler warnings More... over 17 years ago
Patch by Craig Ringer: ====================== More... over 17 years ago
Patch by Craig Ringer: More... over 17 years ago
fix version number of library More... over 17 years ago
fix version number of library More... over 17 years ago