Questions tagged [portability]
The portability tag has no summary.
42 questions
12 votes
8 answers
6k views
Why is there software that doesn't support certain platforms? [closed]
I noticed a huge portion of software apps only support Windows and not Mac or Linux. I understand that there might be an API that they're using that only exists on a certain system. In this case, why ...
-3 votes
1 answer
3k views
Difference between read and write access (data, IoT)
i am a lawyer and currently writing an essay about data access in ioT environments. I often stumble over the distinction between read access and write access. Could someone provide me with an example, ...
-1 votes
1 answer
863 views
How to make compiler portable?
I am writing a simple compiler. I have written lexer and parser and it now generates assembly code from given code. Now I need to write an assembler which generates machine code. But the problem is ...
3 votes
1 answer
150 views
How to test something on a machine of another type than mine?
I'm working on a small (and very tame) FOSS utility; and I want to test it to make sure that it builds on Mac OSes. But - I don't have a Mac OS I could use for that. I have access to Linux and to ...
0 votes
1 answer
385 views
Windows Qt5-based app porting to Linux
I'm here today, because I'd like to ask you a question about porting application built with Qt5 to linux. I have been asked to port this application to linux, I don't yet have the source code, but I ...
9 votes
5 answers
5k views
Definition of portable C
I have been having a huge and heated argument with someone on a slack group - the debate is this : My argument Portable code is that which compiles with various compilers and runs exactly the same on ...
2 votes
1 answer
964 views
RESTful service layer with MVC
I need a advice on creating an architecture where I want API layer in between UI layer and business layer. UI layer should only consume REST services for displaying data. Reason for doing this is ...
0 votes
2 answers
81 views
Examples of operating systems capable of serving http-requests that does not support direct slash for directory separator
My php framework uses DIRECORY_SEPARATOR constant instead of /. Can there be any other options for a directory separator?