fix windows encode utf8bom

pull/191/head
jarodruan 2021-10-13 18:32:42 +08:00 committed by ruanshudong
parent 91cf4b9c51
commit 7d908b3797
48 changed files with 48 additions and 48 deletions

View File

@ -1,4 +1,4 @@
// Copyright 2015 gRPC authors.
// Copyright 2015 gRPC authors.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.

@ -1 +1 @@
Subproject commit 39c6f87733710a28eb5e57e42558c7e016d84eba
Subproject commit 0ba68259c4ab0e2cf712fce26cc78f317c02965a

View File

@ -1,4 +1,4 @@
#ifndef PATH_HEAER
#ifndef PATH_HEAER
#define PATH_HEAER
#include "util/tc_config.h"

View File

@ -1,4 +1,4 @@

#include "hello_test.h"

View File

@ -1,4 +1,4 @@

#include "server/HelloServer.h"
#include "server/Hello.h"
#include "gtest/gtest.h"

View File

@ -1,4 +1,4 @@
/**
/**
* Tencent is pleased to support the open source community by making Tars available.
*
* Copyright (C) 2016THL A29 Limited, a Tencent company. All rights reserved.

View File

@ -1,4 +1,4 @@

#include "hello_test.h"
TEST_F(HelloTest, rpcASyncGlobalCommunicator)

View File

@ -1,4 +1,4 @@

#include "hello_test.h"
TEST_F(HelloTest, authSyncServerCommunicator)

View File

@ -1,4 +1,4 @@

#include "hello_test.h"
#include "servant/CommunicatorEpoll.h"

View File

@ -1,4 +1,4 @@

#include "hello_test.h"
TEST_F(HelloTest, customSyncGlobalCommunicator)

View File

@ -1,4 +1,4 @@
/**
/**
* Tencent is pleased to support the open source community by making Tars available.
*
* Copyright (C) 2016THL A29 Limited, a Tencent company. All rights reserved.

View File

@ -1,4 +1,4 @@

#include "hello_test.h"
//
//TEST_F(HelloTest, sslSyncClient)

View File

@ -1,4 +1,4 @@

#include "hello_test.h"
//#include "util/tc_socket_async.h"

View File

@ -1,4 +1,4 @@

#include "hello_test.h"
#include "servant/CommunicatorEpoll.h"
#include "servant/ObjectProxy.h"

View File

@ -1,4 +1,4 @@

#include "hello_test.h"
TEST_F(HelloTest, pushSyncGlobalCommunicator)

View File

@ -1,4 +1,4 @@

#include "hello_test.h"
#include "servant/CommunicatorEpoll.h"
#include "servant/ObjectProxy.h"

View File

@ -1,4 +1,4 @@

#include "hello_test.h"
TEST_F(HelloTest, rpcSyncGlobalCommunicator)

View File

@ -1,4 +1,4 @@

#include "hello_test.h"
#if TARS_SSL

View File

@ -1,4 +1,4 @@

#include "hello_test.h"
#include "server/FrameworkServer.h"

View File

@ -1,4 +1,4 @@

#include "hello_test.h"
TEST_F(HelloTest, rpcTransGlobalCommunicator)

View File

@ -1,4 +1,4 @@

#include "hello_test.h"
#define UDP_ASYNC_COUNT 100

View File

@ -1,4 +1,4 @@

#include "hello_test.h"
#include "../server/WinServer.h"

View File

@ -1,4 +1,4 @@

#include "hello_test.h"
TEST_F(HelloTest, wupSync)

View File

@ -1,4 +1,4 @@

#include "hello_test.h"
TEST_F(HelloTest, rpcWupTransGlobalCommunicator)

View File

@ -1,4 +1,4 @@

#ifndef _CONFIGIMP_H_
#define _CONFIGIMP_H_

View File

@ -1,4 +1,4 @@

#include <iterator>
#include <algorithm>
#include "DbHandle.h"

View File

@ -1,4 +1,4 @@

#ifndef __DB_HANDLE_H__
#define __DB_HANDLE_H__

View File

@ -1,4 +1,4 @@
/**
/**
* Tencent is pleased to support the open source community by making Tars available.
*
* Copyright (C) 2016THL A29 Limited, a Tencent company. All rights reserved.

View File

@ -1,4 +1,4 @@
/**
/**
* Tencent is pleased to support the open source community by making Tars available.
*
* Copyright (C) 2016THL A29 Limited, a Tencent company. All rights reserved.

View File

@ -1,4 +1,4 @@

#include "QueryImp.h"
#include "util/tc_logger.h"

View File

@ -1,4 +1,4 @@

#ifndef __QUERY_IMP_H__
#define __QUERY_IMP_H__

View File

@ -1,4 +1,4 @@
//
//
// Created by jarod on 2021/6/7.
//

View File

@ -1,4 +1,4 @@
#include "util/tc_common.h"
#include "util/tc_common.h"
#include "util/tc_cas_queue.h"
#include "util/tc_thread.h"
#include "util/tc_autoptr.h"

View File

@ -1,4 +1,4 @@
//
//
// Created by jarod on 2020/2/20.
//

View File

@ -1,4 +1,4 @@
#include "util/tc_epoller.h"
#include "util/tc_epoller.h"
#include "util/tc_common.h"
#include "util/tc_logger.h"
#include <thread>

View File

@ -1,4 +1,4 @@
#include "util/tc_common.h"
#include "util/tc_common.h"
#include <thread>
#include "gtest/gtest.h"
#include "test_server.h"

View File

@ -1,4 +1,4 @@
//
//
// Created by jarod on 2020/2/20.
//

View File

@ -1,4 +1,4 @@
//
//
// Created by jarod on 2020/2/20.
//

View File

@ -1,4 +1,4 @@
//
//
// Created by jarod on 2020/2/20.
//

View File

@ -1,4 +1,4 @@
#include "util/tc_timer.h"
#include "util/tc_timer.h"
#include "util/tc_logger.h"
#include "util/tc_common.h"
#include "util/tc_thread_pool.h"

View File

@ -1,4 +1,4 @@
#include "util/tc_timer.h"
#include "util/tc_timer.h"
#include "util/tc_common.h"
#include "util/tc_cron.h"
#include "util/tc_epoller.h"

View File

@ -1,4 +1,4 @@
#ifndef __TC_GRPC_PROTOCOL_H__
#ifndef __TC_GRPC_PROTOCOL_H__
#define __TC_GRPC_PROTOCOL_H__
#include <unordered_map>

View File

@ -1,4 +1,4 @@
/**
/**
* Tencent is pleased to support the open source community by making Tars available.
*
* Copyright (C) 2016THL A29 Limited, a Tencent company. All rights reserved.

View File

@ -1,4 +1,4 @@
/**
/**
* Tencent is pleased to support the open source community by making Tars available.
*
* Copyright (C) 2016THL A29 Limited, a Tencent company. All rights reserved.

View File

@ -1,4 +1,4 @@

#ifndef __TC_UUID_GENERATOR_H
#define __TC_UUID_GENERATOR_H

View File

@ -1,4 +1,4 @@
/**
/**
* Tencent is pleased to support the open source community by making Tars available.
*
* Copyright (C) 2016THL A29 Limited, a Tencent company. All rights reserved.

View File

@ -1,4 +1,4 @@
/**
/**
* Tencent is pleased to support the open source community by making Tars available.
*
* Copyright (C) 2016THL A29 Limited, a Tencent company. All rights reserved.

View File

@ -1,4 +1,4 @@
#include "util/tc_transceiver.h"
#include "util/tc_transceiver.h"
#include "util/tc_logger.h"
#if TARS_SSL
#include "util/tc_openssl.h"