Sam Mikes

Results 13 issues of Sam Mikes

Quite a large PR, with some opinions baked into it. 1. add optional detection and use of lib check for unit testing 2. minor modifications to source files to make...

Right now I have only figured out how to use emscripten to produce a 'full binary' version that includes FORTRAN code. But it would be more useful if I could...

Ubuntu 14.04 is giving us llvm 3.3. Latest is 3.5 Dragonegg might have improved in the meantime. Also worth consdering: stable vs bleeding-edge emscripten?

Currently the shell scripts and dragonegg.so are coming from the github repo, not from the docker image.

Message when using emcc: ``` root@ab8f73a5d01c:/mnt/test/examples# emcc hello.cc INFO root: (Emscripten: Running sanity checks) WARNING root: java does not seem to exist, required for closure compiler, which is optional (define...

There is a list of Dockerfile best practices: https://docs.docker.com/articles/dockerfile_best-practices/ For one thing, the compiler doesn't need to run as root

CXX(target) Release/obj.target/CppUnitLite/node_modules/cppunitlite/src/Failure.o ../node_modules/cppunitlite/src/Failure.cpp:30:16: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] char *part1 = "expected "; ^ ../node_modules/cppunitlite/src/Failure.cpp:31:16: warning: conversion from string literal to 'char *' is...

@iarna - this one - gotta run, talk later ?

Make it easier for others to consume the 'multiple editions' code by splitting it into a separate module.

the tests for reporter are unwieldy; if reporter were refactored it would be easier to test.