Histórico de commits

Autor SHA1 Mensagem Data
  thislooksfun f699dbdc3f HackStudio+LibGUI: Handle #include quotes and brackets in the engine 3 anos atrás
  Nico Weber 6c9bc18a79 Userland: Fix typos 3 anos atrás
  Itamar 9ae98bc81b LibCpp: Handle circular imports gracefully 3 anos atrás
  Itamar 8505fcb8ae LibCpp: Understand preprocessor macro definition and invocation 3 anos atrás
  Itamar 9da9398bf0 LibCpp: Do macro substitution in the preprocessor instead of the parser 3 anos atrás
  Itamar 0c4dc00f01 LibCpp: Import definitions from headers while processing 3 anos atrás
  Itamar 4673a517f6 LibCpp: Do lexing in the Preprocessor 3 anos atrás
  Ali Mohammad Pur f364fcec5d LibRegex+Everywhere: Make LibRegex more unicode-aware 4 anos atrás
  Itamar b5a02b180c LibCpp: Use fast_is<T> and verify_cast<T> to replace C-style casts 4 anos atrás
  Itamar 34fc6c7e1c LibCpp: Make the fields of AST node types private 4 anos atrás
  Itamar 32be65a8b4 CppLanguageServer: Add "get_parameters_hint" capability 4 anos atrás
  Max Wipfli 9cc35d1ba3 AK: Implement String::find_any_of() and StringView::find_any_of() 4 anos atrás
  Itamar ccb52b005e CppLanguageServer: Make properties_of_type return any property 4 anos atrás
  Itamar d7aa831a43 LibCpp: Differentiate between Type and NamedType 4 anos atrás
  Federico Guerinoni 26a7356e90 LanguageServers: Add function to collect TODO entries in a document 4 anos atrás
  Andreas Kling dc65f54c06 AK: Rename Vector::append(Vector) => Vector::extend(Vector) 4 anos atrás
  Itamar dcdb0c7035 LibCpp: Support non-field class members 4 anos atrás
  Itamar 4f1889c2cb CppLanguageServer: Work with a HashMap of Symbols in each document 4 anos atrás
  Itamar c003c3c76d CppLanguageServer+LibGUI: Autocomplete #include paths 4 anos atrás
  Itamar b50eaf75eb CppLanguageServer: Rename Optional<> autocomplete* to try_autocomplete* 4 anos atrás
  Itamar 1c3c043cd3 CppLanguageServer: Rename all_definitions=>preprocessor_definitions 4 anos atrás
  Itamar 1f96d9b03a CppLanguageServer: remove no-op move() 4 anos atrás
  Itamar 402483ec1f LibCpp: Generalize ASTNode::dump() to support redirecting its output 4 anos atrás
  Itamar 400d3ddb08 LanguageServers: Rename AutoCompleteEngine => CodeComprehensionEngine 4 anos atrás