Commit Graph

340 Commits

Author SHA1 Message Date
Michele Caini
f6de2afd3e foo 2016-09-27 16:18:22 +02:00
Michele Caini
b1aa7ed0ef Merge pull request #60 from tusharpm/appveyor
AppVeyor integration
2016-09-27 16:13:28 +02:00
Michele Caini
8df29ec76b Update util.hpp 2016-09-27 11:07:20 +02:00
Michele Caini
ec2836dc01 Update util.hpp 2016-09-27 09:55:24 +02:00
Michele Caini
600d2f5c79 Update process.hpp
Changed `IO_IGNORE` to `IGNORE_STREAM`, it seems more appropriate.
2016-09-27 08:40:05 +02:00
Tushar Maheshwari
c87550567a Address review comments. 2016-09-26 21:15:51 +05:30
Tushar Maheshwari
9a55c091a9 Reduce warnings for Windows
MSVC takes a lot of time if all warnings are enabled, mostly just to
print them.
Disable "all warnings" for Windows only. The deafault warnings are still
listed.
2016-09-25 22:11:56 +05:30
Tushar Maheshwari
3ad33cf560 Appveyor fix paths 2016-09-25 22:11:40 +05:30
Tushar Maheshwari
2081c2f386 Fix appveyor build for Windows x86
- platform should remain "Win32" for appveyor's scripts to execute
successfully
- Finding middle ground between clang and MSVC
2016-09-25 22:11:40 +05:30
Tushar Maheshwari
4b8b63dab0 Appveyor configuration fixes
- Includes changes to fix broken mac build
2016-09-25 22:11:11 +05:30
Tushar Maheshwari
ca500b0b25 Adding appveyor integration
- Make required changes in CMake module files.
- Add supporting batch scripts to build.
- Modify C++ code to be compatible with VS2015 capabilities.
2016-09-25 22:10:41 +05:30
Michele Caini
7f74f27510 updated travis notifications 2016-09-19 11:35:44 +02:00
Michele Caini
6cd506d74e Merge pull request #59 from tusharpm/test
Tests concise GoogleTest assertion failures
2016-09-19 08:49:49 +02:00
Tushar Maheshwari
9b8efb1a06 Tests cleanup 2016-09-18 15:06:57 +05:30
Michele Caini
760bb6391a Update README.md 2016-09-17 20:06:08 +02:00
Michele Caini
32bbc0402d Merge branch 'master' of https://github.com/skypjack/uvw 2016-09-17 20:01:12 +02:00
Michele Caini
682246d2a1 Merge pull request #58 from tusharpm/master
Add travis-ci integration
2016-09-17 19:56:06 +02:00
Michele Caini
e44ae4bcbf Update README.md 2016-09-17 19:54:14 +02:00
Tushar Maheshwari
b2e17090c3 Travis fixes (#3)
* Add more rows to travis matrix

Add OS X new image

* Travis build fixes

Use the filesystem and the user’s directory which is already included in PATH

* travis get tests running on new OS X image

The rpath configuration for uv needs libuv.dylib in /usr/local/lib.
It’s easier to static link for tests instead.

* OS X cannot set sigaction on 42

Use 2 (SIGINT) for the test.
2016-09-13 18:01:02 +05:30
Tushar Maheshwari
dd1a874139 Update README.md
Add travis badge
2016-09-12 20:24:47 +05:30
Tushar Maheshwari
11b2b5cde7 [trial] reduction of test compile time (#2) 2016-09-12 20:22:58 +05:30
Tushar Maheshwari
da69e968b7 [minor] delete irrelevant comments 2016-09-12 19:21:11 +05:30
Tushar Maheshwari
20d5f40c54 Travis (#1)
* Modify travis config

Get the required version of cmake binaries from their website.

* Travis config modification

Add librt linking because of old glibc in precise.

* Travis modify config

Changing LibRt binding for cmake.

* [trial] Travis config simplify

Remove unused variables
2016-09-12 18:35:10 +05:30
Tushar Maheshwari
2404098a2d Adding travis integration
Starting with a linux container with an apt add-on for new g++ compiler.
2016-09-12 15:29:42 +05:30
Michele Caini
9d41039a76 updated docs + version 2016-09-07 19:24:37 +02:00
Michele Caini
9fd96eb4fb added Utilities::OS::passwd 2016-09-07 18:36:54 +02:00
Michele Caini
029eb4addc added Utilities::OS::tmpdir 2016-09-07 18:11:08 +02:00
Michele Caini
82944cfc27 added Utilities::OS::homedir 2016-09-07 18:08:37 +02:00
Michele Caini
108e9d547f added Utilities::rusage 2016-09-07 17:58:57 +02:00
Michele Caini
abe691169c clean up 2016-09-05 23:15:48 +02:00
Michele Caini
95230356b3 typo 2016-09-05 22:42:23 +02:00
Michele Caini
336e541f21 review 2016-09-05 22:36:40 +02:00
Michele Caini
ca7bfe48c1 added Utilities::exepath 2016-09-05 22:04:05 +02:00
Michele Caini
62dc2f468f added Utilities::cwd 2016-09-05 21:57:53 +02:00
Michele Caini
59d4ee3df7 added Utilities::chdir 2016-09-05 21:35:21 +02:00
Michele Caini
1536d6b46d added Utilities::hrtime 2016-09-05 21:30:28 +02:00
Michele Caini
716daf48a2 added Utilities::uptime 2016-09-05 21:25:23 +02:00
Michele Caini
733f673854 added Utilities::totalMemory 2016-08-30 12:19:58 +02:00
Michele Caini
670c7d6018 added Utilities::loadAverage 2016-08-29 12:16:00 +02:00
Michele Caini
9169ed044a Merge pull request #57 from cynnyx/master
clean up
2016-08-26 13:02:31 +02:00
Michele Caini
4796c88369 clean up 2016-08-26 13:02:03 +02:00
Michele Caini
b69ed4f833 Merge pull request #56 from cynnyx/master
added Utilities::cpuInfo + minor changes
2016-08-26 12:56:13 +02:00
Michele Caini
0aa93c4c7c added Utilities::cpuInfo + minor changes 2016-08-26 12:55:38 +02:00
Michele Caini
99a7182696 Merge pull request #55 from cynnyx/master
added replaceAllocatr + minor changes
2016-08-25 18:08:08 +02:00
Michele Caini
a2f09298a0 added Utilities::replaceAllocator 2016-08-25 18:06:57 +02:00
Michele Caini
a204675781 minor changes 2016-08-25 18:06:26 +02:00
Michele Caini
b8a45f040d Merge pull request #54 from cynnyx/master
miscellaneous utilities + interfaces + docs + bug fixing
2016-08-25 17:36:05 +02:00
Michele Caini
0bffb21fff added miscellaneous utilities + odr check 2016-08-25 17:33:37 +02:00
Michele Caini
09285bd405 added interfaces utility 2016-08-25 15:19:12 +02:00
Michele Caini
97a9156949 minor changes 2016-08-25 15:19:00 +02:00