Skip to content

Commit

Permalink
vc utf-8 encoding fix, rename sample
Browse files Browse the repository at this point in the history
  • Loading branch information
owent committed Apr 2, 2014
1 parent 01db934 commit b8b148f
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 15 deletions.
2 changes: 1 addition & 1 deletion include/libcopp/utils/non_copyable.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* non_copyable.h
*
* Created on: 2014年4月2日
Expand Down
2 changes: 1 addition & 1 deletion include/libcotask/core/standard_int_id_allocator.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* standard_int_id_allocator.h
*
* Created on: 2014年4月1日
Expand Down
2 changes: 1 addition & 1 deletion include/libcotask/core/standard_new_allocator.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/**
* standard_new_allocator.h
*
* Created on: 2014年4月1日
Expand Down
2 changes: 1 addition & 1 deletion include/libcotask/core/standard_new_allocator.h.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php
require_once dirname(__FILE__) . '/util.php';

?>/**
Expand Down
2 changes: 1 addition & 1 deletion include/libcotask/core/util.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php
$max_param_number = 10;

function gen_template_params_comment($param_num, $prefix_indent = '', $prefix_msg = '') {
Expand Down
2 changes: 1 addition & 1 deletion include/libcotask/impl/id_allocator_impl.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* id_allocator_impl.h
*
* Created on: 2014年4月1日
Expand Down
2 changes: 1 addition & 1 deletion include/libcotask/impl/task_action_impl.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* task_action_impl.h
*
* Created on: 2014年4月1日
Expand Down
2 changes: 1 addition & 1 deletion include/libcotask/impl/task_impl.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* task_impl.h
*
* Created on: 2014年4月2日
Expand Down
2 changes: 1 addition & 1 deletion include/libcotask/task.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* task.h
*
* Created on: 2014年4月1日
Expand Down
2 changes: 1 addition & 1 deletion include/libcotask/task_actions.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* task_actions.h
*
* Created on: 2014年4月1日
Expand Down
2 changes: 1 addition & 1 deletion include/libcotask/this_task.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* this_task.h
*
* Created on: 2014年4月2日
Expand Down
4 changes: 3 additions & 1 deletion sample/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@ foreach(SAMPLE_SRC_FILE IN LISTS SAMPLE_SRC_LIST)
get_filename_component(SAMPLE_SRC_BIN_NAME "${SAMPLE_SRC_FILE}" NAME_WE)

add_executable("${SAMPLE_SRC_BIN_NAME}" ${SAMPLE_SRC_FILE})
target_link_libraries("${SAMPLE_SRC_BIN_NAME}" ${PROJECT_LIBCOPP_LIB_LINK})
target_link_libraries("${SAMPLE_SRC_BIN_NAME}"
${PROJECT_LIBCOTASK_LIB_LINK}
${PROJECT_LIBCOPP_LIB_LINK})
endforeach()
File renamed without changes.
2 changes: 1 addition & 1 deletion src/libcotask/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if( ${SRC_LIST_LENGTH} GREATER 0 )
endif()

# ========== build library ==========
source_group_by_dir(COPP_SRC_LIST)
source_group_by_dir(COTASK_SRC_LIST)

add_library(${PROJECT_LIBCOTASK_LIB_LINK} ${COTASK_SRC_LIST})

Expand Down
2 changes: 1 addition & 1 deletion src/libcotask/impl/task_impl.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* task_impl.cpp
*
* Created on: 2014年4月2日
Expand Down
2 changes: 1 addition & 1 deletion src/libcotask/this_task.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* this_task.cpp
*
* Created on: 2014年4月2日
Expand Down

0 comments on commit b8b148f

Please sign in to comment.