summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2018-04-26Clean up and simplify makefiles.Tor Andersson
* Use autogenerated header file dependencies. * Use mkdir to create target output directory directly.
2018-04-24Remove need for namedump by using macros and preprocessor.Tor Andersson
Add a PDF_NAME(Foo) macro that evaluates to a pdf_obj for /Foo. Use the C preprocessor to create the enum values and string table from one include file instead of using a separate code generator tool.
2017-04-13Organize docs into HTML files.Tor Andersson
2017-01-23android: Add ndk-build makefile to build JNI library for android viewers.Sebastian Rasmussen
Run 'make android' to invoke ndk-build with the proper arguments. The results are placed in build/android.
2016-11-10Add some more lines to .gitignoreRobin Watts
2016-09-26Make git ignore optional thirdparty libraries.Sebastian Rasmussen
2016-04-26Add 'mutool run' documentation.Tor Andersson
2016-03-31Clean up .gitignore.Tor Andersson
2016-02-29jni: Update build files for moved java sources.Tor Andersson
2015-10-02Bug 696117: Add NaCl cross compile rules.Robin Watts
Add NaCl cross compile rules to Makerules (together with a tiny header tweak). Thanks to Robert Bamler for the rules to include.
2015-03-20Update .gitignore to ignore x64 build files.Robin Watts
2014-12-03html: Add scaffolding.Tor Andersson
2014-06-20Ignore .DS_Store files generated by the Mac.Matt Holgate
2013-10-15Add local .vimrc to .gitignore.Tor Andersson
2013-08-21Update source code browser html generation scripts for new layout.Tor Andersson
2013-06-24Update gitignore to account for the shufflePaul Gardiner
2013-05-30Check signatures on clicking the corresponding form fieldPaul Gardiner
2012-12-20Add win32/Profile directory to .gitignoreRobin Watts
2012-11-28Remove .png from .gitignore since we have png files in the apps.Tor Andersson
2012-11-27ios: Add xcode project temp files to .gitignore.Tor Andersson
2012-10-05Ignore common, .pdf/.png/.pnm test case files in .gitignoreSebastian Rasmussen
2012-09-26Add thirdparty libraries as git submodules.Tor Andersson
jbig2dec latest freetype 2.4.10 jpeg 9 openjpeg 1.5.0 zlib 1.2.7 Update MSVC projects for thirdparty libraries as submodules. Improve thirdparty library availability checks in Makethird by checking for the existence of a README file instead of just the directory, since a checkout without active git submodules has empty directories for the third party libraries.
2012-09-25Some gitignore updatesPaul Gardiner
2012-05-08Add scripts to generate hyperlinked source in HTML.Tor Andersson
2012-02-22Tweak animations and colors.Tor Andersson
2012-02-21Add android temporary files to .gitignoreTor Andersson
2011-11-02Change Xcode project file search paths.Tor Andersson
2011-04-07Update README files.Tor Andersson
2011-04-07Simplify makefiles by use of $(wildcard) and chained rules.Tor Andersson
2011-04-06pdf: Change how CMap and font data files are generated and compiled.Tor Andersson
2011-04-06Introduce end-of-line normalization.Tor Andersson