[Libreoffice-commits] online.git: loolwsd/README

Tor Lillqvist tml at collabora.com
Tue Mar 1 13:12:25 UTC 2016


 loolwsd/README |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit 9cba13a53f398418b3ac0897fecbbc3a6fc0b6ba
Author: Tor Lillqvist <tml at collabora.com>
Date:   Tue Mar 1 15:10:16 2016 +0200

    Let's not pretend this could ever run on non-Unix
    
    In fact, it is Linux-specific even, and has never successfully been
    run on anything else, even if I tried for fun once to build it on OS
    X.

diff --git a/loolwsd/README b/loolwsd/README
index 55a75d1..5d1e081 100644
--- a/loolwsd/README
+++ b/loolwsd/README
@@ -275,10 +275,6 @@ The style is roughly as follows, in rough order of importance:
   std;". But it's OK to use "using Poco::Foo;" all over. Maybe that is
   not a good idea? But please no "using" in headers.
 
-- Be as portable as possible, i.e. don't intentionally write Unix-only
-  code if there is a choice. Obviously some parts of the code
-  currently use Unix-only things like chroot() and link() though.
-
 - Member functions use camelCaseWithInitialLowerCase. I don't like
   CamelCaseWithInitialUpperCase.
 


More information about the Libreoffice-commits mailing list