change some files to UTF8-BOM

This commit is contained in:
lixianjing 2020-06-22 18:03:30 +08:00
parent 226466f2c1
commit 162a13fd57
41 changed files with 41 additions and 41 deletions

View File

@ -1,4 +1,4 @@
/*
/*
Simple DirectMedia Layer
Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org>

View File

@ -1,4 +1,4 @@
/**
/**
* File: canvas.c
* Author: AWTK Develop Team
* Brief: canvas provides basic drawings functions.

View File

@ -1,4 +1,4 @@
/**
/**
* File: canvas.h
* Author: AWTK Develop Team
* Brief: canvas provides basic drawings functions.

View File

@ -1,4 +1,4 @@
/**
/**
* File: date_time_format.c
* Author: AWTK Develop Team
* Brief: date_time_format

View File

@ -1,4 +1,4 @@
/**
/**
* File: date_time_format.h
* Author: AWTK Develop Team
* Brief: date_time_format

View File

@ -1,4 +1,4 @@
/**
/**
* File: event_recorder_player.c
* Author: AWTK Develop Team
* Brief: event_recorder_player

View File

@ -1,4 +1,4 @@
/**
/**
* File: event_recorder_player.h
* Author: AWTK Develop Team
* Brief: event_recorder_player

View File

@ -1,4 +1,4 @@
/**
/**
* File: font_manager.c
* Author: AWTK Develop Team
* Brief: font manager

View File

@ -1,4 +1,4 @@
/**
/**
* File: native_window.h
* Author: AWTK Develop Team
* Brief: native window

View File

@ -1,4 +1,4 @@
/**
/**
* File: window_manager.c
* Author: AWTK Develop Team
* Brief: window manager

View File

@ -1,4 +1,4 @@
/**
/**
* File: soft_g2d.c
* Author: AWTK Develop Team
* Brief: software implemented image operations

View File

@ -1,4 +1,4 @@
/**
/**
* File: stm32_g2d.h
* Author: AWTK Develop Team
* Brief: stm32 dma2d implemented hardware 2d

View File

@ -1,4 +1,4 @@

/**
* File: conf_obj.h
* Author: AWTK Develop Team

View File

@ -1,4 +1,4 @@

/**
* File: conf_obj.h
* Author: AWTK Develop Team

View File

@ -1,4 +1,4 @@
? /**
? /**
*
*
*/

View File

@ -1,4 +1,4 @@
/**
/**
* File: color_picker.
* Author: AWTK Develop Team
* Brief: color_picker

View File

@ -1,4 +1,4 @@
/**
/**
* File: file_browser.c
* Author: AWTK Develop Team
* Brief: file_browser

View File

@ -1,4 +1,4 @@
/**
/**
* File: mledit.h
* Author: AWTK Develop Team
* Brief: mledit

View File

@ -1,4 +1,4 @@

/**
* File: t9.c
* Author: AWTK Develop Team

View File

@ -1,4 +1,4 @@

/**
* File: t9.h
* Author: AWTK Develop Team

View File

@ -1,4 +1,4 @@
/**
/**
* File: native_window_sdl.h
* Author: AWTK Develop Team
* Brief: native window sdl

View File

@ -1,4 +1,4 @@
/**
/**
* File: rtos.h
* Author: AWTK Develop Team
* Brief: rtos

View File

@ -1,4 +1,4 @@
/**
/**
* File: sys_tick.c
* Author: AWTK Develop Team
* Brief: use sys tick to implement sleep/get_time_ms64.

View File

@ -1,4 +1,4 @@
/**
/**
* File: pthread_impl.c
* Author: AWTK Develop Team
* Brief: pthread implemented thread related functions.

View File

@ -1,4 +1,4 @@
/**
/**
* File: semaphore_null.c
* Author: AWTK Develop Team
* Brief: semaphore do nothing

View File

@ -1,4 +1,4 @@
/**
/**
* File: rtos.c
* Author: AWTK Develop Team
* Brief: rtos

View File

@ -1,4 +1,4 @@
/**
/**
* File: mutex.c
* Author: AWTK Develop Team
* Brief: mutex base on tos_mutex

View File

@ -1,4 +1,4 @@
/**
/**
* File: rtos.c
* Author: AWTK Develop Team
* Brief: rtos

View File

@ -1,4 +1,4 @@
/**
/**
* File: semaphore.c
* Author: AWTK Develop Team
* Brief: semaphore

View File

@ -1,4 +1,4 @@
/**
/**
* File: thread.c
* Author: AWTK Develop Team
* Brief: thread on cmsis_os

View File

@ -1,4 +1,4 @@
/**
/**
* File: fs.h
* Author: AWTK Develop Team
* Brief: simple fs api

View File

@ -1,4 +1,4 @@
/**
/**
* File: mem_allocator_pool.h
* Author: AWTK Develop Team
* Brief: mem_allocator_pool

View File

@ -1,4 +1,4 @@
/**
/**
* File: mem_allocator_simple.h
* Author: AWTK Develop Team
* Brief: mem_allocator_simple

View File

@ -1,4 +1,4 @@
/**
/**
* File: path.c
* Author: AWTK Develop Team
* Brief: path

View File

@ -1,4 +1,4 @@
/**
/**
* File: utils.h
* Author: AWTK Develop Team
* Brief: utils struct and utils functions.

View File

@ -1,4 +1,4 @@
/**
/**
* File: vgcanvas_nanovg_gl.c
* Author: AWTK Develop Team
* Brief: vector graphics canvas base on nanovg-gl

View File

@ -1,4 +1,4 @@
/**
/**
* File: slider.c
* Author: AWTK Develop Team
* Brief: slider

View File

@ -1,4 +1,4 @@
/**
/**
* File: tab_button.c
* Author: AWTK Develop Team
* Brief: tab_button

View File

@ -1,4 +1,4 @@
#include "tkc/mem_allocator_pool.h"
#include "tkc/mem_allocator_pool.h"
#include "tkc/mem_allocator_simple.h"
void allocator_test_basic() {

View File

@ -1,4 +1,4 @@
#include <string>
#include <string>
#include "gtest/gtest.h"
#include "tkc/rect.h"
#include "tkc/utils.h"

View File

@ -1,4 +1,4 @@
#include "base/window_base.h"
#include "base/window_base.h"
#include "base/window.h"
widget_t* window_design_create(widget_t* parent, xy_t x, xy_t y, wh_t w, wh_t h);