History log of /haiku/src/add-ons/print/transports/lpr/LpsClient.cpp
Revision Date Author Comments
# f35fc7eb 17-Nov-2021 Augustin Cavalier <waddlesplash@gmail.com>

Remove some dynamic exception specifiers.

GCC 11 does not like them, and GCC 2 does not seem to care.


# 2044d20e 12-Oct-2009 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

Hopefully fixed gcc4 build (untested).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33568 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 3d9c7baa 12-Oct-2009 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

Fixed style issues.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33558 a95241bf-73f2-0310-859d-f6bbb57e9c96


# fb3e35fc 22-Jan-2009 Michael Lotz <mmlr@mlotz.ch>

Fixing all headers/namespaces/name lookup problems that hinder a GCC 4.3.2
build. I sure hope that this doesn't break the build for anyone else.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28992 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8449c783 25-Nov-2006 Michael Lotz <mmlr@mlotz.ch>

Fixing build of the printing package for BONE and hopefully R5 too.
Now printing to that old HP LaserJet 2100 over an even older LPR print server from R5 with the PCL5 driver and LPR transport...

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19374 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 6b376d60 23-Oct-2006 Oliver Tappe <zooey@hirschkaefer.de>

* fixed all compilation issues of printkit-stuff with gcc4 on Linux
* removed leagcy _sstream-header, we now use sstream, as both compilers provide it



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19109 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 926f1247 07-Oct-2006 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

Got rid of WIN32 related source code. Someone, please build.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19024 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8c603fe7 07-Oct-2006 Axel Dörfler <axeld@pinc-software.de>

Build fixes for Haiku - is this WIN32 stuff really needed, or can we get rid of it?


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19022 a95241bf-73f2-0310-859d-f6bbb57e9c96


# d1f22925 21-Nov-2004 shatty <shatty@nowhere.fake>

address compiler warnings


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10101 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8f1f3e53 26-Oct-2003 Nathan Whitehorn <nwhitehorn@nowhere.fake>

Fixed PowerPC compilation... though still doesn't work with the Jamfile, owing to the need for a different C++ library (mslcpp_4_0).


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5173 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 52a38012 08-Jul-2002 ejakowatz <ejakowatz@nowhere.fake>

It is accomplished ...


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2044d20e91bfd104510e0b2db4cd9e2a4a5af7b5 12-Oct-2009 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

Hopefully fixed gcc4 build (untested).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33568 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 3d9c7baae66aae0ea853eee2a3f2177595afa9b0 12-Oct-2009 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

Fixed style issues.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33558 a95241bf-73f2-0310-859d-f6bbb57e9c96


# fb3e35fcec1ef41b413b3b121764509f436dee4d 22-Jan-2009 Michael Lotz <mmlr@mlotz.ch>

Fixing all headers/namespaces/name lookup problems that hinder a GCC 4.3.2
build. I sure hope that this doesn't break the build for anyone else.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28992 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8449c783969cae2c4d4197feb75bf4d08bba8de2 25-Nov-2006 Michael Lotz <mmlr@mlotz.ch>

Fixing build of the printing package for BONE and hopefully R5 too.
Now printing to that old HP LaserJet 2100 over an even older LPR print server from R5 with the PCL5 driver and LPR transport...

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19374 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 6b376d605557c600cc5443bf376c23dd2a7861cb 23-Oct-2006 Oliver Tappe <zooey@hirschkaefer.de>

* fixed all compilation issues of printkit-stuff with gcc4 on Linux
* removed leagcy _sstream-header, we now use sstream, as both compilers provide it



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19109 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 926f124731757477e75b0f5fcb732df60c8fa8cc 07-Oct-2006 Michael Pfeiffer <michael.w.pfeiffer@gmail.com>

Got rid of WIN32 related source code. Someone, please build.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19024 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8c603fe7c66d41e605b6bf122dfcdfa50488defa 07-Oct-2006 Axel Dörfler <axeld@pinc-software.de>

Build fixes for Haiku - is this WIN32 stuff really needed, or can we get rid of it?


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19022 a95241bf-73f2-0310-859d-f6bbb57e9c96


# d1f22925f73d1dbb09fdeecbecc874b9b6047954 21-Nov-2004 shatty <shatty@nowhere.fake>

address compiler warnings


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10101 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8f1f3e5386adb7cfa8e97353df82245ba120017f 26-Oct-2003 Nathan Whitehorn <nwhitehorn@nowhere.fake>

Fixed PowerPC compilation... though still doesn't work with the Jamfile, owing to the need for a different C++ library (mslcpp_4_0).


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5173 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 52a380120846174213ccce9c4aab0dda17c72083 08-Jul-2002 ejakowatz <ejakowatz@nowhere.fake>

It is accomplished ...


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10 a95241bf-73f2-0310-859d-f6bbb57e9c96