New posts in portability

Portable Compare And Swap (atomic operations) C/C++ library?

How to design a C / C++ library to be usable in many client languages? [closed]

How to determine integer types that are twice the width as `int` and `unsigned`?

Why does C++ parameter scope affect function lookup within a namespace?

Which data type to be used for a "generic" function pointer?

Checking the gcc version in a Makefile?

Is there any guidance on converting existing .NET class libraries to portable libraries?

Change the current working directory in C++

STL containers element destruction order

How do I detect if I'm running MATLAB or Octave?

how portable is end iterator decrement?

What development tools do you carry on your USB drive? [closed]

How to convert a simple .Net console project a into portable exe with Mono and mkbundle?

Proper shebang for Python script

What is the smallest possible Windows (PE) executable?

Portable way of setting std::thread priority in C++11

Using Python's ftplib to get a directory listing, portably

Portability of #warning preprocessor directive

Is there a portable equivalent to DebugBreak()/__debugbreak?

Building a 32-bit float out of its 4 composite bytes