Commit Graph

47 Commits

Author SHA1 Message Date
Kjell Hedström
1a27d6379f thanks to: https://github.com/PacificBiosciences/pbbam/blob/master/.travis.yml 2016-12-05 23:49:32 -07:00
Kjell Hedström
8cc59bece2 more sudo 2016-12-05 23:31:46 -07:00
Kjell Hedström
fc1f531d1d sudo change reverted 2016-12-05 23:29:43 -07:00
Kjell Hedström
c70fd4f978 space removed 2016-12-05 23:26:14 -07:00
Kjell Hedström
10150e7633 key-space issues, fixed1 2016-12-05 23:23:16 -07:00
Kjell Hedström
aed15716ad test3 2016-12-05 23:16:48 -07:00
Kjell Hedström
296b91d857 test2 2016-12-05 23:10:28 -07:00
Kjell Hedström
0624e8c655 Update .travis.yml
Ref: discussion at https://github.com/travis-ci/travis-ci/issues/4631
2016-12-04 08:32:45 -07:00
Kjell Hedström
d15fcb3776 Update .travis.yml
Dummy trigger to travis
2016-12-04 07:17:21 -07:00
Kjell Hedström
5a0e730d0c assume yes for interactive check 2016-12-02 10:16:46 -07:00
Kjell Hedström
0fd9cb8408 trigger travis
test
2016-12-02 10:13:02 -07:00
Kjell Hedström
0fdccaf823 Update .travis.yml
Upgrade travis cmake version
2016-12-02 10:10:01 -07:00
Kjell Hedström
86473c60e0 Gimesketvirtadien's time requested changes (#104)
* Added "removeSink" method and related functionality to LogWorker API

* Added a new API for plugging in custom Timestamp generator.

* Revert "Added "removeSink" method and related functionality to LogWorker API"

This reverts commit c9cee5d9a0.

* Dropping shared_ptr<Timestamp> in log messages and using regular vars

* Moving to standard timespec struct from custom Timestamp

* Wiring timespec timestamps with formating routine

* Falling back to clock_gettime

* Reverting g3 API changes

* Optimizing format string generation

* Removed _microseconds from LogMessage

* Implemented sec fractional format key

* Optimization of format string generation

* Adjusting comments

* Refining localtime_formatted by introducing two helper functions

* refactored and simplified code

* fixed up some commented away unit tests

* refactoring message specifics tests to it's own test

* Use gcc 4.9

* C++14 for Linux

* Update .travis.yml

* Update buildAndRunTests.sh

* lower case in `-std=c++14`

* -lrt flag for gcc

* Added support for high precision clock on Linux/gcc (already there now for OSX). Windows is still missing

* intermediate comments

* Clarified for some code readers the mysterious use of assert in an expression that is always true

* refactored + renamed functions and constants. Added unit test for retrieving fractional type

* committing changes previously fixed - finished unit testing for g3::internal::time::GetFractional(..)

* added unit test for fractional to string

* added missing unit tests for localtime_formatted

* fixed? nano / microsec functionality to timer

* test
2016-08-11 00:27:52 -06:00
Kjell Hedstrom
b05d8d8fb9 sigh... travis needs semi colons 2015-07-19 23:26:38 -06:00
Kjell Hedstrom
b9c6140e84 cmake fixy 2015-07-19 23:24:35 -06:00
Kjell Hedstrom
755895ce93 Using later version of cmake on travis 2015-07-19 23:22:12 -06:00
KjellKod
938fc55971 What a mess to merge from Github/KjellKod/g3log to BitBucket/KjellKod/g3log 2015-02-02 00:31:43 -07:00
Kjell Hedstrom
4d6f2f3913 test commit from gith 2014-12-11 08:29:29 -07:00
KjellKod
e62eaec8f6 removed faulty lib 2014-10-12 01:02:26 -06:00
KjellKod
785a2f3ff6 iC++abi 2014-10-12 00:58:35 -06:00
KjellKod
03084d11d9 removed c++abi1 2014-10-12 00:46:23 -06:00
KjellKod
ff93adcace skip gcc for now 2014-10-12 00:43:29 -06:00
KjellKod
e29810025f what up with Clang and Travis? 2014-10-11 23:49:22 -06:00
KjellKod
fcdd40ada6 bug in travis. once the environment is restarted it does not start in the right location 2014-10-11 23:17:57 -06:00
KjellKod
008cdaade0 path is kept? 2014-10-11 23:09:26 -06:00
KjellKod
66075853b8 works for gcc but not for linux and clang? 2014-10-11 23:06:26 -06:00
KjellKod
497bd1deab moved compiler exports to build script 2014-10-11 23:00:18 -06:00
KjellKod
e49b1dc15d wrong compiler test 2014-10-11 22:49:25 -06:00
KjellKod
394f2c1bef yet another travis test 2014-10-11 22:45:04 -06:00
KjellKod
3c5c130854 don't put g++ in place when CXX is clang 2014-10-11 22:41:29 -06:00
KjellKod
b695ed3a9e unit test not running 2014-10-11 22:24:57 -06:00
KjellKod
ead70599e6 Annoying but true. dont forge the pesky ";" 2014-10-11 22:21:49 -06:00
KjellKod
3c204aa82c cannot have comments wherever in travis yml file 2014-10-11 22:18:17 -06:00
KjellKod
191acd2f47 Removed clang repo 2014-10-11 22:16:15 -06:00
KjellKod
f50b6234c9 added clang installation 2014-10-11 22:08:07 -06:00
KjellKod
21edd3fc05 g++ and clang but only on Linux 2014-10-11 21:36:39 -06:00
KjellKod
7c5ce707e2 fixed travis scripting 2014-10-11 20:50:32 -06:00
KjellKod
3b7f084805 Attempt to make the travis scripting easier 2014-10-11 20:46:27 -06:00
KjellKod
82e5991a7f Travis-CI and OSX attempt 2014-10-11 20:35:06 -06:00
KjellKod
752d928a63 test cleanup. attempting OSX testing on travis-ci.org
--HG--
rename : scripts/buildtravis.sh => scripts/buildAndRunTests.sh
2014-10-11 20:16:54 -06:00
KjellKod
20ab983b1a libc++ support? 2014-10-10 00:54:16 -06:00
KjellKod
c680e5303b travis build 2014-10-10 00:27:57 -06:00
KjellKod
a755ab34ac fixed typowq! 2014-10-10 00:21:08 -06:00
KjellKod
c709e55b42 Updated for building and running one unit test 2014-10-09 23:41:08 -06:00
KjellKod
7b718d08f8 Tiny change to see if push to GitHub/KjellKod/g3log worked 2014-10-09 23:04:01 -06:00
KjellKod
30ea3a65aa Added travis installation for gcc, and replacing the gcc (4.6) with gcc-4. 2014-10-09 23:00:06 -06:00
KjellKod
ece13751a8 Added empty travis yml file 2014-10-09 22:52:33 -06:00