summaryrefslogtreecommitdiff
path: root/cups/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Move libcupsimage to the "cups" subdirectory, along with its unit tests andMichael R Sweet2018-01-181-8/+135
| | | | benchmark.
* License change: Apache License, Version 2.0.Michael R Sweet2017-11-071-7/+1
|
* Move test client program to filter directory, finish initial implementation.Michael Sweet2017-08-291-10/+0
|
* Add client simulator for testing basic client functionality from a singleMichael Sweet2017-08-291-0/+10
| | | | program.
* More changes for localization unit test (Issue #5097)Michael R Sweet2017-07-251-2/+5
|
* Update localization information.Michael Sweet2017-08-281-1/+2
| | | | Create English locale file from cups.pot for unit tests.
* Fix the localization unit test on Linux (Issue #5097)Michael Sweet2017-08-281-3/+11
| | | | | | | Makefile needed to create locale directory for tests. Also, localization test needs to allow string pointers to match for the POSIX locale and differ for other languages.
* Add unit test that loops calling cupsGetDests.Michael Sweet2017-07-251-0/+12
|
* Fix more issues with libtool support (Issue #5050)Michael R Sweet2017-07-171-21/+21
|
* Update libtool support to include --mode=foo stuff - surprise, libtool ↵Michael R Sweet2017-07-171-39/+39
| | | | | | changed in incompatible ways again... (Issue #5050)
* Save work on documentation.Michael Sweet2017-06-081-4/+2
|
* Save work on CUPS Programming Manual.Michael Sweet2017-06-071-1/+1
|
* Documentation updates.Michael Sweet2017-05-311-3/+4
|
* Remove old commands.Michael R Sweet2017-05-261-2/+0
|
* Add a cover image for the new programming manual.Michael Sweet2017-04-301-0/+1
|
* Move most of the CUPS library documentation into a new CUPS Programming Manual.Michael Sweet2017-04-301-40/+10
|
* Fix source file header text duplication text duplication.Michael R Sweet2017-01-161-1/+1
| | | | Bump copyright to 2017 in web interface and README files.
* Add new unit test program for testing credentials and the trust store.Michael Sweet2016-08-261-0/+12
|
* Update Windows DLL exports file.Michael R Sweet2016-07-061-1/+1
|
* Add new administrative APis help.Michael Sweet2016-05-251-45/+8
|
* Remove all of the Subversion keywords from various source files.Michael R Sweet2016-04-111-7/+0
|
* Add cupsRasterInitPWGHeader API to setup a raster header using IPP Everywheremsweet2015-12-181-3/+1
| | | | | | | attribute values. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@13024 a1ca3aef-8c08-0410-bb20-df032aa958be
* Can't hide _httpWait.msweet2015-12-111-1/+1
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@13010 a1ca3aef-8c08-0410-bb20-df032aa958be
* Fix export list for shared libraries (<rdar://problem/23303388>)msweet2015-12-111-4/+5
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@13008 a1ca3aef-8c08-0410-bb20-df032aa958be
* Do some code reorganization so that all of the PPD code is separate from the ↵msweet2015-12-091-8/+9
| | | | | | | | | | | rest. Note: cupsGetPPD* and friends are now in cups/ppd.h now - should not be an issue but was necessary to leave a clean break for future code. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@13007 a1ca3aef-8c08-0410-bb20-df032aa958be
* Add support for hashed job-password values; right now just SHA-1 and SHA-2 ↵msweet2015-11-181-0/+1
| | | | | | | | | | | | | | | | hashes (<rdar://problem/20221502>) - Add new cupsHashData API - Use cupsHashData in _cupsConvertOptions. - Grab the job-password-encryption-supported value from the printer and pick the most secure hash that is supported. - Add a new _CUPS_API_2_2 availability macro. - Update dependencies and Xcode project settings. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12983 a1ca3aef-8c08-0410-bb20-df032aa958be
* Make sure testcache.o is listed as an object file...msweet2015-08-271-0/+1
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12850 a1ca3aef-8c08-0410-bb20-df032aa958be
* Start of check program for TLS implementations.msweet2015-05-191-2/+14
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12635 a1ca3aef-8c08-0410-bb20-df032aa958be
* Revert SDKROOT changes for OS X.msweet2015-02-171-7/+1
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12519 a1ca3aef-8c08-0410-bb20-df032aa958be
* Add support for SDKROOT on OS X.msweet2015-02-061-1/+7
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12492 a1ca3aef-8c08-0410-bb20-df032aa958be
* Automate creation of the libcups2.def file, since it is really out-of-date...msweet2014-07-151-0/+17
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12032 a1ca3aef-8c08-0410-bb20-df032aa958be
* Bump shared library version.msweet2014-07-151-2/+2
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12030 a1ca3aef-8c08-0410-bb20-df032aa958be
* Save work on destination API unit test program.msweet2014-05-161-0/+12
| | | | | | | | | Add cupsGetDestWithURI API. Add cupsLocalizeDestMedia API. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11884 a1ca3aef-8c08-0410-bb20-df032aa958be
* Move the deck chairs a bit so that the TLS stuff is separated from the HTTPmsweet2014-04-291-1/+2
| | | | | | | stuff. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11841 a1ca3aef-8c08-0410-bb20-df032aa958be
* Add PPD cache unit test program.msweet2014-01-291-1/+12
| | | | | | | (Current focus is on finishings) git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11547 a1ca3aef-8c08-0410-bb20-df032aa958be
* Save work.msweet2013-11-081-0/+1
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11426 a1ca3aef-8c08-0410-bb20-df032aa958be
* Remove support for AIX, HP-UX, and OSF/1.msweet2013-10-181-29/+13
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11342 a1ca3aef-8c08-0410-bb20-df032aa958be
* Update svn:keyword properties.msweet2013-05-291-2/+2
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10996 a1ca3aef-8c08-0410-bb20-df032aa958be
* Merge changes from CUPS 1.7b1-r10947.msweet2013-04-091-2/+11
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@4274 a1ca3aef-8c08-0410-bb20-df032aa958be
* Sync up with CUPS 1.7svn-r10893msweet2013-03-111-1/+9
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@4216 a1ca3aef-8c08-0410-bb20-df032aa958be
* Merge changes from CUPS 1.7svn-r10755.msweet2012-12-121-0/+1
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@4074 a1ca3aef-8c08-0410-bb20-df032aa958be
* Merge changes from CUPS 1.7svn-r10629.msweet2012-10-011-2/+2
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@3933 a1ca3aef-8c08-0410-bb20-df032aa958be
* Merge changes from CUPS 1.7svn-r10578.msweet2012-08-291-2/+2
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@3891 a1ca3aef-8c08-0410-bb20-df032aa958be
* Merge changes from CUPS 1.6svn-r10267.msweet2012-02-131-66/+4
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@3643 a1ca3aef-8c08-0410-bb20-df032aa958be
* Merge changes from CUPS 1.6svn-r10188, including changes for ↵msweet2012-01-191-8/+14
| | | | | | <rdar://problem/10127258> CUPS 1.6: New printer/printing APIs git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@3618 a1ca3aef-8c08-0410-bb20-df032aa958be
* Merge changes from CUPS 1.6svn-r10112.msweet2011-11-081-2/+2
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@3486 a1ca3aef-8c08-0410-bb20-df032aa958be
* Merge changes from CUPS 1.6svn-r10002msweet2011-09-141-1/+1
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@3421 a1ca3aef-8c08-0410-bb20-df032aa958be
* Merge changes from CUPS 1.6svn-r9939.msweet2011-08-311-0/+1
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@3392 a1ca3aef-8c08-0410-bb20-df032aa958be
* Merge changes from CUPS 1.5svn-r9763.msweet2011-05-111-0/+1
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@3242 a1ca3aef-8c08-0410-bb20-df032aa958be
* Merge changes from CUPS 1.5svn-r9641msweet2011-03-231-0/+11
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@3071 a1ca3aef-8c08-0410-bb20-df032aa958be