Commit Graph

  • 6293ddbf08 test_message now compiles in c++11 when cross-compiling for ARM Andreas Schönle 2017-05-11 13:36:34 +0200
  • f479e4c6d6 Needed compiler option for header test. (NOTE: Better to move this to Build.cmake to have them already set and to move generation of the header to after calling Build.cmake) %S vs %s windows vs unix headache taken into account in test_io wq abberioradmin 2017-05-11 12:08:39 +0200
  • 927e8cfbf1 iOS Support (#183) Benjamin Lee 2017-05-10 16:43:13 -0700
  • 1a9798d7e0 Fixed unit tests for DEBUG to DBUG Andreas Schönle 2017-05-10 13:44:28 +0200
  • 681a7e6de5 Merge branch 'cmake-changes3' into wchar-support Andreas Schönle 2017-05-10 11:57:52 +0200
  • 210ef9ad7f Fixed linux/windows shared lib handling: FATAL_ERROR for wrong cmake version and no message in linux Andreas Schönle 2017-05-10 11:57:03 +0200
  • 74c4c4b12e Fixed error when linux and shared library is on Andreas Schönle 2017-05-10 11:52:33 +0200
  • 1100b25f81 Fixed error in LogMessage::message() Andreas Schönle 2017-05-10 11:07:09 +0200
  • 5fb34042c4 removed superfluous target_compile_definition for CODECVT Andreas Schönle 2017-05-10 10:38:33 +0200
  • 41c8c24ec2 Fixing linux buffer overflow. Andreas Schönle 2017-05-10 10:33:29 +0200
  • 71704f4c34 Moved G3LOG_USE_CODECVT to Options.cmake and generated header file Andreas Schönle 2017-05-10 10:26:10 +0200
  • 02cc5b78e8 Merge branch 'cmake-changes3' into wchar-support Andreas Schönle 2017-05-10 09:39:52 +0200
  • 78839174ae Use G3LOG_DEBUG also in linux-specific code Andreas Schönle 2017-05-10 09:33:49 +0200
  • fd39bf9055 ".x" syntax in variable checking removed Andreas Schönle 2017-05-10 09:24:09 +0200
  • 3638af452d force definition inclusion Kjell Hedstrom 2017-05-10 01:06:28 -0600
  • bd752b8d72 CMake messages changed to message( STATUS "..." ) Andreas Schönle 2017-05-10 09:04:53 +0200
  • 07f2b84280 Cross-comoiling: Version readout fixed Test.cmake: Path handling consistent Andreas Schönle 2017-05-10 09:01:22 +0200
  • 8f6b0ded7e Absolute path in Test.cmake for consistency. Allowed git version checking also in cross-compiles Andreas Schönle 2017-05-10 08:29:15 +0200
  • 0db079a0f1 Revert "Bpc package build complete" Andreas Schönle 2017-05-10 08:03:11 +0200
  • 6ede56aaba Merge branch 'master' into wchar-support Andreas Schönle 2017-05-10 07:54:35 +0200
  • 144db79407 Merge 019e7c674c into 123977f106 Christos 2017-05-10 01:57:45 +0000
  • f03de24c46 Update -DG3_SHARED_LIB=ON to use OFF for the static lib case (#186) Benjamin Lee 2017-05-09 15:34:58 -0700
  • 123977f106 unit tests running with windows shared dll (#178) Andreas Schönle 2017-05-09 18:26:48 +0200
  • 6d877c0f73 Removed commented out /MD switches for MSVC Andreas Schönle 2017-05-09 18:15:41 +0200
  • c602f918f0 Merge pull request #2 from KjellKod/AbberiorInstruments_cmake-changes2 Andreas Schönle 2017-05-09 17:57:47 +0200
  • 739a93d768 Merge 04f71853d7 into a1b5d97689 mobileben 2017-05-09 05:24:55 +0000
  • 2d995d3cb4 put back formatting Kjell Hedsröm 2017-05-08 23:19:09 -0600
  • 76c6d10576 Merge 0e1870ac2f into a1b5d97689 Kjell Hedström 2017-05-09 05:15:37 +0000
  • 0e1870ac2f Added compile test for DEBUG and DBUG Kjell Hedsröm 2017-05-08 23:14:59 -0600
  • 9cd8b4a555 clarify cmake build types regardless of type Kjell Hedsröm 2017-05-08 23:14:20 -0600
  • 04f71853d7 Issue #182: Provide means for building static version of library Benjamin Lee 2017-05-08 22:13:55 -0700
  • eeb12e5363 cleanup shared/static option Kjell Hedsröm 2017-05-08 23:13:53 -0600
  • 032703b2c5 Merge branch 'cmake-changes2' into wchar-support Andreas Schönle 2017-05-05 17:14:24 +0200
  • 53b81b52fc DBUG vs DEBUG fix moved to generated_definitions.hpp Andreas Schönle 2017-05-05 15:48:03 +0200
  • 4eb4e0625b re-committing valid parts of reverted commit Andreas Schönle 2017-05-05 15:45:21 +0200
  • 98b3b4ff94 Revert "Run unit tests verbosly using ctest.exe" (accidental commit) Andreas Schönle 2017-05-05 15:44:34 +0200
  • 3cf14ebf61 Disabled AggressiveThreadCallsDuringShutdown test Andreas Schönle 2017-05-05 15:25:51 +0200
  • b30513450d Run unit tests verbosly using ctest.exe Andreas Schönle 2017-05-05 15:10:57 +0200
  • 42154b3337 Removed runtime loading test when g3log is not a shared library in linux Andreas Schönle 2017-05-05 13:24:46 +0200
  • a0f98a9a5d Defaulting to shared library in linux, too Andreas Schönle 2017-05-05 10:19:47 +0200
  • cae261af72 Still trying to fix appveyor ... Andreas Schönle 2017-05-05 10:08:58 +0200
  • 5f71e986f3 make sure ERRORLEVEL is 0 when unit tests run successfully Andreas Schönle 2017-05-05 08:31:37 +0200
  • 85047a3f92 trying to make appveyor work again ... Andreas Schönle 2017-05-05 08:24:18 +0200
  • 99065bb47e Merge branch 'cmake-changes2' into wchar-support Andreas Schönle 2017-05-05 08:18:31 +0200
  • dae9008f68 Fixed appveyor.yml to use Release configuration and run unit tests Andreas Schönle 2017-05-05 08:17:46 +0200
  • d93f33bb19 Merge branch 'master' into cmake-changes2 Andreas Schönle 2017-05-05 07:57:45 +0200
  • d52013e6ef Merge 2790c9d7e5 into a1b5d97689 Aleksey Dobrunov 2017-05-05 05:46:34 +0000
  • a1b5d97689 powershell use in windows and WORKING_DIRECTORY instead of cd (#181) Andreas Schönle 2017-05-04 22:00:17 +0200
  • 0364c0cd7b Merge branch 'git-version' into cmake-changes2 Andreas Schönle 2017-05-04 17:49:18 +0200
  • cdec35baf9 powershell use in windows and WORKING_DIRECTORY instead of cd Andreas Schönle 2017-05-04 17:46:57 +0200
  • 9055389fb3 switched to powershell and included WORKING_DIRECTORY Andreas Schönle 2017-05-04 17:41:37 +0200
  • b7b6c4f6ac Merge branch 'cmake-changes2' into wchar-support Andreas Schönle 2017-05-04 17:22:17 +0200
  • 16395d9681 Merge branch 'master' into cmake-changes2 Andreas Schönle 2017-05-04 17:21:36 +0200
  • 613db7e346 test appveyor (#180) Kjell Hedström 2017-05-03 18:49:11 -0600
  • 30cb66c694 removed printout Kjell Hedstrom 2017-05-03 18:48:37 -0600
  • c254c5fa1b extracting software version for windows too Kjell Hedstrom 2017-05-03 18:35:43 -0600
  • f02a02cfb6 fixed line issue Kjell Hedstrom 2017-05-03 17:43:01 -0600
  • 31f93159a6 test appveyor Kjell Hedstrom 2017-05-03 17:41:50 -0600
  • 694b402c22 Merge branch 'cmake-changes2' into wchar-support Andreas Schönle 2017-05-03 09:18:19 +0200
  • 61f8aa80e6 added static library option Andreas Schönle 2017-05-03 09:07:11 +0200
  • df737e5ba2 Merge branch 'wchar-support' into ai-master Andreas Schönle 2017-05-02 19:03:38 +0200
  • 281f08f3d4 re-added old wchar support code Andreas Schönle 2017-05-02 19:03:05 +0200
  • 82541ae36f Merge branch 'cmake-changes2' into wchar-support Andreas Schönle 2017-05-02 18:36:28 +0200
  • 4ca40f8ef9 check for codecvt Andreas Schönle 2017-05-02 18:35:21 +0200
  • 4092b654e8 HEADER_FILES set correctly Andreas Schönle 2017-05-02 17:20:14 +0200
  • 26b0e9e2bd Merge branch 'cmake-changes2' into ai-master Andreas Schönle 2017-05-02 17:18:21 +0200
  • 88426f0251 correction in CMake: Set HEADER_FILES correctly Andreas Schönle 2017-05-02 17:17:43 +0200
  • 42fe73e587 Merge branch 'cmake-changes2' into ai-master Andreas Schönle 2017-05-02 17:12:03 +0200
  • 05606f6e4d generated header added Andreas Schönle 2017-05-02 17:11:48 +0200
  • b92302157c Merge branch 'cmake-changes2' into ai-master Andreas Schönle 2017-05-02 17:03:18 +0200
  • 956400479c missing DBUG vs DEBUG issue in Linux Andreas Schönle 2017-05-02 17:02:56 +0200
  • f1fe63f9a9 Bpc package build complete Andreas Schönle 2017-05-02 16:52:37 +0200
  • 32ecb1333e CMake automatically uses DLL runtime - remove cmake entries modifying compiler flags Andreas Schönle 2017-05-02 13:45:34 +0200
  • e04b9c0346 unit tests running with windows shared dll Andreas Schönle 2017-05-02 12:36:13 +0200
  • 887673f4d0 Time adjustments for VMs and 32-bit embedded (#177) Kjell Hedström 2017-04-27 22:57:04 -0600
  • bd693efc6b adjusted test for timezone Kjell Hedstrom 2017-04-27 22:56:48 -0600
  • 83793b1392 adjusted timezone during testing Kjell Hedstrom 2017-04-27 22:53:08 -0600
  • f8461043bd fixed formatting Kjell Hedstrom 2017-04-27 22:26:33 -0600
  • e2bf51d516 fixed all tests Kjell Hedstrom 2017-04-27 22:12:44 -0600
  • 7379b11515 working - verified on VM. Unit tests not yet updated accordintly Kjell Hedstrom 2017-04-27 00:56:40 -0600
  • 94e378e038 in progress, not working but defined how to fix it - broken unit tests Kjell Hedstrom 2017-04-25 01:01:29 -0600
  • 11514ea20d in progress. now using std::chrono Kjell Hedstrom 2017-04-24 23:19:35 -0600
  • 121bb9c790 fix OSX/Clang build warnings and 32-bit linking errors regarding build versin (#176) Kjell Hedström 2017-04-24 21:50:35 -0600
  • 8bb1ef300b fix OSX/Clang build warnings and 32-bit linking errors regarding build versin Kjell Hedstrom 2017-04-24 21:37:28 -0600
  • ac54350346 The definitions file has to be generated after the options but before the build step. This way it will be included in the install target (#173) Kjell Hedström 2017-04-20 00:53:52 -0600
  • a924c1752a The definitions file has to be generated after the options but before the build step. This way it will be included in the install target Kjell Hedstrom 2017-04-19 21:47:38 -0600
  • 63669a1434 Merge 2a0b05421d into e04681ac42 jkhoogland 2017-04-19 10:50:29 +0000
  • df4ebfb3a5 Merge 1d688c2300 into e04681ac42 gimesketvirtadieni 2017-04-19 06:01:19 +0000
  • 9ea825f732 Merge 8dc070ae52 into e04681ac42 Faraz Khan 2017-04-17 17:26:27 +0000
  • e04681ac42 Levels api changes 2 (#170) Kjell Hedström 2017-04-05 23:03:55 -0600
  • 6d79c5b58c removed comment Kjell Hedsröm 2017-04-05 22:54:09 -0600
  • 2583cff0f5 revert back Kjell Hedsröm 2017-04-05 22:51:29 -0600
  • 5ddd004927 don't code when too tired Kjell Hedsröm 2017-04-05 22:14:58 -0600
  • c658660c0b Merge eebf1b1074 into 9f9062f45f Kjell Hedström 2017-04-06 03:04:15 +0000
  • eebf1b1074 Update loglevels.hpp Kjell Hedström 2017-04-05 21:04:14 -0600
  • 880052d5a2 Update loglevels.hpp Kjell Hedström 2017-04-05 20:56:18 -0600
  • 2790c9d7e5 static build returned Aleksey Dobrunov 2017-04-05 22:11:28 +0500
  • e8157fc5ef in progress Kjell Hedstrom 2017-04-03 22:47:48 -0600
  • 9f9062f45f Fix typos (#166) lemonnguyen 2017-04-02 15:22:35 -0700
  • 3ae368a1b4 Fix typos lemonnguyen 2017-04-02 12:09:55 -0700